cognite-neat 0.70.3__tar.gz → 0.72.0__tar.gz
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.
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/PKG-INFO +1 -1
- cognite_neat-0.72.0/cognite/neat/_version.py +1 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/explorer.py +1 -1
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/routers/core.py +12 -1
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/routers/workflows.py +20 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/neat-app/build/asset-manifest.json +3 -3
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/neat-app/build/index.html +1 -1
- cognite_neat-0.72.0/cognite/neat/app/ui/neat-app/build/static/css/main.38a62222.css.map +1 -0
- cognite_neat-0.70.3/cognite/neat/app/ui/neat-app/build/static/js/main.ed960141.js → cognite_neat-0.72.0/cognite/neat/app/ui/neat-app/build/static/js/main.2efd96b2.js +3 -3
- cognite_neat-0.70.3/cognite/neat/app/ui/neat-app/build/static/js/main.ed960141.js.map → cognite_neat-0.72.0/cognite/neat/app/ui/neat-app/build/static/js/main.2efd96b2.js.map +1 -1
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/stores/_oxigraph_store.py +8 -6
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/base.py +16 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/manager.py +42 -69
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/model.py +1 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/graph_store.py +7 -2
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/v1/graph_store.py +7 -2
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/pyproject.toml +1 -1
- cognite_neat-0.70.3/cognite/neat/_version.py +0 -1
- cognite_neat-0.70.3/cognite/neat/app/ui/neat-app/build/static/css/main.38a62222.css.map +0 -1
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/LICENSE +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/README.md +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/asgi/metrics.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/configuration.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/context_manager/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/context_manager/manager.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/data_classes/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/data_classes/configuration.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/data_classes/rest.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/routers/configuration.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/routers/crud.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/routers/data_exploration.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/routers/metrics.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/routers/rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/utils/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/utils/data_mapping.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/utils/logging.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/api/utils/query_templates.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/main.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/monitoring/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/monitoring/metrics.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/index.html +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/neat-app/.gitignore +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/neat-app/README.md +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/neat-app/build/favicon.ico +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/neat-app/build/logo192.png +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/neat-app/build/manifest.json +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/neat-app/build/robots.txt +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/neat-app/build/static/css/main.38a62222.css +0 -0
- /cognite_neat-0.70.3/cognite/neat/app/ui/neat-app/build/static/js/main.ed960141.js.LICENSE.txt → /cognite_neat-0.72.0/cognite/neat/app/ui/neat-app/build/static/js/main.2efd96b2.js.LICENSE.txt +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/neat-app/build/static/media/logo.8093b84df9ed36a174c629d6fe0b730d.svg +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/config.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/constants.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/exceptions.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/examples/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/exceptions.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/extractor/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/extractor/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/extractor/_dexpi.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/extractor/_graph_capturing_sheet.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/extractor/_mock_graph_generator.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/extractors/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/extractors/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/loader/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/loader/_asset_loader.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/loader/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/loader/_exceptions.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/loader/core/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/loader/core/labels.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/loader/core/models.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/loader/core/rdf_to_assets.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/loader/core/rdf_to_relationships.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/loader/rdf_to_dms.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/loader/validator.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/models.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/stores/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/stores/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/stores/_graphdb_store.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/stores/_memory_store.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/stores/_oxrdflib.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/stores/_rdf_to_graph.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/transformation/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/transformation/entity_matcher.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/transformation/query_generator/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/transformation/query_generator/sparql.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/graph/transformation/transformer.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/py.typed +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/_analysis/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/_analysis/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/_analysis/_information_rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/_shared.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/analysis.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/examples/Rules-Nordic44-to-TNT.xlsx +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/examples/Rules-Nordic44-to-graphql.xlsx +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/examples/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/examples/power-grid-containers.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/examples/power-grid-example.xlsx +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/examples/power-grid-model.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/examples/rules-template.xlsx +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/examples/sheet2cdf-transformation-rules.xlsx +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/examples/skos-rules.xlsx +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/examples/source-to-solution-mapping-rules.xlsx +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/examples/wind-energy.owl +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exceptions.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/_core/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/_core/rules2labels.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/_rules2dms.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/_rules2excel.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/_rules2graphql.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/_rules2ontology.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/_rules2pydantic_models.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/_rules2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/_rules2triples.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporter/_validation.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporters/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporters/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporters/_models.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporters/_rules2dms.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporters/_rules2excel.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporters/_rules2ontology.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporters/_rules2yaml.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/exporters/_validation.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_dict2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_dms2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_graph2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_json2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_owl2rules/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_owl2rules/_owl2classes.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_owl2rules/_owl2metadata.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_owl2rules/_owl2properties.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_owl2rules/_owl2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_spreadsheet2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_xsd2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importer/_yaml2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_dms2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_dtdl2rules/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_dtdl2rules/_unit_lookup.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_dtdl2rules/dtdl_converter.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_dtdl2rules/dtdl_importer.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_dtdl2rules/spec.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_owl2rules/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_owl2rules/_owl2classes.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_owl2rules/_owl2metadata.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_owl2rules/_owl2properties.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_owl2rules/_owl2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_spreadsheet2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/importers/_yaml2rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/issues/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/issues/base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/issues/dms.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/issues/fileread.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/issues/formatters.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/issues/importing.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/issues/spreadsheet.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/issues/spreadsheet_file.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/_rules/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/_rules/_types/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/_rules/_types/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/_rules/_types/_field.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/_rules/_types/_value.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/_rules/base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/_rules/dms_architect_rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/_rules/dms_schema.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/_rules/domain_rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/_rules/information_rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/raw_rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/rdfpath.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/rules.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/tables.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/rules/models/value_types.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/auxiliary.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/cdf.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/cdf_loaders/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/cdf_loaders/_base.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/cdf_loaders/_data_modeling.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/cdf_loaders/_ingestion.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/cdf_loaders/data_classes.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/exceptions.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/spreadsheet.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/text.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/utils.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/utils/xml.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/_exceptions.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/cdf_store.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/examples/Export DMS/workflow.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/examples/Export Rules to Ontology/workflow.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/examples/Extract DEXPI Graph and Export Rules/workflow.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/examples/Extract RDF Graph and Generate Assets/workflow.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/examples/Import DMS/workflow.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/examples/Ontology to Data Model/workflow.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/examples/Validate Rules/workflow.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/examples/Validate Solution Model/workflow.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/examples/Visualize Data Model Using Mock Graph/workflow.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/examples/Visualize Semantic Data Model/workflow.yaml +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/migration/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/migration/steps.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/migration/wf_manifests.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/data_contracts.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/graph_extractor.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/graph_loader.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/io_steps.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/rules_exporter.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/rules_importer.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/rules_validator.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/v1/__init__.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/v1/graph_contextualization.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/v1/graph_extractor.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/v1/graph_loader.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/v1/graph_transformer.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/v1/rules_exporter.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/lib/v1/rules_importer.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps/step_model.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/steps_registry.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/tasks.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/triggers.py +0 -0
- {cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/workflows/utils.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.72.0"
|
|
@@ -6,7 +6,8 @@ from typing import cast
|
|
|
6
6
|
|
|
7
7
|
from fastapi import APIRouter, UploadFile
|
|
8
8
|
|
|
9
|
-
from cognite.neat.rules import importers
|
|
9
|
+
from cognite.neat.rules import exporters, importers
|
|
10
|
+
from cognite.neat.rules.models._rules import DMSRules
|
|
10
11
|
from cognite.neat.rules.models._rules.base import RoleTypes
|
|
11
12
|
|
|
12
13
|
router = APIRouter()
|
|
@@ -49,3 +50,13 @@ async def convert_data_model_to_rules(file: UploadFile):
|
|
|
49
50
|
temp_filepath.unlink()
|
|
50
51
|
|
|
51
52
|
return {"filename": file.filename, "content": rules.model_dump(by_alias=True) if rules else None, "issues": issues}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
@router.post("/api/core/rules2dms")
|
|
56
|
+
async def convert_rules_to_dms(rules: DMSRules):
|
|
57
|
+
dms_schema = exporters.DMSExporter().export(rules)
|
|
58
|
+
|
|
59
|
+
return {
|
|
60
|
+
"views": dms_schema.views.dump() if dms_schema.views else None,
|
|
61
|
+
"containers": dms_schema.containers.dump() if dms_schema.containers else None,
|
|
62
|
+
}
|
|
@@ -67,6 +67,16 @@ def package_workflow(workflow_name: str):
|
|
|
67
67
|
return {"package": package_file, "hash": hash}
|
|
68
68
|
|
|
69
69
|
|
|
70
|
+
@router.post("/api/workflow/context-cleanup/{workflow_name}")
|
|
71
|
+
def cleanup_workflow_data(workflow_name: str):
|
|
72
|
+
if NEAT_APP.cdf_store is None:
|
|
73
|
+
return {"error": "NeatApp is not initialized"}
|
|
74
|
+
workflow = NEAT_APP.workflow_manager.get_workflow(workflow_name)
|
|
75
|
+
if workflow is not None:
|
|
76
|
+
workflow.cleanup_workflow_context()
|
|
77
|
+
return {"result": "ok"}
|
|
78
|
+
|
|
79
|
+
|
|
70
80
|
@router.post("/api/workflow/create")
|
|
71
81
|
def create_new_workflow(request: WorkflowDefinition):
|
|
72
82
|
if NEAT_APP.workflow_manager is None:
|
|
@@ -104,6 +114,13 @@ def reload_workflows():
|
|
|
104
114
|
return {"result": "ok", "workflows": NEAT_APP.workflow_manager.get_list_of_workflows()}
|
|
105
115
|
|
|
106
116
|
|
|
117
|
+
@router.post("/api/workflow/reload-single-workflow/{workflow_name}")
|
|
118
|
+
def reload_single_workflows(workflow_name: str):
|
|
119
|
+
NEAT_APP.workflow_manager.load_single_workflow_from_storage(workflow_name)
|
|
120
|
+
NEAT_APP.triggers_manager.reload_all_triggers()
|
|
121
|
+
return {"result": "ok", "workflows": NEAT_APP.workflow_manager.get_list_of_workflows()}
|
|
122
|
+
|
|
123
|
+
|
|
107
124
|
@router.get("/api/workflow/workflow-definition/{workflow_name}")
|
|
108
125
|
def get_workflow_definition(workflow_name: str):
|
|
109
126
|
if NEAT_APP.workflow_manager is None:
|
|
@@ -127,6 +144,9 @@ def get_workflow_src(workflow_name: str, file_name: str):
|
|
|
127
144
|
def update_workflow_definition(workflow_name: str, request: WorkflowDefinition):
|
|
128
145
|
if NEAT_APP.workflow_manager is None:
|
|
129
146
|
return {"error": "NeatApp is not initialized"}
|
|
147
|
+
wf = NEAT_APP.workflow_manager.get_workflow(workflow_name)
|
|
148
|
+
if wf is not None:
|
|
149
|
+
wf.cleanup_workflow_context()
|
|
130
150
|
NEAT_APP.workflow_manager.update_workflow(workflow_name, request)
|
|
131
151
|
NEAT_APP.workflow_manager.save_workflow_to_storage(workflow_name)
|
|
132
152
|
return {"result": "ok"}
|
{cognite_neat-0.70.3 → cognite_neat-0.72.0}/cognite/neat/app/ui/neat-app/build/asset-manifest.json
RENAMED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "./static/css/main.38a62222.css",
|
|
4
|
-
"main.js": "./static/js/main.
|
|
4
|
+
"main.js": "./static/js/main.2efd96b2.js",
|
|
5
5
|
"static/media/logo.svg": "./static/media/logo.8093b84df9ed36a174c629d6fe0b730d.svg",
|
|
6
6
|
"index.html": "./index.html",
|
|
7
7
|
"main.38a62222.css.map": "./static/css/main.38a62222.css.map",
|
|
8
|
-
"main.
|
|
8
|
+
"main.2efd96b2.js.map": "./static/js/main.2efd96b2.js.map"
|
|
9
9
|
},
|
|
10
10
|
"entrypoints": [
|
|
11
11
|
"static/css/main.38a62222.css",
|
|
12
|
-
"static/js/main.
|
|
12
|
+
"static/js/main.2efd96b2.js"
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./logo192.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="NEAT controll panel"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>NEAT App</title><script defer="defer" src="./static/js/main.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./logo192.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="NEAT controll panel"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>NEAT App</title><script defer="defer" src="./static/js/main.2efd96b2.js"></script><link href="./static/css/main.38a62222.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static/css/main.38a62222.css","mappings":"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","sources":["index.css","../node_modules/reactflow/dist/style.css","../node_modules/@react-sigma/core/lib/react-sigma.min.css"],"sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n","/* this gets exported as style.css and can be used for the default theming */\n/* these are the necessary styles for React Flow, they get used by base.css and style.css */\n.react-flow__container {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n}\n.react-flow__pane {\n z-index: 1;\n cursor: -webkit-grab;\n cursor: grab;\n}\n.react-flow__pane.dragging {\n cursor: -webkit-grabbing;\n cursor: grabbing;\n }\n.react-flow__viewport {\n transform-origin: 0 0;\n z-index: 2;\n pointer-events: none;\n}\n.react-flow__renderer {\n z-index: 4;\n}\n.react-flow__selectionpane {\n z-index: 5;\n}\n.react-flow__nodesselection-rect:focus,\n.react-flow__nodesselection-rect:focus-visible {\n outline: none;\n}\n.react-flow .react-flow__edges {\n pointer-events: none;\n overflow: visible;\n}\n.react-flow__edge-path,\n.react-flow__connection-path {\n stroke: #b1b1b7;\n stroke-width: 1;\n fill: none;\n}\n.react-flow__edge {\n pointer-events: visibleStroke;\n cursor: pointer;\n}\n.react-flow__edge.animated path {\n stroke-dasharray: 5;\n -webkit-animation: dashdraw 0.5s linear infinite;\n animation: dashdraw 0.5s linear infinite;\n }\n.react-flow__edge.animated path.react-flow__edge-interaction {\n stroke-dasharray: none;\n -webkit-animation: none;\n animation: none;\n }\n.react-flow__edge.inactive {\n pointer-events: none;\n }\n.react-flow__edge.selected,\n .react-flow__edge:focus,\n .react-flow__edge:focus-visible {\n outline: none;\n }\n.react-flow__edge.selected .react-flow__edge-path,\n .react-flow__edge:focus .react-flow__edge-path,\n .react-flow__edge:focus-visible .react-flow__edge-path {\n stroke: #555;\n }\n.react-flow__edge-textwrapper {\n pointer-events: all;\n }\n.react-flow__edge-textbg {\n fill: white;\n }\n.react-flow__edge .react-flow__edge-text {\n pointer-events: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n }\n.react-flow__connection {\n pointer-events: none;\n}\n.react-flow__connection.animated {\n stroke-dasharray: 5;\n -webkit-animation: dashdraw 0.5s linear infinite;\n animation: dashdraw 0.5s linear infinite;\n }\n.react-flow__connectionline {\n z-index: 1001;\n}\n.react-flow__nodes {\n pointer-events: none;\n transform-origin: 0 0;\n}\n.react-flow__node {\n position: absolute;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: all;\n transform-origin: 0 0;\n box-sizing: border-box;\n cursor: -webkit-grab;\n cursor: grab;\n}\n.react-flow__node.dragging {\n cursor: -webkit-grabbing;\n cursor: grabbing;\n }\n.react-flow__nodesselection {\n z-index: 3;\n transform-origin: left top;\n pointer-events: none;\n}\n.react-flow__nodesselection-rect {\n position: absolute;\n pointer-events: all;\n cursor: -webkit-grab;\n cursor: grab;\n }\n.react-flow__handle {\n position: absolute;\n pointer-events: none;\n min-width: 5px;\n min-height: 5px;\n width: 6px;\n height: 6px;\n background: #1a192b;\n border: 1px solid white;\n border-radius: 100%;\n}\n.react-flow__handle.connectable {\n pointer-events: all;\n cursor: crosshair;\n }\n.react-flow__handle-bottom {\n top: auto;\n left: 50%;\n bottom: -4px;\n transform: translate(-50%, 0);\n }\n.react-flow__handle-top {\n left: 50%;\n top: -4px;\n transform: translate(-50%, 0);\n }\n.react-flow__handle-left {\n top: 50%;\n left: -4px;\n transform: translate(0, -50%);\n }\n.react-flow__handle-right {\n right: -4px;\n top: 50%;\n transform: translate(0, -50%);\n }\n.react-flow__edgeupdater {\n cursor: move;\n pointer-events: all;\n}\n.react-flow__panel {\n position: absolute;\n z-index: 5;\n margin: 15px;\n}\n.react-flow__panel.top {\n top: 0;\n }\n.react-flow__panel.bottom {\n bottom: 0;\n }\n.react-flow__panel.left {\n left: 0;\n }\n.react-flow__panel.right {\n right: 0;\n }\n.react-flow__panel.center {\n left: 50%;\n transform: translateX(-50%);\n }\n.react-flow__attribution {\n font-size: 10px;\n background: rgba(255, 255, 255, 0.5);\n padding: 2px 3px;\n margin: 0;\n}\n.react-flow__attribution a {\n text-decoration: none;\n color: #999;\n }\n@-webkit-keyframes dashdraw {\n from {\n stroke-dashoffset: 10;\n }\n}\n@keyframes dashdraw {\n from {\n stroke-dashoffset: 10;\n }\n}\n.react-flow__edgelabel-renderer {\n position: absolute;\n width: 100%;\n height: 100%;\n pointer-events: none;\n}\n.react-flow__edge.updating .react-flow__edge-path {\n stroke: #777;\n }\n.react-flow__edge-text {\n font-size: 10px;\n }\n.react-flow__node-default,\n.react-flow__node-input,\n.react-flow__node-output,\n.react-flow__node-group {\n padding: 10px;\n border-radius: 3px;\n width: 150px;\n font-size: 12px;\n color: #222;\n text-align: center;\n border-width: 1px;\n border-style: solid;\n border-color: #1a192b;\n background-color: white;\n}\n.react-flow__node-default.selectable:hover, .react-flow__node-input.selectable:hover, .react-flow__node-output.selectable:hover, .react-flow__node-group.selectable:hover {\n box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);\n }\n.react-flow__node-default.selectable.selected,\n .react-flow__node-default.selectable:focus,\n .react-flow__node-default.selectable:focus-visible,\n .react-flow__node-input.selectable.selected,\n .react-flow__node-input.selectable:focus,\n .react-flow__node-input.selectable:focus-visible,\n .react-flow__node-output.selectable.selected,\n .react-flow__node-output.selectable:focus,\n .react-flow__node-output.selectable:focus-visible,\n .react-flow__node-group.selectable.selected,\n .react-flow__node-group.selectable:focus,\n .react-flow__node-group.selectable:focus-visible {\n box-shadow: 0 0 0 0.5px #1a192b;\n outline: none;\n }\n.react-flow__node-group {\n background-color: rgba(240, 240, 240, 0.25);\n}\n.react-flow__nodesselection-rect,\n.react-flow__selection {\n background: rgba(0, 89, 220, 0.08);\n border: 1px dotted rgba(0, 89, 220, 0.8);\n}\n.react-flow__nodesselection-rect:focus,\n .react-flow__nodesselection-rect:focus-visible,\n .react-flow__selection:focus,\n .react-flow__selection:focus-visible {\n outline: none;\n }\n.react-flow__controls {\n box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);\n}\n.react-flow__controls-button {\n border: none;\n background: #fefefe;\n border-bottom: 1px solid #eee;\n box-sizing: content-box;\n display: flex;\n justify-content: center;\n align-items: center;\n width: 16px;\n height: 16px;\n cursor: pointer;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n padding: 5px;\n }\n.react-flow__controls-button:hover {\n background: #f4f4f4;\n }\n.react-flow__controls-button svg {\n width: 100%;\n max-width: 12px;\n max-height: 12px;\n }\n.react-flow__minimap {\n background-color: #fff;\n}\n",":root{--sigma-background-color:#fff;--sigma-controls-background-color:#fff;--sigma-controls-background-color-hover:rgba(0,0,0,0.2);--sigma-controls-border-color:rgba(0,0,0,0.2);--sigma-controls-color:#000;--sigma-controls-zindex:100;--sigma-controls-margin:5px;--sigma-controls-size:30px;}div.react-sigma{height:100%;width:100%;position:relative;background:var(--sigma-background-color);}div.sigma-container{height:100%;width:100%;}.react-sigma-controls{position:absolute;z-index:var(--sigma-controls-zindex);border:2px solid var(--sigma-controls-border-color);border-radius:4px;color:var(--sigma-controls-color);background-color:var(--sigma-controls-background-color);}.react-sigma-controls.bottom-right{bottom:var(--sigma-controls-margin);right:var(--sigma-controls-margin);}.react-sigma-controls.bottom-left{bottom:var(--sigma-controls-margin);left:var(--sigma-controls-margin);}.react-sigma-controls.top-right{top:var(--sigma-controls-margin);right:var(--sigma-controls-margin);}.react-sigma-controls.top-left{top:var(--sigma-controls-margin);left:var(--sigma-controls-margin);}.react-sigma-controls:first-child{border-top-left-radius:2px;border-top-right-radius:2px;}.react-sigma-controls:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px;}.react-sigma-control{width:var(--sigma-controls-size);height:var(--sigma-controls-size);line-height:var(--sigma-controls-size);background-color:var(--sigma-controls-background-color);border-bottom:1px solid var(--sigma-controls-border-color);}.react-sigma-control:last-child{border-bottom:none;}.react-sigma-control > *{box-sizing:border-box;}.react-sigma-control > button{display:block;border:none;margin:0;padding:0;width:var(--sigma-controls-size);height:var(--sigma-controls-size);line-height:var(--sigma-controls-size);background-position:center;background-size:50%;background-repeat:no-repeat;background-color:var(--sigma-controls-background-color);clip:rect(0,0,0,0);}.react-sigma-control > button:hover{background-color:var(--sigma-controls-background-color-hover);}.react-sigma-search{background-color:var(--sigma-controls-background-color);}.react-sigma-search label{visibility:hidden;}.react-sigma-search input{color:var(--sigma-controls-color);background-color:var(--sigma-controls-background-color);font-size:1em;width:100%;margin:0;border:none;padding:var(--sigma-controls-margin);box-sizing:border-box;}"],"names":[],"sourceRoot":""}
|