@kedem/okdb 1.0.1 → 1.0.3
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/bin/okdb.js +1 -1
- package/keys/public.pem +3 -0
- package/okdb.js +1 -1
- package/package.json +2 -2
- package/public/admin-app.js +1 -1
- package/public/components/admin-route-host.ok.js +1 -1
- package/public/components/env-picker.ok.js +1 -1
- package/public/components/field-path-input.ok.js +1 -1
- package/public/components/geo-map.ok.js +1 -1
- package/public/components/ok-cron-input.ok.js +1 -1
- package/public/components/ok-dropzone.ok.js +1 -1
- package/public/components/ok-js-input.ok.js +1 -1
- package/public/components/ok-json-input.ok.js +1 -1
- package/public/components/ok-text-monaco-input.ok.js +1 -1
- package/public/components/theme-toggle.ok.js +1 -1
- package/public/login-app.js +1 -1
- package/public/modules/ok.js +1 -1
- package/public/sections/api/parts/api-endpoint.ok.js +1 -1
- package/public/sections/auth/modals/create-token-modal.ok.js +1 -1
- package/public/sections/auth/modals/edit-token-modal.ok.js +1 -1
- package/public/sections/auth/modals/perm-info-popover.ok.js +1 -1
- package/public/sections/auth/parts/token-detail.ok.js +1 -1
- package/public/sections/auth/parts/token-list.ok.js +1 -1
- package/public/sections/db/modals/add-item-modal.ok.js +1 -1
- package/public/sections/db/modals/create-env-modal.ok.js +1 -1
- package/public/sections/db/modals/create-fts-modal.ok.js +1 -1
- package/public/sections/db/modals/create-index-modal.ok.js +1 -1
- package/public/sections/db/modals/create-pipeline-modal.ok.js +1 -1
- package/public/sections/db/modals/demo-env-modal.ok.js +1 -1
- package/public/sections/db/modals/remove-env-modal.ok.js +1 -1
- package/public/sections/db/modals/schema-edit-modal.ok.js +1 -1
- package/public/sections/db/parts/db-overview.ok.js +1 -1
- package/public/sections/db/parts/db-pipelines-panel.ok.js +1 -1
- package/public/sections/db/parts/edit-row.ok.js +1 -1
- package/public/sections/db/parts/tm-timeline.ok.js +1 -1
- package/public/sections/db/parts/type-changelog.ok.js +1 -1
- package/public/sections/db/parts/type-list.ok.js +1 -1
- package/public/sections/db/parts/type-pipelines-tab.ok.js +1 -1
- package/public/sections/db/parts/type-schema-tab.ok.js +1 -1
- package/public/sections/db/parts/type-viewer.ok.js +1 -1
- package/public/sections/db/parts/type-violations-tab.ok.js +1 -1
- package/public/sections/embeddings/modals/register-model-modal.ok.js +1 -1
- package/public/sections/embeddings/parts/embed-create-panel.ok.js +1 -1
- package/public/sections/embeddings/parts/embed-embedder-panel.ok.js +1 -1
- package/public/sections/embeddings/parts/embed-engine-declaration-editor.ok.js +1 -1
- package/public/sections/embeddings/parts/embed-engine-list.ok.js +1 -1
- package/public/sections/embeddings/parts/embed-indexer-panel.ok.js +1 -1
- package/public/sections/embeddings/parts/embed-lifecycle-bar.ok.js +1 -1
- package/public/sections/embeddings/parts/embed-model-catalog.ok.js +1 -1
- package/public/sections/embeddings/parts/embed-overview.ok.js +1 -1
- package/public/sections/embeddings/parts/embed-search-panel.ok.js +1 -1
- package/public/sections/embeddings/parts/embed-worker-panel.ok.js +1 -1
- package/public/sections/embeddings/parts/embeddings-engine-panel.ok.js +1 -1
- package/public/sections/embeddings/parts/engines-overview.ok.js +1 -1
- package/public/sections/embeddings/parts/pipeline-create-panel.ok.js +1 -1
- package/public/sections/engines/engine-panel-shared-style.js +1 -1
- package/public/sections/engines/engine-ui-utils.js +1 -1
- package/public/sections/engines/modals/engine-modal.ok.js +1 -1
- package/public/sections/engines/parts/engine-declaration-editor.ok.js +1 -1
- package/public/sections/engines/parts/engine-lifecycle-actions.ok.js +1 -1
- package/public/sections/engines/parts/engine-panel-shell.ok.js +1 -1
- package/public/sections/engines/parts/engine-resource-card.ok.js +1 -1
- package/public/sections/engines/parts/engine-row-item.ok.js +1 -1
- package/public/sections/engines/parts/generic-engine-panel.ok.js +1 -1
- package/public/sections/files/parts/files-blob-status.ok.js +1 -1
- package/public/sections/files/parts/files-collection-list.ok.js +1 -1
- package/public/sections/files/parts/files-collection-panel.ok.js +1 -1
- package/public/sections/files/parts/files-file-list.ok.js +1 -1
- package/public/sections/files/parts/files-overview.ok.js +1 -1
- package/public/sections/files/parts/files-path-browser.ok.js +1 -1
- package/public/sections/files/parts/files-upload-panel.ok.js +1 -1
- package/public/sections/functions/modals/function-modal.ok.js +1 -1
- package/public/sections/functions/parts/function-detail.ok.js +1 -1
- package/public/sections/functions/parts/function-logs.ok.js +1 -1
- package/public/sections/functions/parts/function-runner.ok.js +1 -1
- package/public/sections/functions/parts/functions-list.ok.js +1 -1
- package/public/sections/license/parts/license-panel.ok.js +1 -1
- package/public/sections/queue/modals/create-bucket-modal.ok.js +1 -1
- package/public/sections/queue/modals/edit-bucket-modal.ok.js +1 -1
- package/public/sections/queue/modals/edit-job-modal.ok.js +1 -1
- package/public/sections/queue/modals/enqueue-job-modal.ok.js +1 -1
- package/public/sections/queue/modals/job-type-modal.ok.js +1 -1
- package/public/sections/queue/parts/ok-job-form.ok.js +1 -1
- package/public/sections/queue/parts/queue-buckets.ok.js +1 -1
- package/public/sections/queue/parts/queue-job-types.ok.js +1 -1
- package/public/sections/queue/parts/queue-jobs.ok.js +1 -1
- package/public/sections/queue/parts/queue-types.ok.js +1 -1
- package/public/sections/queue/parts/queue-workers.ok.js +1 -1
- package/public/sections/sync/parts/sync-node-detail.ok.js +1 -1
- package/public/sections/sync/parts/sync-retention.ok.js +1 -1
- package/public/sections/sync/parts/sync-topology.ok.js +1 -1
- package/public/sections/system/modals/data-ops-modal.ok.js +1 -1
- package/public/sections/system/parts/system-api-panel.ok.js +1 -1
- package/public/sections/system/parts/system-auth-panel.ok.js +1 -1
- package/public/sections/system/parts/system-log-history.ok.js +1 -1
- package/public/sections/system/parts/system-log.ok.js +1 -1
- package/public/sections/system/parts/system-status.ok.js +1 -1
- package/public/sections/system/parts/system-sync-panel.ok.js +1 -1
- package/public/sections/views/modals/create-view-modal.ok.js +1 -1
- package/public/sections/views/parts/view-detail.ok.js +1 -1
- package/public/sections/views/parts/views-list.ok.js +1 -1
- package/public/sections/views/parts/views-overview.ok.js +1 -1
- package/public/setup-app.js +1 -1
- package/public/stores/auth-store.js +1 -1
- package/public/stores/events-store.js +1 -1
- package/public/stores/functions-store.js +1 -1
- package/public/stores/okdb-store.js +1 -1
- package/public/stores/theme-store.js +1 -1
- package/public/util/permissions.js +1 -1
- package/public/util/sift-schema.js +1 -1
- package/public/vendor/okjs/ok.esm.min.js +1 -2
- package/public/vendor/okjs/toolkit/behavior/async.ok.js +1 -1
- package/public/vendor/okjs/toolkit/components/ok-chart.ok.js +1 -1
- package/public/vendor/okjs/toolkit/components/ok-doc-viewer.ok.js +1 -1
- package/public/vendor/okjs/toolkit/components/ok-marked.ok.js +1 -1
- package/public/vendor/okjs/toolkit/components/ok-monaco.ok.js +1 -1
- package/public/vendor/okjs/toolkit/core/ok-layer-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/core/ok-layer.ok.js +1 -1
- package/public/vendor/okjs/toolkit/core/ok-overlay.ok.js +1 -1
- package/public/vendor/okjs/toolkit/core/ok-sandbox.ok.js +1 -1
- package/public/vendor/okjs/toolkit/core/transition.ok.js +1 -1
- package/public/vendor/okjs/toolkit/core/virtualized.ok.js +1 -1
- package/public/vendor/okjs/toolkit/devtools/ok-console-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/devtools/ok-console.ok.js +1 -1
- package/public/vendor/okjs/toolkit/devtools/ok-fps-monitor-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/devtools/ok-fps-monitor.ok.js +1 -1
- package/public/vendor/okjs/toolkit/devtools/ok-inspector-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/devtools/ok-inspector.ok.js +1 -1
- package/public/vendor/okjs/toolkit/devtools/ok-js-tree.ok.js +1 -1
- package/public/vendor/okjs/toolkit/devtools/ok-timeline-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/devtools/ok-timeline.ok.js +1 -1
- package/public/vendor/okjs/toolkit/docs/doc-viewer.ok.js +1 -1
- package/public/vendor/okjs/toolkit/editor/ok-live-component.ok.js +1 -1
- package/public/vendor/okjs/toolkit/editor/ok-live-example.ok.js +1 -1
- package/public/vendor/okjs/toolkit/editor/ok-live-shell.ok.js +1 -1
- package/public/vendor/okjs/toolkit/elements/ok-dropdown.ok.js +1 -1
- package/public/vendor/okjs/toolkit/elements/ok-icon.ok.js +1 -1
- package/public/vendor/okjs/toolkit/elements/ok-select.ok.js +1 -1
- package/public/vendor/okjs/toolkit/elements/ok-table.ok.js +1 -1
- package/public/vendor/okjs/toolkit/errors/ok-crash-boundary.ok.js +1 -1
- package/public/vendor/okjs/toolkit/errors/ok-crash-info.ok.js +1 -1
- package/public/vendor/okjs/toolkit/i18n/i18n-editor-examples.ok.js +1 -1
- package/public/vendor/okjs/toolkit/i18n/i18n-editor.ok.js +1 -1
- package/public/vendor/okjs/toolkit/i18n/i18n-key-editor-tips.ok.js +1 -1
- package/public/vendor/okjs/toolkit/i18n/i18n-key-editor.ok.js +1 -1
- package/public/vendor/okjs/toolkit/i18n/i18n-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/i18n/ok-i18n.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-contextmenu.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-dismiss-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-draggable.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-flyover-panel.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-flyover.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-highlight-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-highlight.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-hotkeys-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-picker-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-popout-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-popout.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-portal-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/interaction/ok-submenu.ok.js +1 -1
- package/public/vendor/okjs/toolkit/layout/ok-resizer.ok.js +1 -1
- package/public/vendor/okjs/toolkit/manifest.js +1 -1
- package/public/vendor/okjs/toolkit/modals/ok-modal-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/modals/ok-modal.ok.js +1 -1
- package/public/vendor/okjs/toolkit/modals/ok-toast-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/modals/ok-window.ok.js +1 -1
- package/public/vendor/okjs/toolkit/navigation/hash-router.ok.js +1 -1
- package/public/vendor/okjs/toolkit/navigation/history-router.ok.js +1 -1
- package/public/vendor/okjs/toolkit/navigation/router.ok.js +1 -1
- package/public/vendor/okjs/toolkit/sync/reactive-sync-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/sync/reactive-sync.js +1 -1
- package/public/vendor/okjs/toolkit/theming/blocks/ok-design-button.css.js +1 -1
- package/public/vendor/okjs/toolkit/theming/blocks/ok-design-input.css.js +1 -1
- package/public/vendor/okjs/toolkit/theming/ok-design-style.js +1 -1
- package/public/vendor/okjs/toolkit/theming/ok-design-vars.js +1 -1
- package/public/vendor/okjs/toolkit/theming/ok-design.ok.js +1 -1
- package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-input.ok.js +1 -1
- package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-service.ok.js +1 -1
- package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-style.js +1 -1
- package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-utils.js +1 -1
- package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-variable.ok.js +1 -1
- package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-vm.js +1 -1
- package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor.ok.js +1 -1
- package/public/vendor/okjs/toolkit/theming/ok-theme.ok.js +1 -1
- package/public/view-models/type-query-vm.js +1 -1
- package/okdb-data/default/data.mdb +0 -0
- package/okdb-data/default/lock.mdb +0 -0
- package/okdb-data/~log/data.mdb +0 -0
- package/okdb-data/~log/lock.mdb +0 -0
- package/okdb-data/~system/data.mdb +0 -0
- package/okdb-data/~system/lock.mdb +0 -0
- package/public/images/logo.png +0 -0
- package/public/images/logo.svg +0 -333
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x4e17(){const _0x343df0=['__standalone__','$dispatch','accent','runtime','embedding','collectionEngine','1468366KPbQyl','Queue\x20Worker','relatedType','family','memberOwnerEnv','online','Try\x20changing\x20the\x20selected\x20pipeline,\x20status,\x20or\x20search\x20filters\x20above.','storeEnv','embeddings','Stop\x20pipeline\x20\x22<b>','withPipelineBusy','isRunning','extractors','\x0a/*\x20──\x20Root\x20───────────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-root\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20flex-direction:\x20column;\x0a\x20\x20gap:\x2016px;\x0a\x20\x20max-width:\x20980px;\x0a}\x0a\x0a/*\x20──\x20Page\x20header\x20────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-header\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20justify-content:\x20space-between;\x0a\x20\x20gap:\x2012px;\x0a\x20\x20align-items:\x20center;\x0a\x20\x20flex-wrap:\x20wrap;\x0a}\x0aengines-overview\x20.eo-title\x20{\x20font-weight:\x20700;\x20font-size:\x2017px;\x20color:\x20var(--okdb-app-fg);\x20letter-spacing:\x20-.01em;\x20}\x0aengines-overview\x20.eo-stats\x20{\x20display:\x20flex;\x20gap:\x2010px;\x20flex-wrap:\x20wrap;\x20align-items:\x20center;\x20font-size:\x2011px;\x20}\x0aengines-overview\x20.eo-stat-sep\x20{\x20width:\x201px;\x20height:\x2012px;\x20background:\x20var(--okdb-app-border);\x20flex-shrink:\x200;\x20}\x0a\x0a/*\x20──\x20Alerts\x20─────────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-alert\x20{\x0a\x20\x20padding:\x2012px\x2016px;\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20border-radius:\x2010px;\x0a\x20\x20background:\x20var(--okdb-app-bg-deep);\x0a\x20\x20font-size:\x2012px;\x0a\x20\x20line-height:\x201.6;\x0a}\x0aengines-overview\x20.eo-alert__title\x20{\x20font-weight:\x20600;\x20color:\x20var(--okdb-app-fg-muted);\x20margin-bottom:\x202px;\x20}\x0aengines-overview\x20.eo-alert__body\x20{\x20color:\x20var(--okdb-app-fg-subtle);\x20}\x0a\x0a/*\x20──\x20Section\x20────────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-section\x20{\x20display:\x20flex;\x20flex-direction:\x20column;\x20gap:\x208px;\x20}\x0aengines-overview\x20.eo-section__label\x20{\x0a\x20\x20font-size:\x2010px;\x0a\x20\x20text-transform:\x20uppercase;\x0a\x20\x20letter-spacing:\x20.07em;\x0a\x20\x20color:\x20var(--okdb-app-fg-muted);\x0a\x20\x20opacity:\x20.55;\x0a\x20\x20margin-bottom:\x202px;\x0a}\x0aengines-overview\x20.eo-count\x20{\x0a\x20\x20font-size:\x2010px;\x0a\x20\x20padding:\x200\x206px;\x0a\x20\x20border-radius:\x20999px;\x0a\x20\x20background:\x20var(--okdb-app-surface);\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20color:\x20var(--okdb-accent-muted);\x0a\x20\x20margin-left:\x204px;\x0a\x20\x20vertical-align:\x20middle;\x0a}\x0a\x0a/*\x20──\x20Pipeline\x20card\x20──────────────────────────────────\x20*/\x0aengines-overview\x20.eo-pipeline-card\x20{\x0a\x20\x20background:\x20var(--okdb-app-surface);\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20border-radius:\x2010px;\x0a\x20\x20overflow:\x20hidden;\x0a\x20\x20transition:\x20border-color\x20.14s;\x0a}\x0aengines-overview\x20.eo-pipeline-card:hover\x20{\x20border-color:\x20#384047;\x20}\x0a\x0aengines-overview\x20.eo-pipeline-header\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20align-items:\x20center;\x0a\x20\x20gap:\x208px;\x0a\x20\x20padding:\x2012px\x2014px;\x0a\x20\x20flex-wrap:\x20wrap;\x0a\x20\x20min-width:\x200;\x0a}\x0aengines-overview\x20.eo-health-dot\x20{\x0a\x20\x20width:\x207px;\x0a\x20\x20height:\x207px;\x0a\x20\x20border-radius:\x2050%;\x0a\x20\x20flex-shrink:\x200;\x0a}\x0aengines-overview\x20.eo-pipeline-name\x20{\x0a\x20\x20font-weight:\x20600;\x0a\x20\x20font-size:\x2013.5px;\x0a\x20\x20color:\x20var(--okdb-app-fg);\x0a\x20\x20overflow:\x20hidden;\x0a\x20\x20text-overflow:\x20ellipsis;\x0a\x20\x20white-space:\x20nowrap;\x0a\x20\x20min-width:\x200;\x0a\x20\x20letter-spacing:\x20-.01em;\x0a}\x0aengines-overview\x20.eo-spacer\x20{\x20flex:\x201;\x20min-width:\x200;\x20}\x0aengines-overview\x20.eo-run-count\x20{\x0a\x20\x20font-size:\x2011px;\x0a\x20\x20color:\x20var(--okdb-accent-muted);\x0a\x20\x20display:\x20inline-flex;\x0a\x20\x20align-items:\x20center;\x0a\x20\x20gap:\x204px;\x0a\x20\x20white-space:\x20nowrap;\x0a\x20\x20flex-shrink:\x200;\x0a}\x0a\x0a/*\x20──\x20Pills\x20──────────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-pill\x20{\x0a\x20\x20font-size:\x2010.5px;\x0a\x20\x20padding:\x201px\x208px;\x0a\x20\x20border-radius:\x20999px;\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20color:\x20var(--okdb-app-fg-muted);\x0a\x20\x20background:\x20transparent;\x0a\x20\x20display:\x20inline-flex;\x0a\x20\x20align-items:\x20center;\x0a\x20\x20white-space:\x20nowrap;\x0a\x20\x20flex-shrink:\x200;\x0a\x20\x20letter-spacing:\x20.01em;\x0a}\x0a\x0a/*\x20──\x20Buttons\x20────────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-btn\x20{\x0a\x20\x20font-size:\x2011px;\x0a\x20\x20padding:\x203px\x2010px;\x0a\x20\x20border-radius:\x20999px;\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20background:\x20var(--okdb-app-bg-deep);\x0a\x20\x20color:\x20var(--okdb-app-fg-muted);\x0a\x20\x20cursor:\x20pointer;\x0a\x20\x20line-height:\x201.4;\x0a\x20\x20flex-shrink:\x200;\x0a\x20\x20white-space:\x20nowrap;\x0a\x20\x20transition:\x20filter\x20.12s;\x0a}\x0aengines-overview\x20.eo-btn--toggle\x20{\x20background:\x20var(--okdb-app-bg-deep);\x20border-color:\x20var(--okdb-app-border);\x20color:\x20var(--okdb-app-fg-muted);\x20}\x0aengines-overview\x20.eo-btn--danger\x20{\x20border-color:\x20color-mix(in\x20srgb,\x20var(--okdb-danger)\x2033%,\x20transparent);\x20color:\x20var(--okdb-danger);\x20background:\x20color-mix(in\x20srgb,\x20var(--okdb-danger)\x207%,\x20transparent);\x20}\x0aengines-overview\x20.eo-btn:hover:not(:disabled)\x20{\x20filter:\x20brightness(1.3);\x20}\x0aengines-overview\x20.eo-btn:disabled\x20{\x20opacity:\x20.4;\x20cursor:\x20not-allowed;\x20}\x0a\x0a/*\x20──\x20Metrics\x20row\x20(pipeline\x20header)\x20─────────────────\x20*/\x0aengines-overview\x20.eo-pipeline-metrics\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20flex-wrap:\x20wrap;\x0a\x20\x20gap:\x203px\x2016px;\x0a\x20\x20padding:\x200\x2014px\x2010px\x2035px;\x0a}\x0aengines-overview\x20.eo-kv\x20{\x20display:\x20inline-flex;\x20gap:\x204px;\x20align-items:\x20baseline;\x20font-size:\x2011px;\x20line-height:\x201.4;\x20}\x0aengines-overview\x20.eo-kv__label\x20{\x20font-size:\x209.5px;\x20text-transform:\x20uppercase;\x20letter-spacing:\x20.04em;\x20color:\x20var(--okdb-app-fg-subtle);\x20flex-shrink:\x200;\x20}\x0aengines-overview\x20.eo-kv__val\x20{\x20color:\x20#a8c4d9;\x20overflow:\x20hidden;\x20text-overflow:\x20ellipsis;\x20white-space:\x20nowrap;\x20}\x0a\x0a/*\x20──\x20Inline\x20chip\x20strip\x20(collapsed\x20pipeline)\x20─────────\x20*/\x0aengines-overview\x20.eo-chip-strip\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20flex-wrap:\x20wrap;\x0a\x20\x20gap:\x205px;\x0a\x20\x20padding:\x200\x2014px\x2012px\x2035px;\x0a}\x0aengines-overview\x20.eo-chip\x20{\x0a\x20\x20display:\x20inline-flex;\x0a\x20\x20align-items:\x20center;\x0a\x20\x20gap:\x205px;\x0a\x20\x20padding:\x202px\x208px;\x0a\x20\x20border-radius:\x20999px;\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20background:\x20var(--okdb-app-bg-deep);\x0a\x20\x20font-size:\x2010.5px;\x0a\x20\x20white-space:\x20nowrap;\x0a}\x0aengines-overview\x20.eo-chip__name\x20{\x20color:\x20var(--okdb-accent-muted);\x20}\x0a\x0a/*\x20──\x20Accordion\x20(expanded\x20pipeline)\x20─────────────────\x20*/\x0aengines-overview\x20.eo-accordion\x20{\x0a\x20\x20border-top:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20background:\x20var(--okdb-app-bg-deep);\x0a\x20\x20display:\x20flex;\x0a\x20\x20flex-direction:\x20column;\x0a\x20\x20gap:\x208px;\x0a\x20\x20padding:\x2012px;\x0a}\x0aengines-overview\x20.eo-accordion-footer\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20justify-content:\x20flex-end;\x0a\x20\x20padding:\x204px\x202px\x202px;\x0a\x20\x20border-top:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20margin-top:\x202px;\x0a}\x0a','1554frbBlH','Source','color-mix(in\x20srgb,\x20var(--okdb-accent)\x2033%,\x20transparent)','includes','engineInSelectedPipeline','toast','</b>\x22?','Env\x20Pipelines','var(--okdb-purple)','has','record','pipelines','stats','paused','matchesSearch','join','Prepare','collections','Indexer','resolve','pipelineRequest','degraded','fileEngines','string','pipelineRecords','<engine-modal\x20:modal=\x22modal\x22\x20:engine=\x22engine\x22\x20:env=\x22envName\x22\x20/>','Workers','Try\x20changing\x20the\x20pipeline\x20type,\x20status,\x20search,\x20or\x20source-type\x20filters.','visibleEngines','embedder','slice','pipelineConfigMetrics','Algorithm','Extractor','phase','touchesSourceType','source_env','state','type','Delete\x20pipeline\x20\x22<b>','building','4323456cBKksK','inactive','engines','attention','selectedEnv','warning','</b>\x22?<br><br>','var(--okdb-accent)','source_type','workers','Processor','pipelineTypeFilter',';border-radius:10px;overflow:hidden;transition:border-color\x20.14s;','enginePipelineName','message','engineStatusMeta','default','Start\x20failed','sourceTypeFilter','pipeline','role','embedEngines','search','36866124wXZQHV','font-size:11px;padding:3px\x2010px;border-radius:999px;border:1px\x20solid\x20','push','every','var(--okdb-danger)','Engines','Embedder','okdb','pipelineActionBusy','flatMap','var(--okdb-info)','Mode','add','<br>','filterToSelectedPipeline','modal','selectedPipelineMembers','var(--okdb-sky)','Chunk','embedded','Concurrency','object','label','error','No\x20pipelines\x20match\x20the\x20current\x20filters','activeEngines','toLowerCase','engineId',';background:','shared','selectedPipelineName','status','\x20failed','progress','filteredEmbedPipelines','engineEnv','Progress','Engine','selectedpipeline','matchesGroup','vector-search','pop','true','/pipelines/','~system','filter','running','var(--okdb-indigo)','stop','$ok','sort','statusFilter','all','stores','engineTypeFilter','isEmbedded','success','var(--okdb-warning)','Environment','Stopped','engineMetricSearchParts','_uiEnv','Search','some','totalEngineCount','config','file','tone','pipelineTypeMatches','typeLabel','modeFilter','fileData','set','Worker','color','2598456FInZTn','Stop\x20failed','value','isArray','55;color:','Provider','groupStatusBucket','var(--okdb-success)','Queue','/stop','var(--okdb-orange)','find','Started','filteredVisibleEngines','Delete\x20failed','embed','json','localeCompare','$router','POST','pipelineIdentity','Field','3WVlsYk','embedOnly','filePipelineEngines','totalPipelineCount','danger','2045735KGJhNJ','get','catch','DELETE','Restarted\x20pipeline\x20\x22','Restart\x20pipeline\x20\x22<b>','meta','$vars','filePipelines','job_type','key','Collection','\x20pipeline\x20\x22','filteredFilePipelines','Model','values','37429CtZAFL','Pipelines','engineStatusBucket','1165977zIXnte','whole\x20record','Edit\x20Engine\x20·\x20','searchFilter','map','/env/','trim','allUniqueEngines','number','env','sourcetype','filterpipeline','select','pipelinetype','stopped','request','var(--okdb-app-fg-muted)','$attr','embedPipelines','isSelectedPipeline','allEngines','worker','engineSourceTypes','engines-overview','collection','length','API','indexer','goto-type','embedPipelineEngines','name','target_type','refresh','#94a3b8','confirm','split'];_0x4e17=function(){return _0x343df0;};return _0x4e17();}const _0x17e184=_0x5d0e;(function(_0x3ca057,_0x10b07b){const _0x1d95b9=_0x5d0e,_0x5c8cc7=_0x3ca057();while(!![]){try{const _0x23691b=parseInt(_0x1d95b9(0x129))/0x1+parseInt(_0x1d95b9(0x153))/0x2+-parseInt(_0x1d95b9(0x111))/0x3*(-parseInt(_0x1d95b9(0xfb))/0x4)+parseInt(_0x1d95b9(0x116))/0x5+-parseInt(_0x1d95b9(0x70))/0x6*(-parseInt(_0x1d95b9(0x126))/0x7)+parseInt(_0x1d95b9(0x99))/0x8+-parseInt(_0x1d95b9(0xb0))/0x9;if(_0x23691b===_0x10b07b)break;else _0x5c8cc7['push'](_0x5c8cc7['shift']());}catch(_0x1fabe0){_0x5c8cc7['push'](_0x5c8cc7['shift']());}}}(_0x4e17,0xc0616));import _0x57f941 from'../../engines/modals/engine-modal.ok.js';import _0x5d3b80 from'../../engines/parts/engine-resource-card.ok.js';function _0x5d0e(_0x54e69d,_0x37b832){_0x54e69d=_0x54e69d-0x66;const _0x4e17fa=_0x4e17();let _0x5d0e0d=_0x4e17fa[_0x54e69d];return _0x5d0e0d;}import{compactEngineConfigMetrics as _0x1e414a,compactEngineRowMetrics as _0x542d4b,compactEngineStatusMeta as _0x5257b9}from'../../engines/engine-ui-utils.js';export default{'tag':_0x17e184(0x140),'dependencies':[_0x57f941,_0x5d3b80],'attr':{'embedEngines':{},'embedPipelines':{},'fileEngines':{},'embedded':{},'filterpipeline':{},'mode':{},'pipelinetype':{},'enginetype':{},'status':{},'search':{},'sourcetype':{},'selectedpipeline':{}},'context':_0x4a746b=>({get 'allEmbed'(){const _0x42d93c=_0x17e184;return _0x4a746b['$attr'][_0x42d93c(0xae)]??[];},get 'pipelineRecords'(){const _0x50c758=_0x17e184;return _0x4a746b['$attr'][_0x50c758(0x13b)]??[];},get 'fileData'(){const _0x7b9562=_0x17e184;return _0x4a746b['$attr'][_0x7b9562(0x86)]??{};},get 'allFile'(){const _0x2cf1e9=_0x17e184,_0x355a30=this[_0x2cf1e9(0xf7)];return[..._0x355a30[_0x2cf1e9(0x6e)]??[],..._0x355a30['collections']??[],..._0x355a30[_0x2cf1e9(0xa2)]??[]];},get 'isEmbedded'(){const _0x2fc262=_0x17e184;return!0x0===_0x4a746b[_0x2fc262(0x13a)]['embedded']||_0x2fc262(0xda)===_0x4a746b['$attr'][_0x2fc262(0xc3)];},get 'filterToSelectedPipeline'(){const _0xb511d3=_0x17e184;return!0x0===_0x4a746b['$attr'][_0xb511d3(0x134)]||_0xb511d3(0xda)===_0x4a746b[_0xb511d3(0x13a)][_0xb511d3(0x134)];},get 'modeFilter'(){const _0x278cba=_0x17e184;return _0x278cba(0x9b)===_0x4a746b[_0x278cba(0x13a)]['mode']?_0x278cba(0x9b):_0x278cba(0x7b);},get 'pipelineTypeFilter'(){const _0x128c6b=_0x17e184;return['all',_0x128c6b(0x151),'file']['includes'](_0x4a746b[_0x128c6b(0x13a)]['pipelinetype'])?_0x4a746b[_0x128c6b(0x13a)][_0x128c6b(0x136)]:_0x128c6b(0xe4);},get 'engineTypeFilter'(){const _0x499def=_0x17e184;return String(_0x4a746b[_0x499def(0x13a)]['enginetype']??'')[_0x499def(0x12f)]();},get 'statusFilter'(){const _0x125399=_0x17e184;return _0x4a746b[_0x125399(0x13a)][_0x125399(0xcf)]??_0x125399(0xe4);},get 'searchFilter'(){const _0x2e73ac=_0x17e184;return String(_0x4a746b['$attr'][_0x2e73ac(0xaf)]??'')['trim']()['toLowerCase']();},get 'sourceTypeFilter'(){const _0x537679=_0x17e184;return String(_0x4a746b[_0x537679(0x13a)][_0x537679(0x133)]??'')[_0x537679(0x12f)]();},get 'selectedPipelineName'(){const _0x42ff41=_0x17e184;return String(_0x4a746b[_0x42ff41(0x13a)][_0x42ff41(0xd6)]??'')[_0x42ff41(0x12f)]();},'pipelineActionBusy':{},get 'embedOnly'(){const _0x33fa0a=_0x17e184;return(_0x4a746b[_0x33fa0a(0x13a)][_0x33fa0a(0xae)]??[])[_0x33fa0a(0xdd)](_0x32dcb0=>'processor'!==_0x32dcb0[_0x33fa0a(0x96)]&&'queue-worker'!==_0x32dcb0['type']);},get 'allEngines'(){return[...this['allEmbed'],...this['allFile']];},'engineId':_0x4c07e4=>_0x4c07e4?_0x4c07e4[_0x17e184(0x120)]??(_0x4c07e4[_0x17e184(0x96)]&&_0x4c07e4['name']?_0x4c07e4[_0x17e184(0x96)]+'@'+_0x4c07e4[_0x17e184(0x147)]:_0x4c07e4['name']??null):null,'engineSourceTypes'(_0x4dfa9c){const _0x57bfb0=_0x17e184,_0x45866e=[_0x4dfa9c?.['config']?.['source_type'],_0x4dfa9c?.[_0x57bfb0(0x150)]?.[_0x57bfb0(0xa1)],_0x4dfa9c?.[_0x57bfb0(0xf1)]?.['target_type'],_0x4dfa9c?.[_0x57bfb0(0x150)]?.[_0x57bfb0(0x148)]]['filter'](Boolean);return[...new Set(_0x45866e)];},'touchesSourceType'(_0x21d687){const _0x406190=_0x17e184;return!this[_0x406190(0xab)]||this[_0x406190(0x13f)](_0x21d687)[_0x406190(0x73)](this[_0x406190(0xab)]);},'engineStatusBucket'(_0x5acff4){const _0x4f295b=_0x17e184,_0xf6f094=_0x5acff4?.[_0x4f295b(0x7c)]?.[_0x4f295b(0x95)]??_0x5acff4?.[_0x4f295b(0xcf)]??null;return _0x5acff4?.['isRunning']||'online'===_0xf6f094?'running':[_0x4f295b(0xc7),_0x4f295b(0x9a),_0x4f295b(0x7d),_0x4f295b(0x98),_0x4f295b(0x85)]['includes'](_0xf6f094)?_0x4f295b(0x9c):_0x4f295b(0x137);},'groupStatusBucket'(_0x1a4359){const _0x54bf60=_0x17e184,_0x32e77b=_0x1a4359[_0x54bf60(0x12d)](_0xbe55ae=>this[_0x54bf60(0x128)](_0xbe55ae));return 0x0===_0x32e77b[_0x54bf60(0x142)]?_0x54bf60(0x137):_0x32e77b[_0x54bf60(0xb3)](_0x5de3fc=>_0x54bf60(0xde)===_0x5de3fc)?'running':_0x32e77b[_0x54bf60(0xef)](_0x5809f3=>_0x54bf60(0x9c)===_0x5809f3)||_0x32e77b[_0x54bf60(0xef)](_0x47a741=>_0x54bf60(0xde)===_0x47a741)?'attention':_0x54bf60(0x137);},'matchesSearch'(_0x3b8b42=[]){const _0x2bbded=_0x17e184;return!this['searchFilter']||_0x3b8b42[_0x2bbded(0xdd)](Boolean)[_0x2bbded(0x7f)]('\x20')[_0x2bbded(0xca)]()[_0x2bbded(0x73)](this[_0x2bbded(0x12c)]);},'pipelineTypeMatches'(_0x50845a){const _0x593602=_0x17e184;return'all'===this[_0x593602(0xa4)]||this['pipelineTypeFilter']===_0x50845a;},get 'embedPipelines'(){const _0x54b162=_0x17e184;if(this['pipelineRecords'][_0x54b162(0x142)]>0x0)return this[_0x54b162(0x88)][_0x54b162(0x12d)](_0x282e1d=>{const _0x1d7922=_0x54b162,_0x17b5aa=Array[_0x1d7922(0xfe)](_0x282e1d[_0x1d7922(0x9b)])?_0x282e1d[_0x1d7922(0x9b)][_0x1d7922(0xdd)](Boolean):[],_0xdfc10a=_0x17b5aa['find'](_0x470bec=>this[_0x1d7922(0xd3)](_0x470bec))??null,_0x494052=_0x17b5aa[_0x1d7922(0x106)](_0x155def=>_0x1d7922(0x8d)===_0x155def[_0x1d7922(0xad)]||_0x1d7922(0x8d)===_0x155def[_0x1d7922(0x96)])??null,_0x15b5e6=_0x17b5aa['find'](_0x41b485=>_0x1d7922(0x144)===_0x41b485[_0x1d7922(0xad)]||_0x1d7922(0x144)===_0x41b485[_0x1d7922(0x96)])??null,_0xade654=_0x17b5aa['find'](_0x38b22b=>'search'===_0x38b22b['role']||_0x1d7922(0xd8)===_0x38b22b[_0x1d7922(0x96)])??null,_0xbfdc7b=_0x17b5aa[_0x1d7922(0x106)](_0x5dbee2=>_0x1d7922(0x13e)===_0x5dbee2[_0x1d7922(0xad)]||'embed-worker'===_0x5dbee2[_0x1d7922(0x96)])??null;return{'name':_0x282e1d[_0x1d7922(0x11c)]?.[_0x1d7922(0xc6)]??_0x282e1d[_0x1d7922(0x11c)]?.[_0x1d7922(0xac)]??_0x282e1d[_0x1d7922(0x147)],'key':_0x282e1d[_0x1d7922(0x147)],'env':_0x282e1d[_0x1d7922(0x132)]??this[_0x1d7922(0xd3)](_0xdfc10a)??_0x15b5e6?.[_0x1d7922(0xf1)]?.[_0x1d7922(0x94)]??_0xade654?.[_0x1d7922(0xf1)]?.['source_env']??null,'type':_0x1d7922(0x6a)===_0x282e1d[_0x1d7922(0x11c)]?.['family']?'embed':_0x1d7922(0x132),'record':_0x282e1d,'members':_0x17b5aa,'embedder':_0x494052,'indexer':_0x15b5e6,'search':_0xade654,'worker':_0xbfdc7b};})['filter'](_0x164657=>_0x164657['members'][_0x54b162(0x142)]>0x0)[_0x54b162(0xe2)]((_0x3b9440,_0x111686)=>_0x3b9440[_0x54b162(0x147)][_0x54b162(0x10c)](_0x111686[_0x54b162(0x147)]));const _0x45ca83=new Map();for(const _0x298e22 of this[_0x54b162(0x112)]){const _0x55e5fc=_0x298e22[_0x54b162(0x11c)]?.[_0x54b162(0xac)]??_0x298e22['name']['replace'](/-worker$/,'');_0x45ca83[_0x54b162(0x79)](_0x55e5fc)||_0x45ca83[_0x54b162(0xf8)](_0x55e5fc,{'name':_0x55e5fc,'type':_0x54b162(0x10a),'embedder':null,'indexer':null,'search':null,'worker':null});const _0x291157=_0x45ca83['get'](_0x55e5fc);'embedder'===_0x298e22['type']?_0x291157[_0x54b162(0x8d)]=_0x298e22:_0x54b162(0x144)===_0x298e22[_0x54b162(0x96)]?_0x291157[_0x54b162(0x144)]=_0x298e22:_0x54b162(0xd8)===_0x298e22[_0x54b162(0x96)]?_0x291157[_0x54b162(0xaf)]=_0x298e22:'embed-worker'===_0x298e22[_0x54b162(0x96)]&&(_0x291157['worker']=_0x298e22);}return[..._0x45ca83[_0x54b162(0x125)]()]['filter'](_0x52b54b=>[_0x52b54b['embedder'],_0x52b54b[_0x54b162(0x144)],_0x52b54b['search'],_0x52b54b[_0x54b162(0x13e)]][_0x54b162(0xdd)](Boolean)['length']>0x1)[_0x54b162(0xe2)]((_0xb3f9e6,_0x3e6e4f)=>_0xb3f9e6['name'][_0x54b162(0x10c)](_0x3e6e4f[_0x54b162(0x147)]));},get 'filePipelines'(){const _0x3a8e4f=_0x17e184;return(this[_0x3a8e4f(0xf7)][_0x3a8e4f(0x81)]??[])[_0x3a8e4f(0x12d)](_0x1d87ad=>{const _0x1f9ada=_0x3a8e4f,_0x5c0dfa=(this['fileData'][_0x1f9ada(0x6e)]??[])[_0x1f9ada(0xdd)](_0x37c3a2=>_0x1d87ad[_0x1f9ada(0xf1)]?.['pipeline']?.[_0x1f9ada(0x73)](_0x37c3a2['name'])),_0x4c7aa2=(this[_0x1f9ada(0xf7)][_0x1f9ada(0xa2)]??[])[_0x1f9ada(0xdd)](_0x24eb35=>_0x24eb35[_0x1f9ada(0xf1)]?.[_0x1f9ada(0x152)]===_0x1d87ad['name']);return{'name':_0x1d87ad[_0x1f9ada(0x141)]??_0x1d87ad[_0x1f9ada(0x147)],'type':_0x1f9ada(0xf2),'collection':_0x1d87ad,'extractors':_0x5c0dfa,'workers':_0x4c7aa2};})[_0x3a8e4f(0xe2)]((_0x17600e,_0x38184d)=>_0x17600e[_0x3a8e4f(0x147)]['localeCompare'](_0x38184d[_0x3a8e4f(0x147)]));},get 'allUniqueEngines'(){const _0x55e95f=_0x17e184,_0x5a74ee=new Set();return this['allEngines'][_0x55e95f(0xdd)](_0x537b7c=>{const _0x5eeb4b=this['engineId'](_0x537b7c);return!(!_0x5eeb4b||_0x5a74ee['has'](_0x5eeb4b)||(_0x5a74ee['add'](_0x5eeb4b),0x0));});},get 'visibleEngines'(){const _0x215388=_0x17e184;return this['allUniqueEngines'][_0x215388(0xdd)](_0x44e384=>this[_0x215388(0x74)](_0x44e384))[_0x215388(0xdd)](_0x33d366=>!this['engineTypeFilter']||_0x33d366[_0x215388(0x96)]===this[_0x215388(0xe6)])[_0x215388(0xdd)](_0x394f4d=>_0x215388(0xe4)===this[_0x215388(0xe3)]||this[_0x215388(0x128)](_0x394f4d)===this[_0x215388(0xe3)])[_0x215388(0xdd)](_0x20143e=>this[_0x215388(0x93)](_0x20143e))['filter'](_0x356251=>this[_0x215388(0x7e)]([_0x356251?.['name'],_0x356251?.[_0x215388(0x96)],_0x356251?.[_0x215388(0x11c)]?.[_0x215388(0xac)],_0x356251?.['env'],_0x356251?.[_0x215388(0xed)],...this[_0x215388(0xec)](_0x356251),...this[_0x215388(0x13f)](_0x356251),_0x356251?.['config']?.[_0x215388(0x11f)],_0x356251?.['config']?.['handler']?.[_0x215388(0x147)]]))[_0x215388(0xe2)]((_0x18418b,_0x5962e3)=>String(_0x18418b[_0x215388(0x96)]||'')[_0x215388(0x10c)](String(_0x5962e3[_0x215388(0x96)]||''))||String(_0x18418b[_0x215388(0x147)]||'')['localeCompare'](String(_0x5962e3[_0x215388(0x147)]||'')));},get 'visibleEngineGroups'(){const _0x51d464=_0x17e184,_0x3a0e59=new Map(),_0x3a98c2={'key':_0x51d464(0x14d),'label':'Standalone','pipeline':null,'engines':[]};for(const _0xceb1bc of this[_0x51d464(0x8c)]){const _0x3c2f6d=this[_0x51d464(0xa6)](_0xceb1bc);_0x3c2f6d?(_0x3a0e59['has'](_0x3c2f6d)||_0x3a0e59[_0x51d464(0xf8)](_0x3c2f6d,{'key':_0x3c2f6d,'label':String(_0x3c2f6d)[_0x51d464(0x14c)](':')[_0x51d464(0xd9)](),'pipeline':_0x3c2f6d,'engines':[]}),_0x3a0e59['get'](_0x3c2f6d)[_0x51d464(0x9b)]['push'](_0xceb1bc)):_0x3a98c2[_0x51d464(0x9b)][_0x51d464(0xb2)](_0xceb1bc);}const _0x246676=[..._0x3a0e59['values']()]['sort']((_0x3f8a3e,_0x54f920)=>_0x3f8a3e[_0x51d464(0xc6)]['localeCompare'](_0x54f920[_0x51d464(0xc6)]));return _0x3a98c2[_0x51d464(0x9b)][_0x51d464(0x142)]&&_0x246676[_0x51d464(0xb2)](_0x3a98c2),_0x246676;},'matchesGroup'(_0x1ac554,_0x55a457,_0x25f7fb,_0x1d9b0b=[]){const _0x128878=_0x17e184;return(_0x128878(0xe4)===this[_0x128878(0xe3)]||this[_0x128878(0x101)](_0x25f7fb)===this['statusFilter'])&&!(this[_0x128878(0xab)]&&!_0x25f7fb['some'](_0x5d1ea2=>this[_0x128878(0x93)](_0x5d1ea2)))&&this[_0x128878(0x7e)]([_0x1ac554?.[_0x128878(0x147)],_0x1ac554?.[_0x128878(0x96)],_0x1ac554?.[_0x128878(0x132)],..._0x1d9b0b,..._0x25f7fb[_0x128878(0xb9)](_0x1a4b3a=>[_0x1a4b3a?.[_0x128878(0x147)],_0x1a4b3a?.['type'],...this[_0x128878(0x13f)](_0x1a4b3a),_0x1a4b3a?.['config']?.['job_type'],_0x1a4b3a?.[_0x128878(0xf1)]?.['handler']?.[_0x128878(0x147)]])]);},get 'filteredEmbedPipelines'(){const _0x35a155=_0x17e184;return _0x35a155(0x7b)!==this[_0x35a155(0xf6)]?[]:this[_0x35a155(0xf4)](_0x35a155(0x151))?this[_0x35a155(0x13b)]['filter'](_0x31c929=>(!this[_0x35a155(0xbe)]||!this['selectedPipelineName']||this['pipelineIdentity'](_0x31c929)===this['selectedPipelineName'])&&this[_0x35a155(0xd7)](_0x31c929,_0x35a155(0x151),this[_0x35a155(0x146)](_0x31c929),[_0x31c929?.['record']?.[_0x35a155(0x11c)]?.[_0x35a155(0x156)]])):[];},get 'filteredFilePipelines'(){const _0xe2a2bc=_0x17e184;return'pipelines'!==this[_0xe2a2bc(0xf6)]?[]:this['pipelineTypeMatches'](_0xe2a2bc(0xf2))?this[_0xe2a2bc(0x11e)][_0xe2a2bc(0xdd)](_0x29352d=>this[_0xe2a2bc(0xd7)](_0x29352d,_0xe2a2bc(0xf2),this[_0xe2a2bc(0x113)](_0x29352d),[_0x29352d?.['collection']?.[_0xe2a2bc(0x141)]])):[];},get 'filteredPipelineCount'(){const _0x152eb4=_0x17e184;return this[_0x152eb4(0xd2)]['length']+this[_0x152eb4(0x123)][_0x152eb4(0x142)];},get 'filteredVisibleEngines'(){const _0x4d3b3e=_0x17e184;if('pipelines'!==this[_0x4d3b3e(0xf6)])return[];const _0x5c95c2=new Set(),_0x41f6b3=[];for(const _0x249577 of this[_0x4d3b3e(0xd2)])for(const _0x32ac1a of this[_0x4d3b3e(0x146)](_0x249577)){const _0x20e3eb=this['engineId'](_0x32ac1a);_0x20e3eb&&!_0x5c95c2[_0x4d3b3e(0x79)](_0x20e3eb)&&(_0x5c95c2[_0x4d3b3e(0xbc)](_0x20e3eb),_0x41f6b3[_0x4d3b3e(0xb2)](_0x32ac1a));}for(const _0x2933cc of this['filteredFilePipelines'])for(const _0x529ffd of this[_0x4d3b3e(0x113)](_0x2933cc)){const _0x23d5c8=this[_0x4d3b3e(0xcb)](_0x529ffd);_0x23d5c8&&!_0x5c95c2[_0x4d3b3e(0x79)](_0x23d5c8)&&(_0x5c95c2[_0x4d3b3e(0xbc)](_0x23d5c8),_0x41f6b3['push'](_0x529ffd));}return _0x41f6b3;},get 'totalPipelineCount'(){const _0xc5b841=_0x17e184;return this[_0xc5b841(0x13b)][_0xc5b841(0x142)]+this[_0xc5b841(0x11e)]['length'];},get 'totalEngineCount'(){const _0x1c2ae0=_0x17e184;return this[_0x1c2ae0(0x130)][_0x1c2ae0(0x142)];},get 'visibleItemCount'(){const _0x4f93b1=_0x17e184;return _0x4f93b1(0x7b)===this[_0x4f93b1(0xf6)]?this['filteredPipelineCount']:this[_0x4f93b1(0x8c)][_0x4f93b1(0x142)];},get 'totalItemCount'(){const _0x3be4e1=_0x17e184;return _0x3be4e1(0x7b)===this[_0x3be4e1(0xf6)]?this[_0x3be4e1(0x114)]:this[_0x3be4e1(0xf0)];},get 'activeEngines'(){const _0x49a8b6=_0x17e184;return _0x49a8b6(0x7b)===this[_0x49a8b6(0xf6)]?this[_0x49a8b6(0x108)]:this[_0x49a8b6(0x8c)];},get 'hasAnyEngines'(){const _0x23a963=_0x17e184;return this[_0x23a963(0x13d)][_0x23a963(0x142)]>0x0;},get 'runningCount'(){const _0x57b7ea=_0x17e184;return this[_0x57b7ea(0xc9)][_0x57b7ea(0xdd)](_0x592a5f=>'running'===this[_0x57b7ea(0x128)](_0x592a5f))[_0x57b7ea(0x142)];},get 'errorCount'(){const _0x1b86ff=_0x17e184;return this['activeEngines'][_0x1b86ff(0xdd)](_0x2e6d94=>_0x1b86ff(0x9c)===this['engineStatusBucket'](_0x2e6d94))[_0x1b86ff(0x142)];},get 'headerTitle'(){const _0xca5552=_0x17e184;return'pipelines'===this[_0xca5552(0xf6)]?_0xca5552(0x127):_0xca5552(0xb5);},get 'noResultsLabel'(){const _0x268f1d=_0x17e184;return _0x268f1d(0x7b)===this[_0x268f1d(0xf6)]?_0x268f1d(0xc8):'No\x20engines\x20match\x20the\x20current\x20filters';},get 'noResultsHint'(){const _0x14b019=_0x17e184;return this[_0x14b019(0xe7)]?_0x14b019(0x7b)===this[_0x14b019(0xf6)]?_0x14b019(0x68):'Try\x20changing\x20the\x20engine\x20type,\x20status,\x20or\x20search\x20filters\x20above.':_0x14b019(0x7b)===this[_0x14b019(0xf6)]?_0x14b019(0x8b):'Try\x20changing\x20the\x20engine\x20type,\x20status,\x20search,\x20or\x20source-type\x20filters.';},'typeLabel':{'embedder':_0x17e184(0xb6),'indexer':_0x17e184(0x82),'search':_0x17e184(0xee),'worker':_0x17e184(0xf9),'vector-search':_0x17e184(0xee),'embed-worker':_0x17e184(0xf9),'materializer':'Materializer','file-extractor':_0x17e184(0x91),'file-collection':_0x17e184(0x121),'file-extractor-worker':_0x17e184(0xf9),'processor':_0x17e184(0xa3),'queue-worker':_0x17e184(0x154)},'typeColor':{'embedder':_0x17e184(0xba),'indexer':_0x17e184(0x78),'vector-search':_0x17e184(0xa0),'embed-worker':_0x17e184(0xe9),'materializer':'#fb7185','file-extractor':_0x17e184(0x102),'file-collection':_0x17e184(0xc1),'file-extractor-worker':_0x17e184(0xe9),'processor':_0x17e184(0x105),'queue-worker':_0x17e184(0xdf)},'healthDot':_0x43374d=>_0x43374d&&0x0!==_0x43374d['length']?_0x43374d['every'](_0x3898bb=>_0x3898bb[_0x17e184(0x6d)])?'var(--okdb-success)':_0x43374d[_0x17e184(0xef)](_0x476397=>'error'===_0x476397[_0x17e184(0xcf)])?'var(--okdb-danger)':_0x17e184(0xe9):_0x17e184(0x139),'statusDot'(_0x5b8ac9){const _0x1a250b=_0x17e184;return _0x5b8ac9?this[_0x1a250b(0xa8)](_0x5b8ac9)?.[_0x1a250b(0xfa)]??_0x1a250b(0x139):_0x1a250b(0x139);},'typeName'(_0x1bd238){const _0x27e423=_0x17e184;return this[_0x27e423(0xf5)][_0x1bd238]||_0x1bd238||_0x27e423(0xd5);},'shortEngineName'(_0x61995d){const _0x2c2726=_0x17e184,_0x2122a6=String(_0x61995d?.['name']??_0x61995d?.[_0x2c2726(0x120)]??''),_0x17c486=_0x61995d?.[_0x2c2726(0xf1)]?.[_0x2c2726(0x94)]??_0x61995d?.['env']??_0x61995d?.['storeEnv']??'';return _0x17c486&&_0x2122a6['startsWith'](_0x17c486+':')?_0x2122a6[_0x2c2726(0x8e)](_0x17c486[_0x2c2726(0x142)]+0x1):_0x2122a6;},'showStatusText'(_0x8a58ad){const _0x275da5=_0x17e184,_0x53d7d1=this[_0x275da5(0xa8)](_0x8a58ad)?.[_0x275da5(0xc6)];return!!_0x53d7d1&&![_0x275da5(0xde),_0x275da5(0x67)]['includes'](_0x53d7d1);},'engineEnv':_0x1f962d=>_0x1f962d?_0x1f962d['config']?.[_0x17e184(0x94)]??_0x1f962d[_0x17e184(0x132)]??_0x1f962d[_0x17e184(0xed)]??_0x1f962d[_0x17e184(0x69)]??(_0x17e184(0x8d)===_0x1f962d[_0x17e184(0x96)]?_0x17e184(0xdc):null):null,'enginePipelineName':_0x329dc6=>_0x329dc6?.[_0x17e184(0x11c)]?.[_0x17e184(0xac)]??_0x329dc6?.[_0x17e184(0xf1)]?.[_0x17e184(0xac)]??_0x329dc6?.[_0x17e184(0xf1)]?.[_0x17e184(0x152)]??null,'engineInSelectedPipeline'(_0x987693){const _0x562d94=_0x17e184;if(!this['filterToSelectedPipeline']||!this['selectedPipelineName'])return!0x0;if(this[_0x562d94(0xa6)](_0x987693)===this[_0x562d94(0xce)])return!0x0;const _0x34147b=this[_0x562d94(0x88)][_0x562d94(0x106)](_0x5cba00=>this[_0x562d94(0x10f)](_0x5cba00)===this[_0x562d94(0xce)]||_0x5cba00?.[_0x562d94(0x147)]===this[_0x562d94(0xce)])??null;return!(!Array['isArray'](_0x34147b?.[_0x562d94(0x9b)])||0x0===_0x34147b['engines'][_0x562d94(0x142)])&&_0x34147b[_0x562d94(0x9b)][_0x562d94(0xef)](_0x266120=>_0x266120?.['type']===_0x987693?.[_0x562d94(0x96)]&&_0x266120?.['name']===_0x987693?.['name']);},'embedPipelineEngines':_0x18bb03=>Array[_0x17e184(0xfe)](_0x18bb03?.[_0x17e184(0x7a)]?.['engines'])&&_0x18bb03[_0x17e184(0x7a)][_0x17e184(0x9b)][_0x17e184(0x142)]>0x0?_0x18bb03[_0x17e184(0x7a)]['engines']:[_0x18bb03[_0x17e184(0x8d)],_0x18bb03['indexer'],_0x18bb03[_0x17e184(0x13e)],_0x18bb03[_0x17e184(0xaf)]][_0x17e184(0xdd)](Boolean),'pipelineRunningCount'(_0x353851){const _0x4e468e=_0x17e184;return this[_0x4e468e(0x146)](_0x353851)['filter'](_0x4eb235=>_0x4eb235?.[_0x4e468e(0x6d)])[_0x4e468e(0x142)];},'pipelineMemberCount'(_0x503905){const _0xd780f2=_0x17e184;return this[_0xd780f2(0x146)](_0x503905)[_0xd780f2(0x142)];},get 'groupedPipelineHeading'(){const _0x1886d7=_0x17e184;return this[_0x1886d7(0x88)][_0x1886d7(0x142)]>0x0?_0x1886d7(0x77):'Embedding\x20Pipelines';},'filePipelineEngines':_0x163c39=>[_0x163c39[_0x17e184(0x141)],..._0x163c39[_0x17e184(0x6e)],..._0x163c39[_0x17e184(0xa2)]],'pipelineIdentity':_0x222ba2=>_0x222ba2?.['record']?.[_0x17e184(0x147)]??_0x222ba2?.[_0x17e184(0x120)]??_0x222ba2?.[_0x17e184(0x147)]??null,'isSelectedPipeline'(_0x1ea287){const _0x5bff7e=_0x17e184,_0x1c822a=this[_0x5bff7e(0x10f)](_0x1ea287);return!!_0x1c822a&&_0x1c822a===this[_0x5bff7e(0xce)];},'togglePipeline'(_0x209214){const _0x37e95a=_0x17e184,_0x588ce2=this[_0x37e95a(0x10f)](_0x209214);_0x4a746b[_0x37e95a(0x14e)](_0x37e95a(0x135),{'name':this[_0x37e95a(0x13c)](_0x209214)?'':_0x588ce2??''});},'pipelineBusy'(_0x4e6d87){const _0x13a4e9=_0x17e184,_0x9f658d=this[_0x13a4e9(0x10f)](_0x4e6d87);return!(!_0x9f658d||!this['pipelineActionBusy'][_0x9f658d]);},async 'withPipelineBusy'(_0x54711d,_0x4ad592){const _0x4f854b=_0x17e184,_0x173a93=this[_0x4f854b(0x10f)](_0x54711d);if(_0x173a93&&!this['pipelineActionBusy'][_0x173a93]){this['pipelineActionBusy']={...this['pipelineActionBusy'],[_0x173a93]:!0x0};try{await _0x4ad592();}finally{this[_0x4f854b(0xb8)]={...this[_0x4f854b(0xb8)],[_0x173a93]:!0x1};}}},'selectedPipelineMembers'(_0x15599d){const _0x1192dd=_0x17e184;return Array['isArray'](_0x15599d?.[_0x1192dd(0x7a)]?.['engines'])&&_0x15599d[_0x1192dd(0x7a)][_0x1192dd(0x9b)][_0x1192dd(0x142)]?_0x15599d[_0x1192dd(0x7a)][_0x1192dd(0x9b)]:this['embedPipelineEngines'](_0x15599d);},'relatedType':_0x2b61f7=>_0x2b61f7?.[_0x17e184(0xf1)]?.[_0x17e184(0xa1)]??_0x2b61f7?.[_0x17e184(0x150)]?.[_0x17e184(0xa1)]??_0x2b61f7?.[_0x17e184(0x7c)]?.[_0x17e184(0xa1)]??_0x2b61f7?.[_0x17e184(0x7c)]?.[_0x17e184(0x144)]?.['source_type']??null,'relatedEnv':(_0x2d6290,_0x19ae9c=null)=>_0x2d6290?.[_0x17e184(0xf1)]?.[_0x17e184(0x94)]??_0x2d6290?.[_0x17e184(0x150)]?.[_0x17e184(0x94)]??_0x19ae9c??null,'memberOwnerEnv'(_0x208b38,_0x1742f4=null){const _0x1b0283=_0x17e184;return _0x208b38?.[_0x1b0283(0x69)]??_0x208b38?.[_0x1b0283(0x132)]??this['relatedEnv'](_0x208b38,_0x1742f4)??_0x1742f4??null;},'pipelineConfigMetrics'(_0x497fad){const _0x521b4e=_0x17e184,_0x750153=this[_0x521b4e(0x146)](_0x497fad),_0x23303c=[_0x521b4e(0x71),_0x521b4e(0x110),_0x521b4e(0xbb),_0x521b4e(0x80),_0x521b4e(0xc2),_0x521b4e(0x90),_0x521b4e(0x124),_0x521b4e(0x100),_0x521b4e(0xc4)],_0x3862cb=new Set(),_0x4a1a48=[];for(const _0x55bd5e of _0x23303c){for(const _0x474605 of _0x750153[_0x521b4e(0xb9)](_0x50b535=>_0x1e414a(_0x50b535))){const _0x2d4678=_0x474605[_0x521b4e(0xc6)]+':'+_0x474605[_0x521b4e(0xfd)];if(_0x474605[_0x521b4e(0xc6)]===_0x55bd5e&&!_0x3862cb[_0x521b4e(0x79)](_0x2d4678)){_0x3862cb['add'](_0x2d4678),_0x4a1a48[_0x521b4e(0xb2)](_0x474605);break;}}if(_0x4a1a48[_0x521b4e(0x142)]>=0x8)break;}return _0x4a1a48;},'pipelineHeaderMetrics'(_0x3b4777){const _0x123dc8=_0x17e184,_0x3e616e=new Map(this[_0x123dc8(0x8f)](_0x3b4777)[_0x123dc8(0x12d)](_0x11d340=>[_0x11d340['label'],_0x11d340[_0x123dc8(0xfd)]])),_0x11bc28=_0x3e616e['get']('Source'),_0x399349=_0x3e616e['get'](_0x123dc8(0x110)),_0x5c7ee1=[],_0x37b67d=(_0x5ca98a,_0x18d3f6)=>{null!=_0x18d3f6&&''!==_0x18d3f6&&_0x5c7ee1['push']({'label':_0x5ca98a,'value':String(_0x18d3f6)});};return _0x37b67d(_0x123dc8(0x71),_0x11bc28?_0x399349&&_0x123dc8(0x12a)!==_0x399349?_0x11bc28+'.'+_0x399349:_0x11bc28:null),_0x37b67d(_0x123dc8(0x103),_0x3e616e['get'](_0x123dc8(0xbb))),_0x37b67d(_0x123dc8(0x90),_0x3e616e['get'](_0x123dc8(0x90))),_0x37b67d(_0x123dc8(0x124),_0x3e616e[_0x123dc8(0x117)]('Model')),_0x37b67d(_0x123dc8(0x8a),_0x3e616e[_0x123dc8(0x117)](_0x123dc8(0xc4))),_0x37b67d(_0x123dc8(0xea),_0x3b4777?.[_0x123dc8(0x132)]??_0x3b4777?.[_0x123dc8(0x7a)]?.[_0x123dc8(0x132)]),_0x5c7ee1;},'pipelineProgressMetric'(_0xb86ba){const _0x38280e=_0x17e184,_0x12ecf9=this['embedPipelineEngines'](_0xb86ba)[_0x38280e(0x106)](_0x12489e=>_0x38280e(0x144)===_0x12489e?.[_0x38280e(0x96)]||_0x38280e(0x144)===_0x12489e?.['role'])??null,_0x375b71=_0x542d4b(_0x12ecf9)[_0x38280e(0x106)](_0x37804c=>'Progress'===_0x37804c?.[_0x38280e(0xc6)])??null;if(_0x375b71)return _0x375b71;const _0x448ebf=_0x12ecf9?.[_0x38280e(0xd1)]??_0x12ecf9?.['runtime']?.[_0x38280e(0xd1)]??null;if(null==_0x448ebf)return null;if(_0x38280e(0x87)==typeof _0x448ebf||_0x38280e(0x131)==typeof _0x448ebf)return{'label':_0x38280e(0xd4),'value':String(_0x448ebf),'tone':_0x38280e(0x14f)};if(_0x38280e(0xc5)==typeof _0x448ebf&&_0x38280e(0x87)==typeof _0x448ebf[_0x38280e(0x92)])return{'label':'Progress','value':_0x448ebf[_0x38280e(0x92)],'tone':_0x38280e(0x14f)};try{return{'label':_0x38280e(0xd4),'value':JSON['stringify'](_0x448ebf),'tone':_0x38280e(0x14f)};}catch{return{'label':_0x38280e(0xd4),'value':_0x38280e(0xd1),'tone':_0x38280e(0x14f)};}},async 'pipelineRequest'(_0x4f637e,_0x16026a,_0x1e9a7f){const _0x29c22d=_0x17e184,_0x19b03b=_0x4f637e?.[_0x29c22d(0x7a)]?.[_0x29c22d(0x147)]??_0x4f637e?.[_0x29c22d(0x120)]??null,_0x2f3c51=_0x4f637e?.[_0x29c22d(0x132)]??_0x4f637e?.[_0x29c22d(0x7a)]?.[_0x29c22d(0x132)]??_0x4a746b[_0x29c22d(0xe1)][_0x29c22d(0xe5)]['okdb']['selectedEnv']??'default';_0x19b03b&&await this[_0x29c22d(0x6c)](_0x4f637e,async()=>{const _0x14e491=_0x29c22d,_0x1443e7=_0x14e491(0x119)===_0x16026a?'':'/'+_0x1e9a7f,_0xc25b7d=await fetch(__ENV__[_0x14e491(0x143)]+_0x14e491(0x12e)+encodeURIComponent(_0x2f3c51)+_0x14e491(0xdb)+encodeURIComponent(_0x19b03b)+_0x1443e7,{'method':_0x16026a}),_0x5dc279=await _0xc25b7d['json']()['catch'](()=>({}));if(!_0xc25b7d['ok'])throw new Error(_0x5dc279?.[_0x14e491(0xc7)]?.['message']||(_0x1e9a7f||_0x14e491(0x138))+_0x14e491(0xd0));_0x4a746b[_0x14e491(0xe1)][_0x14e491(0xcd)]?.[_0x14e491(0x75)]?.['success']?.(_0x14e491(0x119)===_0x16026a?'Deleted\x20pipeline\x20\x22'+_0x19b03b+'\x22':('start'===_0x1e9a7f?_0x14e491(0x107):_0x14e491(0xeb))+_0x14e491(0x122)+_0x19b03b+'\x22'),_0x14e491(0x119)===_0x16026a&&_0x4a746b[_0x14e491(0x14e)](_0x14e491(0x135),{'name':''}),_0x4a746b['$dispatch']('refresh');});},async 'restartPipeline'(_0x4b876e){const _0x34969b=_0x17e184,_0x825104=_0x4b876e?.[_0x34969b(0x7a)]?.['name']??_0x4b876e?.[_0x34969b(0x120)]??null;_0x825104&&await _0x4a746b[_0x34969b(0xe1)][_0x34969b(0xcd)]?.[_0x34969b(0xbf)]?.[_0x34969b(0x14b)]?.(_0x34969b(0x11b)+_0x825104+_0x34969b(0x76))&&await this[_0x34969b(0x6c)](_0x4b876e,async()=>{const _0xd2b2ab=_0x34969b,_0xcf0faa=_0x4b876e?.['env']??_0x4b876e?.[_0xd2b2ab(0x7a)]?.[_0xd2b2ab(0x132)]??_0x4a746b['$ok'][_0xd2b2ab(0xe5)][_0xd2b2ab(0xb7)][_0xd2b2ab(0x9d)]??_0xd2b2ab(0xa9),_0x29717b=__ENV__['API']+_0xd2b2ab(0x12e)+encodeURIComponent(_0xcf0faa)+'/pipelines/'+encodeURIComponent(_0x825104),_0x3f37e1=await fetch(_0x29717b+_0xd2b2ab(0x104),{'method':_0xd2b2ab(0x10e)}),_0x46923a=await _0x3f37e1[_0xd2b2ab(0x10b)]()[_0xd2b2ab(0x118)](()=>({}));if(!_0x3f37e1['ok'])throw new Error(_0x46923a?.[_0xd2b2ab(0xc7)]?.['message']||_0xd2b2ab(0xfc));const _0x311e45=await fetch(_0x29717b+'/start',{'method':'POST'}),_0x10e03f=await _0x311e45[_0xd2b2ab(0x10b)]()['catch'](()=>({}));if(!_0x311e45['ok'])throw new Error(_0x10e03f?.[_0xd2b2ab(0xc7)]?.['message']||_0xd2b2ab(0xaa));_0x4a746b[_0xd2b2ab(0xe1)][_0xd2b2ab(0xcd)]?.[_0xd2b2ab(0x75)]?.[_0xd2b2ab(0xe8)]?.(_0xd2b2ab(0x11a)+_0x825104+'\x22'),_0x4a746b[_0xd2b2ab(0x14e)](_0xd2b2ab(0x149));});},'pipelineSourceType'(_0x2ed5de){const _0x1c5f99=_0x17e184,_0x3f4f40=this['embedPipelineEngines'](_0x2ed5de);for(const _0x433f17 of _0x3f4f40){const _0x4d1cde=_0x433f17?.[_0x1c5f99(0xf1)]?.[_0x1c5f99(0xa1)]??_0x433f17?.[_0x1c5f99(0x150)]?.[_0x1c5f99(0xa1)]??_0x433f17?.[_0x1c5f99(0xf1)]?.[_0x1c5f99(0x148)]??null;if(_0x4d1cde)return _0x4d1cde;}return null;},async 'startPipeline'(_0x2d3c58){const _0x246b39=_0x17e184;try{await this[_0x246b39(0x84)](_0x2d3c58,_0x246b39(0x10e),'start');}catch(_0x3fb953){_0x4a746b[_0x246b39(0xe1)][_0x246b39(0xcd)]?.['toast']?.['error']?.(_0x3fb953?.['message']||_0x246b39(0xaa));}},async 'stopPipeline'(_0x5d3cc8){const _0x22fc30=_0x17e184,_0x28d5d0=_0x5d3cc8?.[_0x22fc30(0x7a)]?.[_0x22fc30(0x147)]??_0x5d3cc8?.[_0x22fc30(0x120)]??null;if(_0x28d5d0&&await _0x4a746b['$ok'][_0x22fc30(0xcd)]?.[_0x22fc30(0xbf)]?.[_0x22fc30(0x14b)]?.(_0x22fc30(0x6b)+_0x28d5d0+_0x22fc30(0x76)))try{await this[_0x22fc30(0x84)](_0x5d3cc8,_0x22fc30(0x10e),_0x22fc30(0xe0));}catch(_0x36d7bd){_0x4a746b[_0x22fc30(0xe1)][_0x22fc30(0xcd)]?.['toast']?.[_0x22fc30(0xc7)]?.(_0x36d7bd?.['message']||_0x22fc30(0xfc));}},async 'deletePipeline'(_0x3db355){const _0x19a86e=_0x17e184,_0x19de68=_0x3db355?.[_0x19a86e(0x7a)]?.[_0x19a86e(0x147)]??_0x3db355?.[_0x19a86e(0x120)]??null;if(!_0x19de68)return;const _0x263d50=this[_0x19a86e(0xc0)](_0x3db355)['map'](_0x15ca33=>'•\x20'+(_0x15ca33?.['role']||_0x15ca33?.[_0x19a86e(0x96)])+':\x20'+_0x15ca33?.[_0x19a86e(0x96)]+'@'+_0x15ca33?.[_0x19a86e(0x147)])[_0x19a86e(0x7f)](_0x19a86e(0xbd));if(await _0x4a746b[_0x19a86e(0xe1)][_0x19a86e(0xcd)]?.['modal']?.[_0x19a86e(0x14b)]?.(_0x19a86e(0x97)+_0x19de68+_0x19a86e(0x9f)+(_0x263d50||'No\x20members')+'<br><br>Env-owned\x20members\x20will\x20be\x20removed;\x20shared\x20members\x20will\x20be\x20preserved.'))try{await this['pipelineRequest'](_0x3db355,_0x19a86e(0x119),null);}catch(_0x2d2475){_0x4a746b[_0x19a86e(0xe1)]['shared']?.[_0x19a86e(0x75)]?.['error']?.(_0x2d2475?.[_0x19a86e(0xa7)]||_0x19a86e(0x109));}},'pipelineActionStyle':(_0x3630ce=_0x17e184(0x14a))=>_0x17e184(0xb1)+_0x3630ce+_0x17e184(0xff)+_0x3630ce+_0x17e184(0xcc)+_0x3630ce+'12;cursor:pointer;line-height:1.4;white-space:nowrap;','typeName'(_0x381f5a){const _0x16add0=_0x17e184;return this['typeLabel'][_0x381f5a]||_0x381f5a||_0x16add0(0xd5);},'pipelineCardStyle'(_0x1bae2b){const _0x21bcad=_0x17e184;return'background:var(--okdb-app-surface);border:1px\x20solid\x20'+(this[_0x21bcad(0x13c)](_0x1bae2b)?_0x21bcad(0x72):'var(--okdb-app-border)')+_0x21bcad(0xa5);},async 'openEngineModal'(_0x2c2f51,_0x4acb8d=null){const _0x110b56=_0x17e184;if(!_0x2c2f51?.[_0x110b56(0x147)])return;const _0x172562=this[_0x110b56(0x66)](_0x2c2f51,_0x4acb8d)??(_0x4a746b[_0x110b56(0xe1)][_0x110b56(0xe5)][_0x110b56(0xb7)]['selectedEnv']||_0x110b56(0xa9));await _0x4a746b[_0x110b56(0xe1)]['shared'][_0x110b56(0xbf)]['open']({'owner':_0x4a746b,'title':_0x110b56(0x12b)+_0x2c2f51[_0x110b56(0x147)],'canDrag':!0x0,'content':_0x110b56(0x89),'context':_0x59d942=>({'modal':_0x59d942,'engine':_0x2c2f51,'envName':_0x172562})});},'openTypeMember'(_0x3cebe4,_0x176418=null){const _0x3cbaea=_0x17e184,_0x449f21=this[_0x3cbaea(0x155)](_0x3cebe4);if(!_0x449f21)return;const _0x479c4b=this['relatedEnv'](_0x3cebe4,_0x176418);_0x4a746b[_0x3cbaea(0x14e)](_0x3cbaea(0x145),{'type':_0x449f21,'env':_0x479c4b});},'engineMetricSearchParts':_0x41e372=>_0x542d4b(_0x41e372)[_0x17e184(0xb9)](_0x13be99=>[_0x13be99?.[_0x17e184(0xc6)],_0x13be99?.['value']]),'engineStatusMeta':_0x349685=>_0x5257b9(_0x349685),'lifecycleEnv'(_0x329ab9,_0x492665=null){const _0x2d1992=_0x17e184;return this['memberOwnerEnv'](_0x329ab9,_0x492665)??this[_0x2d1992(0xd3)](_0x329ab9)??_0x4a746b[_0x2d1992(0xe1)][_0x2d1992(0xe5)][_0x2d1992(0xb7)]['selectedEnv']??'default';},'metricToneColor'(_0x1cffbb=null){const _0x2591a9=_0x17e184;switch(_0x1cffbb?.[_0x2591a9(0xf3)]){case _0x2591a9(0xe8):return _0x2591a9(0x102);case _0x2591a9(0x115):return _0x2591a9(0xb4);case _0x2591a9(0x9e):return _0x2591a9(0xe9);case _0x2591a9(0x14f):return _0x2591a9(0xba);default:return'var(--okdb-app-fg)';}},'metricPreview':(_0x212b77=null)=>_0x212b77?.[_0x17e184(0xc6)]&&_0x212b77?.[_0x17e184(0xfd)]?_0x212b77[_0x17e184(0xc6)]+':\x20'+_0x212b77[_0x17e184(0xfd)]:'','requestRefresh'(){const _0x179a92=_0x17e184;_0x4a746b[_0x179a92(0x14e)](_0x179a92(0x149));},'goToType'(_0xbaf4a5){const _0x5ba96b=_0x17e184,_0x163039=_0x4a746b[_0x5ba96b(0x11d)][_0x5ba96b(0x10d)];_0x163039[_0x5ba96b(0xb2)](_0x163039[_0x5ba96b(0x83)]('/db',{'type':_0xbaf4a5,'tab':_0x5ba96b(0x7b)}));},'goToFiles'(_0x84b921){const _0x5c50e5=_0x17e184,_0x49406c=_0x4a746b[_0x5c50e5(0x11d)][_0x5c50e5(0x10d)];_0x49406c['push'](_0x49406c[_0x5c50e5(0x83)]('/files',{'collection':_0x84b921}));}}),'template':'\x0a<div\x20class=\x22eo-root\x22>\x0a\x0a\x20\x20<!--\x20──\x20Page\x20header\x20──\x20-->\x0a\x20\x20<div\x20class=\x22eo-header\x22>\x0a\x20\x20\x20\x20<div\x20style=\x22display:flex;\x20align-items:center;\x20gap:8px;\x20min-width:0;\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-title\x22>{{\x20headerTitle\x20}}</div>\x0a\x20\x20\x20\x20\x20\x20<span\x20:title=\x22isEmbedded\x20?\x20\x27Use\x20the\x20inline\x20filters\x20above\x20to\x20scope\x20this\x20type-local\x20engines\x20view.\x27\x20:\x20\x27Use\x20the\x20left\x20sidebar\x20to\x20switch\x20mode\x20and\x20filter\x20by\x20type,\x20status,\x20search\x20text,\x20and\x20source\x20type.\x27\x22\x20style=\x22font-size:12px;\x20opacity:.3;\x20cursor:help;\x22>ⓘ</span>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-stats\x22>\x0a\x20\x20\x20\x20\x20\x20<span\x20title=\x22Visible\x20results\x22\x20style=\x22color:var(--okdb-app-fg-muted);\x22><span\x20style=\x22opacity:.55;\x22>Visible:</span><span\x20style=\x22color:var(--okdb-app-fg);\x20margin-left:4px;\x22>{{\x20visibleItemCount\x20}}\x20/\x20{{\x20totalItemCount\x20}}</span></span>\x0a\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-stat-sep\x22></span>\x0a\x20\x20\x20\x20\x20\x20<span\x20title=\x22Running\x20engines\x22\x20style=\x22color:var(--okdb-app-fg-muted);\x22><span\x20style=\x22opacity:.55;\x22>Running:</span><span\x20style=\x22color:var(--okdb-success);\x20margin-left:4px;\x22>{{\x20runningCount\x20}}</span></span>\x0a\x20\x20\x20\x20\x20\x20<if\x20:=\x22errorCount\x20>\x200\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-stat-sep\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<span\x20title=\x22Engines\x20needing\x20attention\x22\x20style=\x22color:var(--okdb-app-fg-muted);\x22><span\x20style=\x22opacity:.55;\x22>Attention:</span><span\x20style=\x22color:var(--okdb-danger);\x20margin-left:4px;\x22>{{\x20errorCount\x20}}</span></span>\x0a\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</div>\x0a\x0a\x20\x20<!--\x20──\x20No\x20engines\x20at\x20all\x20──\x20-->\x0a\x20\x20<if\x20:=\x22!hasAnyEngines\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-alert\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-alert__title\x22>No\x20engines\x20configured</div>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-alert__body\x22>Create\x20a\x20pipeline\x20to\x20provision\x20engines,\x20then\x20return\x20here\x20to\x20inspect\x20and\x20manage\x20them.</div>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</if>\x0a\x0a\x20\x20<!--\x20──\x20No\x20filter\x20results\x20──\x20-->\x0a\x20\x20<if\x20:=\x22hasAnyEngines\x20&&\x20visibleItemCount\x20===\x200\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-alert\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-alert__title\x22>{{\x20noResultsLabel\x20}}</div>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-alert__body\x22>{{\x20noResultsHint\x20}}</div>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</if>\x0a\x0a\x20\x20<!--\x20──\x20Env\x20/\x20embedding\x20pipelines\x20──\x20-->\x0a\x20\x20<if\x20:=\x22filteredEmbedPipelines.length\x20>\x200\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-section\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-section__label\x22>{{\x20groupedPipelineHeading\x20}}\x20<span\x20class=\x22eo-count\x22>{{\x20filteredEmbedPipelines.length\x20}}</span></div>\x0a\x20\x20\x20\x20\x20\x20<each\x20:of=\x22filteredEmbedPipelines\x22\x20let:item=\x22g\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20:style=\x22pipelineCardStyle(g)\x22>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Pipeline\x20header\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-pipeline-header\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-health-dot\x22\x20:style=\x22\x27background:\x27\x20+\x20healthDot(embedPipelineEngines(g))\x20+\x20\x27;box-shadow:0\x200\x200\x203px\x20\x27\x20+\x20healthDot(embedPipelineEngines(g))\x20+\x20\x2720;\x27\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-pipeline-name\x22\x20:title=\x22g.name\x22>{{\x20g.name\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-pill\x22\x20:style=\x22g.type\x20===\x20\x27embed\x27\x20?\x20\x27border-color:color-mix(in\x20srgb,\x20var(--okdb-indigo)\x2033%,\x20transparent);color:var(--okdb-indigo);background:color-mix(in\x20srgb,\x20var(--okdb-indigo)\x207%,\x20transparent);\x27\x20:\x20\x27border-color:color-mix(in\x20srgb,\x20var(--okdb-accent)\x2033%,\x20transparent);color:var(--okdb-accent);background:color-mix(in\x20srgb,\x20var(--okdb-accent)\x207%,\x20transparent);\x27\x22>{{\x20g.type\x20===\x20\x27file\x27\x20?\x20\x27Files\x27\x20:\x20g.type\x20===\x20\x27embed\x27\x20?\x20\x27Embedding\x27\x20:\x20\x27Env\x27\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-run-count\x22\x20:title=\x22pipelineRunningCount(g)\x20+\x20\x27\x20running\x20of\x20\x27\x20+\x20pipelineMemberCount(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20(pipelineRunningCount(g)\x20===\x20pipelineMemberCount(g)\x20&&\x20pipelineMemberCount(g)\x20>\x200\x20?\x20\x27var(--okdb-success)\x27\x20:\x20pipelineRunningCount(g)\x20>\x200\x20?\x20\x27var(--okdb-warning)\x27\x20:\x20\x27#374151\x27)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{{\x20pipelineRunningCount(g)\x20}}/{{\x20pipelineMemberCount(g)\x20}}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-spacer\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineSourceType(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22openTypeMember(embedPipelineEngines(g).find(e\x20=>\x20e?.config?.source_type\x20||\x20e?.runtime?.source_type\x20||\x20e?.config?.target_type),\x20g.env)\x22\x20:disabled=\x22pipelineBusy(g)\x22\x20title=\x22Open\x20source\x20type\x20context\x22\x20class=\x22eo-btn\x22\x20style=\x22border-color:color-mix(in\x20srgb,\x20var(--okdb-indigo)\x2033%,\x20transparent);color:var(--okdb-indigo);background:color-mix(in\x20srgb,\x20var(--okdb-indigo)\x207%,\x20transparent);\x22>↗\x20Type</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineRunningCount(g)\x20>\x200\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22stopPipeline(g)\x22\x20:disabled=\x22pipelineBusy(g)\x22\x20title=\x22Stop\x20all\x20running\x20members\x22\x20class=\x22eo-btn\x22\x20style=\x22border-color:color-mix(in\x20srgb,\x20var(--okdb-warning)\x2033%,\x20transparent);color:var(--okdb-warning);background:color-mix(in\x20srgb,\x20var(--okdb-warning)\x207%,\x20transparent);\x22>■\x20Stop</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineMemberCount(g)\x20>\x200\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22restartPipeline(g)\x22\x20:disabled=\x22pipelineBusy(g)\x22\x20title=\x22Restart\x20all\x20members\x20(stop\x20then\x20start)\x22\x20class=\x22eo-btn\x22\x20style=\x22border-color:color-mix(in\x20srgb,\x20var(--okdb-orange)\x2033%,\x20transparent);color:var(--okdb-orange);background:color-mix(in\x20srgb,\x20var(--okdb-orange)\x207%,\x20transparent);\x22>↺\x20Restart</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineRunningCount(g)\x20<\x20pipelineMemberCount(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22startPipeline(g)\x22\x20:disabled=\x22pipelineBusy(g)\x22\x20title=\x22Start\x20every\x20runnable\x20member\x22\x20class=\x22eo-btn\x22\x20:style=\x22pipelineActionStyle(\x27var(--okdb-success)\x27)\x22>▶\x20Start</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22togglePipeline(g)\x22\x20:title=\x22isSelectedPipeline(g)\x20?\x20\x27Collapse\x27\x20:\x20\x27Expand\x20members\x27\x22\x20class=\x22eo-btn\x20eo-btn--toggle\x22>Members\x20{{\x20isSelectedPipeline(g)\x20?\x20\x27▴\x27\x20:\x20\x27▾\x27\x20}}</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Config\x20metrics\x20row\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineHeaderMetrics(g).length\x20>\x200\x20||\x20pipelineProgressMetric(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-pipeline-metrics\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22pipelineHeaderMetrics(g)\x22\x20let:item=\x22metric\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv__label\x22>{{\x20metric.label\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv__val\x22>{{\x20metric.value\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineProgressMetric(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv__label\x22>Progress</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv__val\x22\x20:style=\x22\x27color:\x27\x20+\x20metricToneColor(pipelineProgressMetric(g))\x22>{{\x20pipelineProgressMetric(g).value\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Inline\x20member\x20chip\x20strip\x20(always\x20visible\x20when\x20collapsed)\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22!isSelectedPipeline(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-chip-strip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22embedPipelineEngines(g)\x22\x20let:item=\x22eng\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20statusDot(eng)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27color:\x27\x20+\x20(typeColor[eng.role\x20||\x20eng.type]\x20??\x20\x27var(--okdb-app-fg-muted)\x27)\x22>{{\x20typeName(eng.role\x20||\x20eng.type)\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip__name\x22>{{\x20shortEngineName(eng)\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22showStatusText(eng)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27color:\x27\x20+\x20engineStatusMeta(eng).color\x20+\x20\x27;opacity:.8;\x27\x22>{{\x20engineStatusMeta(eng).label\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Expanded\x20accordion:\x20full\x20engine-resource-card\x20members\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22isSelectedPipeline(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-accordion\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22selectedPipelineMembers(g)\x22\x20let:item=\x22member\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<engine-resource-card\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:engine=\x22member\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:env=\x22lifecycleEnv(member,\x20g.env)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:pipeline=\x22pipelineIdentity(g)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:hidepipeline=\x22true\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hidetype=\x22true\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hideenv=\x22true\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20variant=\x22member\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:showdelete=\x22false\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@refresh=\x22requestRefresh()\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@edit=\x22openEngineModal($event.detail,\x20g.env)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@type-context=\x22openTypeMember($event.detail.engine,\x20g.env)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Footer:\x20destructive\x20action\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-accordion-footer\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22deletePipeline(g)\x22\x20:disabled=\x22pipelineBusy(g)\x22\x20title=\x22Delete\x20the\x20pipeline\x20record\x20and\x20env-owned\x20members\x22\x20class=\x22eo-btn\x20eo-btn--danger\x22>🗑\x20Delete\x20pipeline</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</if>\x0a\x0a\x20\x20<!--\x20──\x20File\x20Pipelines\x20──\x20-->\x0a\x20\x20<if\x20:=\x22filteredFilePipelines.length\x20>\x200\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-section\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-section__label\x22>File\x20Pipelines\x20<span\x20class=\x22eo-count\x22>{{\x20filteredFilePipelines.length\x20}}</span></div>\x0a\x20\x20\x20\x20\x20\x20<each\x20:of=\x22filteredFilePipelines\x22\x20let:item=\x22g\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-pipeline-card\x22>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Pipeline\x20header\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-pipeline-header\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-health-dot\x22\x20:style=\x22\x27background:\x27\x20+\x20healthDot(filePipelineEngines(g))\x20+\x20\x27;box-shadow:0\x200\x200\x203px\x20\x27\x20+\x20healthDot(filePipelineEngines(g))\x20+\x20\x2720;\x27\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-pipeline-name\x22\x20:title=\x22g.name\x22>{{\x20g.name\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-pill\x22\x20style=\x22border-color:color-mix(in\x20srgb,\x20var(--okdb-sky)\x2033%,\x20transparent);color:var(--okdb-sky);background:color-mix(in\x20srgb,\x20var(--okdb-sky)\x207%,\x20transparent);\x22>Files</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-run-count\x22\x20:title=\x22filePipelineEngines(g).filter(e\x20=>\x20e.isRunning).length\x20+\x20\x27\x20running\x20of\x20\x27\x20+\x20filePipelineEngines(g).length\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20(filePipelineEngines(g).every(e\x20=>\x20e.isRunning)\x20&&\x20filePipelineEngines(g).length\x20>\x200\x20?\x20\x27var(--okdb-success)\x27\x20:\x20filePipelineEngines(g).some(e\x20=>\x20e.isRunning)\x20?\x20\x27var(--okdb-warning)\x27\x20:\x20\x27#374151\x27)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{{\x20filePipelineEngines(g).filter(e\x20=>\x20e.isRunning).length\x20}}/{{\x20filePipelineEngines(g).length\x20}}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-spacer\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22goToFiles(g.name)\x22\x20title=\x22Open\x20the\x20file\x20collection\x20context\x22\x20class=\x22eo-btn\x22\x20style=\x22border-color:color-mix(in\x20srgb,\x20var(--okdb-sky)\x2033%,\x20transparent);color:var(--okdb-sky);background:color-mix(in\x20srgb,\x20var(--okdb-sky)\x207%,\x20transparent);\x22>↗\x20Open</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Engine\x20chip\x20strip\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-chip-strip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20statusDot(g.collection)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27color:\x27\x20+\x20(typeColor[g.collection.type]\x20??\x20\x27var(--okdb-sky)\x27)\x22>{{\x20typeLabel[g.collection.type]\x20??\x20\x27Collection\x27\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip__name\x22>{{\x20g.collection.name\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22g.extractors\x22\x20let:item=\x22ext\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20statusDot(ext)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20style=\x22color:var(--okdb-success);\x22>Extractor</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip__name\x22>{{\x20ext.name\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22g.workers\x22\x20let:item=\x22w\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20statusDot(w)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20style=\x22color:var(--okdb-warning);\x22>Worker</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip__name\x22>{{\x20w.name\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</if>\x0a\x0a\x20\x20<!--\x20──\x20Engines\x20(engine\x20mode)\x20──\x20-->\x0a\x20\x20<if\x20:=\x22modeFilter\x20===\x20\x27engines\x27\x20&&\x20visibleEngines.length\x20>\x200\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-section\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-section__label\x22>Engines\x20<span\x20class=\x22eo-count\x22>{{\x20visibleEngines.length\x20}}</span></div>\x0a\x20\x20\x20\x20\x20\x20<each\x20:of=\x22visibleEngineGroups\x22\x20let:item=\x22group\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22group.engines\x22\x20let:item=\x22eng\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<engine-resource-card\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:engine=\x22eng\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:env=\x22lifecycleEnv(eng)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:pipeline=\x22enginePipelineName(eng)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20variant=\x22card\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:showdelete=\x22false\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@refresh=\x22requestRefresh()\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@edit=\x22openEngineModal($event.detail,\x20engineEnv($event.detail))\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@type-context=\x22goToType($event.detail.type)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</if>\x0a\x0a</div>','style':_0x17e184(0x6f)};
|
|
1
|
+
const _0x444f0f=_0x46cc;(function(_0x4da247,_0x2bf17a){const _0x220912=_0x46cc,_0x27f40c=_0x4da247();while(!![]){try{const _0x31f04b=parseInt(_0x220912(0x1e5))/0x1+parseInt(_0x220912(0x200))/0x2*(-parseInt(_0x220912(0x196))/0x3)+parseInt(_0x220912(0x1a4))/0x4*(-parseInt(_0x220912(0x1a5))/0x5)+-parseInt(_0x220912(0x1b3))/0x6+-parseInt(_0x220912(0x185))/0x7*(parseInt(_0x220912(0x1b8))/0x8)+parseInt(_0x220912(0x176))/0x9+parseInt(_0x220912(0x193))/0xa*(parseInt(_0x220912(0x186))/0xb);if(_0x31f04b===_0x2bf17a)break;else _0x27f40c['push'](_0x27f40c['shift']());}catch(_0x161beb){_0x27f40c['push'](_0x27f40c['shift']());}}}(_0xa870,0xbf7a6));function _0x46cc(_0x5a26d9,_0x5a9161){_0x5a26d9=_0x5a26d9-0x11c;const _0xa87062=_0xa870();let _0x46ccf3=_0xa87062[_0x5a26d9];return _0x46ccf3;}import _0x15bc9 from'../../engines/modals/engine-modal.ok.js';function _0xa870(){const _0x3ba1ae=['Collection','pipelineIdentity','filter','embedded','object','var(--okdb-sky)','Embedding\x20Pipelines','source_type','embeddings','modeFilter','flatMap','pipelineTypeMatches','Provider','replace','collectionEngine','every','Engine','Delete\x20failed','2mqKpgM','string','resolve','pipelineRecords','engineSourceTypes','goto-type','inactive','isEmbedded','filteredPipelineCount','var(--okdb-app-fg-muted)','var(--okdb-accent)','API','activeEngines','vector-search','fileEngines','engineStatusMeta','pipelines','modal','engineMetricSearchParts','Environment','set','error','selectedpipeline','No\x20engines\x20match\x20the\x20current\x20filters','Start\x20failed','source_env','role','sourceTypeFilter','fileData','Workers','__standalone__','Try\x20changing\x20the\x20engine\x20type,\x20status,\x20search,\x20or\x20source-type\x20filters.','Stop\x20pipeline\x20\x22<b>','var(--okdb-app-fg)','collections','12;cursor:pointer;line-height:1.4;white-space:nowrap;','default','var(--okdb-danger)','Pipelines','attention','enginetype','filteredFilePipelines','selectedEnv','progress','embedding','running','collection','/stop','embedPipelineEngines','handler','status','isArray','pipelineConfigMetrics','relatedType','danger','building','allEngines','Try\x20changing\x20the\x20selected\x20pipeline,\x20status,\x20or\x20search\x20filters\x20above.','pop','members','confirm','Indexer','extractors','</b>\x22?<br><br>','slice','selectedPipelineMembers','embedEngines','engines','<br><br>Env-owned\x20members\x20will\x20be\x20removed;\x20shared\x20members\x20will\x20be\x20preserved.','config','stores','engineInSelectedPipeline','has','$attr','Concurrency','Embedder','Stop\x20failed','true','Model','select','selectedPipelineName','Source','all','enginePipelineName','toast','refresh','request','Deleted\x20pipeline\x20\x22','paused','processor','embed-worker','statusFilter','</b>\x22?','catch','filteredEmbedPipelines','groupStatusBucket','worker','sort','/pipelines/','8463528zSKgfw','totalEngineCount','pipeline','stringify','add','value','stop','searchFilter','search','number','Algorithm','var(--okdb-orange)','\x0a<div\x20class=\x22eo-root\x22>\x0a\x0a\x20\x20<!--\x20──\x20Page\x20header\x20──\x20-->\x0a\x20\x20<div\x20class=\x22eo-header\x22>\x0a\x20\x20\x20\x20<div\x20style=\x22display:flex;\x20align-items:center;\x20gap:8px;\x20min-width:0;\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-title\x22>{{\x20headerTitle\x20}}</div>\x0a\x20\x20\x20\x20\x20\x20<span\x20:title=\x22isEmbedded\x20?\x20\x27Use\x20the\x20inline\x20filters\x20above\x20to\x20scope\x20this\x20type-local\x20engines\x20view.\x27\x20:\x20\x27Use\x20the\x20left\x20sidebar\x20to\x20switch\x20mode\x20and\x20filter\x20by\x20type,\x20status,\x20search\x20text,\x20and\x20source\x20type.\x27\x22\x20style=\x22font-size:12px;\x20opacity:.3;\x20cursor:help;\x22>ⓘ</span>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-stats\x22>\x0a\x20\x20\x20\x20\x20\x20<span\x20title=\x22Visible\x20results\x22\x20style=\x22color:var(--okdb-app-fg-muted);\x22><span\x20style=\x22opacity:.55;\x22>Visible:</span><span\x20style=\x22color:var(--okdb-app-fg);\x20margin-left:4px;\x22>{{\x20visibleItemCount\x20}}\x20/\x20{{\x20totalItemCount\x20}}</span></span>\x0a\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-stat-sep\x22></span>\x0a\x20\x20\x20\x20\x20\x20<span\x20title=\x22Running\x20engines\x22\x20style=\x22color:var(--okdb-app-fg-muted);\x22><span\x20style=\x22opacity:.55;\x22>Running:</span><span\x20style=\x22color:var(--okdb-success);\x20margin-left:4px;\x22>{{\x20runningCount\x20}}</span></span>\x0a\x20\x20\x20\x20\x20\x20<if\x20:=\x22errorCount\x20>\x200\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-stat-sep\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<span\x20title=\x22Engines\x20needing\x20attention\x22\x20style=\x22color:var(--okdb-app-fg-muted);\x22><span\x20style=\x22opacity:.55;\x22>Attention:</span><span\x20style=\x22color:var(--okdb-danger);\x20margin-left:4px;\x22>{{\x20errorCount\x20}}</span></span>\x0a\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</div>\x0a\x0a\x20\x20<!--\x20──\x20No\x20engines\x20at\x20all\x20──\x20-->\x0a\x20\x20<if\x20:=\x22!hasAnyEngines\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-alert\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-alert__title\x22>No\x20engines\x20configured</div>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-alert__body\x22>Create\x20a\x20pipeline\x20to\x20provision\x20engines,\x20then\x20return\x20here\x20to\x20inspect\x20and\x20manage\x20them.</div>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</if>\x0a\x0a\x20\x20<!--\x20──\x20No\x20filter\x20results\x20──\x20-->\x0a\x20\x20<if\x20:=\x22hasAnyEngines\x20&&\x20visibleItemCount\x20===\x200\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-alert\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-alert__title\x22>{{\x20noResultsLabel\x20}}</div>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-alert__body\x22>{{\x20noResultsHint\x20}}</div>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</if>\x0a\x0a\x20\x20<!--\x20──\x20Env\x20/\x20embedding\x20pipelines\x20──\x20-->\x0a\x20\x20<if\x20:=\x22filteredEmbedPipelines.length\x20>\x200\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-section\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-section__label\x22>{{\x20groupedPipelineHeading\x20}}\x20<span\x20class=\x22eo-count\x22>{{\x20filteredEmbedPipelines.length\x20}}</span></div>\x0a\x20\x20\x20\x20\x20\x20<each\x20:of=\x22filteredEmbedPipelines\x22\x20let:item=\x22g\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20:style=\x22pipelineCardStyle(g)\x22>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Pipeline\x20header\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-pipeline-header\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-health-dot\x22\x20:style=\x22\x27background:\x27\x20+\x20healthDot(embedPipelineEngines(g))\x20+\x20\x27;box-shadow:0\x200\x200\x203px\x20\x27\x20+\x20healthDot(embedPipelineEngines(g))\x20+\x20\x2720;\x27\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-pipeline-name\x22\x20:title=\x22g.name\x22>{{\x20g.name\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-pill\x22\x20:style=\x22g.type\x20===\x20\x27embed\x27\x20?\x20\x27border-color:color-mix(in\x20srgb,\x20var(--okdb-indigo)\x2033%,\x20transparent);color:var(--okdb-indigo);background:color-mix(in\x20srgb,\x20var(--okdb-indigo)\x207%,\x20transparent);\x27\x20:\x20\x27border-color:color-mix(in\x20srgb,\x20var(--okdb-accent)\x2033%,\x20transparent);color:var(--okdb-accent);background:color-mix(in\x20srgb,\x20var(--okdb-accent)\x207%,\x20transparent);\x27\x22>{{\x20g.type\x20===\x20\x27file\x27\x20?\x20\x27Files\x27\x20:\x20g.type\x20===\x20\x27embed\x27\x20?\x20\x27Embedding\x27\x20:\x20\x27Env\x27\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-run-count\x22\x20:title=\x22pipelineRunningCount(g)\x20+\x20\x27\x20running\x20of\x20\x27\x20+\x20pipelineMemberCount(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20(pipelineRunningCount(g)\x20===\x20pipelineMemberCount(g)\x20&&\x20pipelineMemberCount(g)\x20>\x200\x20?\x20\x27var(--okdb-success)\x27\x20:\x20pipelineRunningCount(g)\x20>\x200\x20?\x20\x27var(--okdb-warning)\x27\x20:\x20\x27#374151\x27)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{{\x20pipelineRunningCount(g)\x20}}/{{\x20pipelineMemberCount(g)\x20}}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-spacer\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineSourceType(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22openTypeMember(embedPipelineEngines(g).find(e\x20=>\x20e?.config?.source_type\x20||\x20e?.runtime?.source_type\x20||\x20e?.config?.target_type),\x20g.env)\x22\x20:disabled=\x22pipelineBusy(g)\x22\x20title=\x22Open\x20source\x20type\x20context\x22\x20class=\x22eo-btn\x22\x20style=\x22border-color:color-mix(in\x20srgb,\x20var(--okdb-indigo)\x2033%,\x20transparent);color:var(--okdb-indigo);background:color-mix(in\x20srgb,\x20var(--okdb-indigo)\x207%,\x20transparent);\x22>↗\x20Type</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineRunningCount(g)\x20>\x200\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22stopPipeline(g)\x22\x20:disabled=\x22pipelineBusy(g)\x22\x20title=\x22Stop\x20all\x20running\x20members\x22\x20class=\x22eo-btn\x22\x20style=\x22border-color:color-mix(in\x20srgb,\x20var(--okdb-warning)\x2033%,\x20transparent);color:var(--okdb-warning);background:color-mix(in\x20srgb,\x20var(--okdb-warning)\x207%,\x20transparent);\x22>■\x20Stop</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineMemberCount(g)\x20>\x200\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22restartPipeline(g)\x22\x20:disabled=\x22pipelineBusy(g)\x22\x20title=\x22Restart\x20all\x20members\x20(stop\x20then\x20start)\x22\x20class=\x22eo-btn\x22\x20style=\x22border-color:color-mix(in\x20srgb,\x20var(--okdb-orange)\x2033%,\x20transparent);color:var(--okdb-orange);background:color-mix(in\x20srgb,\x20var(--okdb-orange)\x207%,\x20transparent);\x22>↺\x20Restart</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineRunningCount(g)\x20<\x20pipelineMemberCount(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22startPipeline(g)\x22\x20:disabled=\x22pipelineBusy(g)\x22\x20title=\x22Start\x20every\x20runnable\x20member\x22\x20class=\x22eo-btn\x22\x20:style=\x22pipelineActionStyle(\x27var(--okdb-success)\x27)\x22>▶\x20Start</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22togglePipeline(g)\x22\x20:title=\x22isSelectedPipeline(g)\x20?\x20\x27Collapse\x27\x20:\x20\x27Expand\x20members\x27\x22\x20class=\x22eo-btn\x20eo-btn--toggle\x22>Members\x20{{\x20isSelectedPipeline(g)\x20?\x20\x27▴\x27\x20:\x20\x27▾\x27\x20}}</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Config\x20metrics\x20row\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineHeaderMetrics(g).length\x20>\x200\x20||\x20pipelineProgressMetric(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-pipeline-metrics\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22pipelineHeaderMetrics(g)\x22\x20let:item=\x22metric\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv__label\x22>{{\x20metric.label\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv__val\x22>{{\x20metric.value\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22pipelineProgressMetric(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv__label\x22>Progress</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-kv__val\x22\x20:style=\x22\x27color:\x27\x20+\x20metricToneColor(pipelineProgressMetric(g))\x22>{{\x20pipelineProgressMetric(g).value\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Inline\x20member\x20chip\x20strip\x20(always\x20visible\x20when\x20collapsed)\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22!isSelectedPipeline(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-chip-strip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22embedPipelineEngines(g)\x22\x20let:item=\x22eng\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20statusDot(eng)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27color:\x27\x20+\x20(typeColor[eng.role\x20||\x20eng.type]\x20??\x20\x27var(--okdb-app-fg-muted)\x27)\x22>{{\x20typeName(eng.role\x20||\x20eng.type)\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip__name\x22>{{\x20shortEngineName(eng)\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22showStatusText(eng)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27color:\x27\x20+\x20engineStatusMeta(eng).color\x20+\x20\x27;opacity:.8;\x27\x22>{{\x20engineStatusMeta(eng).label\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Expanded\x20accordion:\x20full\x20engine-resource-card\x20members\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<if\x20:=\x22isSelectedPipeline(g)\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-accordion\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22selectedPipelineMembers(g)\x22\x20let:item=\x22member\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<engine-resource-card\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:engine=\x22member\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:env=\x22lifecycleEnv(member,\x20g.env)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:pipeline=\x22pipelineIdentity(g)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:hidepipeline=\x22true\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hidetype=\x22true\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hideenv=\x22true\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20variant=\x22member\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:showdelete=\x22false\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@refresh=\x22requestRefresh()\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@edit=\x22openEngineModal($event.detail,\x20g.env)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@type-context=\x22openTypeMember($event.detail.engine,\x20g.env)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Footer:\x20destructive\x20action\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-accordion-footer\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22deletePipeline(g)\x22\x20:disabled=\x22pipelineBusy(g)\x22\x20title=\x22Delete\x20the\x20pipeline\x20record\x20and\x20env-owned\x20members\x22\x20class=\x22eo-btn\x20eo-btn--danger\x22>🗑\x20Delete\x20pipeline</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</if>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</if>\x0a\x0a\x20\x20<!--\x20──\x20File\x20Pipelines\x20──\x20-->\x0a\x20\x20<if\x20:=\x22filteredFilePipelines.length\x20>\x200\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-section\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-section__label\x22>File\x20Pipelines\x20<span\x20class=\x22eo-count\x22>{{\x20filteredFilePipelines.length\x20}}</span></div>\x0a\x20\x20\x20\x20\x20\x20<each\x20:of=\x22filteredFilePipelines\x22\x20let:item=\x22g\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-pipeline-card\x22>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Pipeline\x20header\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-pipeline-header\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-health-dot\x22\x20:style=\x22\x27background:\x27\x20+\x20healthDot(filePipelineEngines(g))\x20+\x20\x27;box-shadow:0\x200\x200\x203px\x20\x27\x20+\x20healthDot(filePipelineEngines(g))\x20+\x20\x2720;\x27\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-pipeline-name\x22\x20:title=\x22g.name\x22>{{\x20g.name\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-pill\x22\x20style=\x22border-color:color-mix(in\x20srgb,\x20var(--okdb-sky)\x2033%,\x20transparent);color:var(--okdb-sky);background:color-mix(in\x20srgb,\x20var(--okdb-sky)\x207%,\x20transparent);\x22>Files</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-run-count\x22\x20:title=\x22filePipelineEngines(g).filter(e\x20=>\x20e.isRunning).length\x20+\x20\x27\x20running\x20of\x20\x27\x20+\x20filePipelineEngines(g).length\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20(filePipelineEngines(g).every(e\x20=>\x20e.isRunning)\x20&&\x20filePipelineEngines(g).length\x20>\x200\x20?\x20\x27var(--okdb-success)\x27\x20:\x20filePipelineEngines(g).some(e\x20=>\x20e.isRunning)\x20?\x20\x27var(--okdb-warning)\x27\x20:\x20\x27#374151\x27)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{{\x20filePipelineEngines(g).filter(e\x20=>\x20e.isRunning).length\x20}}/{{\x20filePipelineEngines(g).length\x20}}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-spacer\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20@click=\x22goToFiles(g.name)\x22\x20title=\x22Open\x20the\x20file\x20collection\x20context\x22\x20class=\x22eo-btn\x22\x20style=\x22border-color:color-mix(in\x20srgb,\x20var(--okdb-sky)\x2033%,\x20transparent);color:var(--okdb-sky);background:color-mix(in\x20srgb,\x20var(--okdb-sky)\x207%,\x20transparent);\x22>↗\x20Open</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<!--\x20Engine\x20chip\x20strip\x20-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-chip-strip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20statusDot(g.collection)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27color:\x27\x20+\x20(typeColor[g.collection.type]\x20??\x20\x27var(--okdb-sky)\x27)\x22>{{\x20typeLabel[g.collection.type]\x20??\x20\x27Collection\x27\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip__name\x22>{{\x20g.collection.name\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22g.extractors\x22\x20let:item=\x22ext\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20statusDot(ext)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20style=\x22color:var(--okdb-success);\x22>Extractor</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip__name\x22>{{\x20ext.name\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22g.workers\x22\x20let:item=\x22w\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20:style=\x22\x27width:5px;height:5px;border-radius:50%;flex-shrink:0;background:\x27\x20+\x20statusDot(w)\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20style=\x22color:var(--okdb-warning);\x22>Worker</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22eo-chip__name\x22>{{\x20w.name\x20}}</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</if>\x0a\x0a\x20\x20<!--\x20──\x20Engines\x20(engine\x20mode)\x20──\x20-->\x0a\x20\x20<if\x20:=\x22modeFilter\x20===\x20\x27engines\x27\x20&&\x20visibleEngines.length\x20>\x200\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22eo-section\x22>\x0a\x20\x20\x20\x20\x20\x20<div\x20class=\x22eo-section__label\x22>Engines\x20<span\x20class=\x22eo-count\x22>{{\x20visibleEngines.length\x20}}</span></div>\x0a\x20\x20\x20\x20\x20\x20<each\x20:of=\x22visibleEngineGroups\x22\x20let:item=\x22group\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<each\x20:of=\x22group.engines\x22\x20let:item=\x22eng\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<engine-resource-card\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:engine=\x22eng\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:env=\x22lifecycleEnv(eng)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:pipeline=\x22enginePipelineName(eng)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20variant=\x22card\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:showdelete=\x22false\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@refresh=\x22requestRefresh()\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@edit=\x22openEngineModal($event.detail,\x20engineEnv($event.detail))\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@type-context=\x22goToType($event.detail.type)\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20\x20\x20</each>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20</if>\x0a\x0a</div>','pipelineRequest','engines-overview','2093cclCow','32940171CNnMhZ','json','allUniqueEngines','embedPipelines','\x20failed','trim','record','includes','embed','label','pipelineTypeFilter','$router','No\x20members','10cHCwPV','target_type','length','1708197LfnEKm','name','pipelinetype','okdb','$ok','/db','allFile','message','_uiEnv','totalPipelineCount','background:var(--okdb-app-surface);border:1px\x20solid\x20','file','type','typeLabel','348020ioIwJD','35iUKoGs','$dispatch','#94a3b8','Progress','var(--okdb-app-border)','isRunning','var(--okdb-warning)','localeCompare','mode','filterToSelectedPipeline','key','shared','matchesSearch','withPipelineBusy','6165276ICyVxs','var(--okdb-success)','success','whole\x20record','pipelineActionBusy','30760kafTyQ','accent','find','touchesSourceType','toLowerCase','/env/','Prepare','Stopped','some','Env\x20Pipelines','DELETE','/files','values','engineTypeFilter','filterpipeline','isSelectedPipeline','push','env','engineStatusBucket','storeEnv','runtime','filePipelineEngines','Engines','engineEnv','startsWith','embedder','split','Queue\x20Worker','stats',';border-radius:10px;overflow:hidden;transition:border-color\x20.14s;','warning','meta','Search','Queue',';background:','workers','map','Mode','stopped','POST','phase','memberOwnerEnv','Try\x20changing\x20the\x20pipeline\x20type,\x20status,\x20search,\x20or\x20source-type\x20filters.','var(--okdb-info)','Worker','204976ETYXds','family','get','start','Chunk','\x20pipeline\x20\x22','visibleEngines','join','indexer'];_0xa870=function(){return _0x3ba1ae;};return _0xa870();}import _0x2faec2 from'../../engines/parts/engine-resource-card.ok.js';import{compactEngineConfigMetrics as _0x1d27d7,compactEngineRowMetrics as _0x1682a2,compactEngineStatusMeta as _0x1da6e1}from'../../engines/engine-ui-utils.js';export default{'tag':_0x444f0f(0x184),'dependencies':[_0x15bc9,_0x2faec2],'attr':{'embedEngines':{},'embedPipelines':{},'fileEngines':{},'embedded':{},'filterpipeline':{},'mode':{},'pipelinetype':{},'enginetype':{},'status':{},'search':{},'sourcetype':{},'selectedpipeline':{}},'context':_0x1af292=>({get 'allEmbed'(){const _0x3a50b6=_0x444f0f;return _0x1af292[_0x3a50b6(0x15c)][_0x3a50b6(0x155)]??[];},get 'pipelineRecords'(){const _0x3656ca=_0x444f0f;return _0x1af292['$attr'][_0x3656ca(0x189)]??[];},get 'fileData'(){const _0x3dfc6e=_0x444f0f;return _0x1af292[_0x3dfc6e(0x15c)][_0x3dfc6e(0x121)]??{};},get 'allFile'(){const _0x3c240e=_0x444f0f,_0x2aa5f9=this['fileData'];return[..._0x2aa5f9[_0x3c240e(0x151)]??[],..._0x2aa5f9[_0x3c240e(0x135)]??[],..._0x2aa5f9[_0x3c240e(0x1db)]??[]];},get 'isEmbedded'(){const _0x5ce4cc=_0x444f0f;return!0x0===_0x1af292[_0x5ce4cc(0x15c)][_0x5ce4cc(0x1f1)]||_0x5ce4cc(0x160)===_0x1af292[_0x5ce4cc(0x15c)][_0x5ce4cc(0x1f1)];},get 'filterToSelectedPipeline'(){const _0x34cb7d=_0x444f0f;return!0x0===_0x1af292[_0x34cb7d(0x15c)][_0x34cb7d(0x1c6)]||'true'===_0x1af292[_0x34cb7d(0x15c)][_0x34cb7d(0x1c6)];},get 'modeFilter'(){const _0xd0c714=_0x444f0f;return _0xd0c714(0x156)===_0x1af292[_0xd0c714(0x15c)][_0xd0c714(0x1ad)]?_0xd0c714(0x156):_0xd0c714(0x123);},get 'pipelineTypeFilter'(){const _0x46117a=_0x444f0f;return[_0x46117a(0x165),_0x46117a(0x13f),'file'][_0x46117a(0x18d)](_0x1af292[_0x46117a(0x15c)][_0x46117a(0x198)])?_0x1af292['$attr']['pipelinetype']:'all';},get 'engineTypeFilter'(){const _0x280d93=_0x444f0f;return String(_0x1af292['$attr'][_0x280d93(0x13b)]??'')[_0x280d93(0x18b)]();},get 'statusFilter'(){return _0x1af292['$attr']['status']??'all';},get 'searchFilter'(){const _0x56ce6e=_0x444f0f;return String(_0x1af292[_0x56ce6e(0x15c)][_0x56ce6e(0x17e)]??'')[_0x56ce6e(0x18b)]()[_0x56ce6e(0x1bc)]();},get 'sourceTypeFilter'(){const _0x4fc35c=_0x444f0f;return String(_0x1af292[_0x4fc35c(0x15c)]['sourcetype']??'')[_0x4fc35c(0x18b)]();},get 'selectedPipelineName'(){const _0x116143=_0x444f0f;return String(_0x1af292[_0x116143(0x15c)][_0x116143(0x129)]??'')[_0x116143(0x18b)]();},'pipelineActionBusy':{},get 'embedOnly'(){const _0x513222=_0x444f0f;return(_0x1af292[_0x513222(0x15c)][_0x513222(0x155)]??[])['filter'](_0x544222=>_0x513222(0x16c)!==_0x544222[_0x513222(0x1a2)]&&'queue-worker'!==_0x544222[_0x513222(0x1a2)]);},get 'allEngines'(){const _0x245485=_0x444f0f;return[...this['allEmbed'],...this[_0x245485(0x19c)]];},'engineId':_0x55a396=>_0x55a396?_0x55a396[_0x444f0f(0x1af)]??(_0x55a396['type']&&_0x55a396['name']?_0x55a396[_0x444f0f(0x1a2)]+'@'+_0x55a396['name']:_0x55a396[_0x444f0f(0x197)]??null):null,'engineSourceTypes'(_0x58a01c){const _0x3c9544=_0x444f0f,_0x5dc620=[_0x58a01c?.[_0x3c9544(0x158)]?.[_0x3c9544(0x1f5)],_0x58a01c?.[_0x3c9544(0x1cc)]?.[_0x3c9544(0x1f5)],_0x58a01c?.['config']?.[_0x3c9544(0x194)],_0x58a01c?.[_0x3c9544(0x1cc)]?.[_0x3c9544(0x194)]][_0x3c9544(0x1f0)](Boolean);return[...new Set(_0x5dc620)];},'touchesSourceType'(_0x3eec79){const _0x1ce788=_0x444f0f;return!this[_0x1ce788(0x12e)]||this[_0x1ce788(0x204)](_0x3eec79)['includes'](this['sourceTypeFilter']);},'engineStatusBucket'(_0x4c5475){const _0x3a44cd=_0x444f0f,_0x46d27b=_0x4c5475?.['stats']?.['state']??_0x4c5475?.[_0x3a44cd(0x145)]??null;return _0x4c5475?.[_0x3a44cd(0x1aa)]||'online'===_0x46d27b?_0x3a44cd(0x140):['error',_0x3a44cd(0x206),_0x3a44cd(0x16b),_0x3a44cd(0x14a),'degraded']['includes'](_0x46d27b)?_0x3a44cd(0x13a):'stopped';},'groupStatusBucket'(_0x349dc2){const _0xc34812=_0x444f0f,_0x211fd2=_0x349dc2[_0xc34812(0x1dc)](_0x4a2bac=>this[_0xc34812(0x1ca)](_0x4a2bac));return 0x0===_0x211fd2[_0xc34812(0x195)]?_0xc34812(0x1de):_0x211fd2[_0xc34812(0x1fd)](_0x2b8f8a=>'running'===_0x2b8f8a)?_0xc34812(0x140):_0x211fd2[_0xc34812(0x1c0)](_0x4eba27=>_0xc34812(0x13a)===_0x4eba27)||_0x211fd2[_0xc34812(0x1c0)](_0x9e9112=>_0xc34812(0x140)===_0x9e9112)?_0xc34812(0x13a):_0xc34812(0x1de);},'matchesSearch'(_0x2fa364=[]){const _0x1b341f=_0x444f0f;return!this['searchFilter']||_0x2fa364['filter'](Boolean)[_0x1b341f(0x1ec)]('\x20')[_0x1b341f(0x1bc)]()[_0x1b341f(0x18d)](this[_0x1b341f(0x17d)]);},'pipelineTypeMatches'(_0x266a73){const _0x58ff40=_0x444f0f;return _0x58ff40(0x165)===this[_0x58ff40(0x190)]||this['pipelineTypeFilter']===_0x266a73;},get 'embedPipelines'(){const _0x19f47e=_0x444f0f;if(this[_0x19f47e(0x203)][_0x19f47e(0x195)]>0x0)return this[_0x19f47e(0x203)]['map'](_0x25d508=>{const _0x4bdb3e=_0x19f47e,_0x22a654=Array[_0x4bdb3e(0x146)](_0x25d508[_0x4bdb3e(0x156)])?_0x25d508[_0x4bdb3e(0x156)][_0x4bdb3e(0x1f0)](Boolean):[],_0x2d53b1=_0x22a654['find'](_0x49e0a4=>this[_0x4bdb3e(0x1cf)](_0x49e0a4))??null,_0x235384=_0x22a654[_0x4bdb3e(0x1ba)](_0x347f03=>_0x4bdb3e(0x1d1)===_0x347f03[_0x4bdb3e(0x12d)]||_0x4bdb3e(0x1d1)===_0x347f03[_0x4bdb3e(0x1a2)])??null,_0x11d9d8=_0x22a654[_0x4bdb3e(0x1ba)](_0x46e454=>_0x4bdb3e(0x1ed)===_0x46e454['role']||_0x4bdb3e(0x1ed)===_0x46e454[_0x4bdb3e(0x1a2)])??null,_0x545f1d=_0x22a654[_0x4bdb3e(0x1ba)](_0x391627=>_0x4bdb3e(0x17e)===_0x391627['role']||_0x4bdb3e(0x120)===_0x391627[_0x4bdb3e(0x1a2)])??null,_0x14e6ca=_0x22a654[_0x4bdb3e(0x1ba)](_0x5e4d5c=>_0x4bdb3e(0x173)===_0x5e4d5c[_0x4bdb3e(0x12d)]||_0x4bdb3e(0x16d)===_0x5e4d5c[_0x4bdb3e(0x1a2)])??null;return{'name':_0x25d508[_0x4bdb3e(0x1d7)]?.[_0x4bdb3e(0x18f)]??_0x25d508['meta']?.[_0x4bdb3e(0x178)]??_0x25d508[_0x4bdb3e(0x197)],'key':_0x25d508[_0x4bdb3e(0x197)],'env':_0x25d508['env']??this['engineEnv'](_0x2d53b1)??_0x11d9d8?.[_0x4bdb3e(0x158)]?.[_0x4bdb3e(0x12c)]??_0x545f1d?.[_0x4bdb3e(0x158)]?.[_0x4bdb3e(0x12c)]??null,'type':_0x4bdb3e(0x1f6)===_0x25d508[_0x4bdb3e(0x1d7)]?.['family']?_0x4bdb3e(0x18e):_0x4bdb3e(0x1c9),'record':_0x25d508,'members':_0x22a654,'embedder':_0x235384,'indexer':_0x11d9d8,'search':_0x545f1d,'worker':_0x14e6ca};})['filter'](_0x62aced=>_0x62aced[_0x19f47e(0x14e)][_0x19f47e(0x195)]>0x0)[_0x19f47e(0x174)]((_0x32d106,_0x59b71e)=>_0x32d106[_0x19f47e(0x197)][_0x19f47e(0x1ac)](_0x59b71e['name']));const _0x89e753=new Map();for(const _0x58139e of this['embedOnly']){const _0x6db7fa=_0x58139e[_0x19f47e(0x1d7)]?.[_0x19f47e(0x178)]??_0x58139e[_0x19f47e(0x197)][_0x19f47e(0x1fb)](/-worker$/,'');_0x89e753[_0x19f47e(0x15b)](_0x6db7fa)||_0x89e753[_0x19f47e(0x127)](_0x6db7fa,{'name':_0x6db7fa,'type':'embed','embedder':null,'indexer':null,'search':null,'worker':null});const _0x4a1577=_0x89e753[_0x19f47e(0x1e7)](_0x6db7fa);_0x19f47e(0x1d1)===_0x58139e['type']?_0x4a1577[_0x19f47e(0x1d1)]=_0x58139e:_0x19f47e(0x1ed)===_0x58139e[_0x19f47e(0x1a2)]?_0x4a1577[_0x19f47e(0x1ed)]=_0x58139e:_0x19f47e(0x120)===_0x58139e[_0x19f47e(0x1a2)]?_0x4a1577['search']=_0x58139e:_0x19f47e(0x16d)===_0x58139e['type']&&(_0x4a1577[_0x19f47e(0x173)]=_0x58139e);}return[..._0x89e753[_0x19f47e(0x1c4)]()][_0x19f47e(0x1f0)](_0x841168=>[_0x841168[_0x19f47e(0x1d1)],_0x841168[_0x19f47e(0x1ed)],_0x841168[_0x19f47e(0x17e)],_0x841168['worker']][_0x19f47e(0x1f0)](Boolean)['length']>0x1)[_0x19f47e(0x174)]((_0x3ea0a4,_0x4f8840)=>_0x3ea0a4[_0x19f47e(0x197)][_0x19f47e(0x1ac)](_0x4f8840[_0x19f47e(0x197)]));},get 'filePipelines'(){const _0x1ca193=_0x444f0f;return(this[_0x1ca193(0x12f)][_0x1ca193(0x135)]??[])[_0x1ca193(0x1dc)](_0x1b561e=>{const _0x32dc5a=_0x1ca193,_0x55f470=(this[_0x32dc5a(0x12f)][_0x32dc5a(0x151)]??[])[_0x32dc5a(0x1f0)](_0x3ff78c=>_0x1b561e[_0x32dc5a(0x158)]?.['pipeline']?.[_0x32dc5a(0x18d)](_0x3ff78c['name'])),_0x4e6869=(this[_0x32dc5a(0x12f)]['workers']??[])['filter'](_0x3defe0=>_0x3defe0[_0x32dc5a(0x158)]?.[_0x32dc5a(0x1fc)]===_0x1b561e[_0x32dc5a(0x197)]);return{'name':_0x1b561e[_0x32dc5a(0x141)]??_0x1b561e[_0x32dc5a(0x197)],'type':_0x32dc5a(0x1a1),'collection':_0x1b561e,'extractors':_0x55f470,'workers':_0x4e6869};})[_0x1ca193(0x174)]((_0x177989,_0x507978)=>_0x177989['name'][_0x1ca193(0x1ac)](_0x507978[_0x1ca193(0x197)]));},get 'allUniqueEngines'(){const _0x2ab248=_0x444f0f,_0x28b74e=new Set();return this[_0x2ab248(0x14b)][_0x2ab248(0x1f0)](_0x363589=>{const _0x3b2d3d=_0x2ab248,_0x181791=this['engineId'](_0x363589);return!(!_0x181791||_0x28b74e[_0x3b2d3d(0x15b)](_0x181791)||(_0x28b74e[_0x3b2d3d(0x17a)](_0x181791),0x0));});},get 'visibleEngines'(){const _0x8f3579=_0x444f0f;return this[_0x8f3579(0x188)][_0x8f3579(0x1f0)](_0x3b3d54=>this[_0x8f3579(0x15a)](_0x3b3d54))[_0x8f3579(0x1f0)](_0x263412=>!this[_0x8f3579(0x1c5)]||_0x263412['type']===this[_0x8f3579(0x1c5)])[_0x8f3579(0x1f0)](_0x8f9712=>_0x8f3579(0x165)===this['statusFilter']||this['engineStatusBucket'](_0x8f9712)===this[_0x8f3579(0x16e)])['filter'](_0x310a90=>this[_0x8f3579(0x1bb)](_0x310a90))['filter'](_0x4c15e4=>this[_0x8f3579(0x1b1)]([_0x4c15e4?.[_0x8f3579(0x197)],_0x4c15e4?.['type'],_0x4c15e4?.[_0x8f3579(0x1d7)]?.[_0x8f3579(0x178)],_0x4c15e4?.[_0x8f3579(0x1c9)],_0x4c15e4?.[_0x8f3579(0x19e)],...this[_0x8f3579(0x125)](_0x4c15e4),...this[_0x8f3579(0x204)](_0x4c15e4),_0x4c15e4?.[_0x8f3579(0x158)]?.['job_type'],_0x4c15e4?.[_0x8f3579(0x158)]?.[_0x8f3579(0x144)]?.['name']]))['sort']((_0x392968,_0x1022df)=>String(_0x392968[_0x8f3579(0x1a2)]||'')[_0x8f3579(0x1ac)](String(_0x1022df['type']||''))||String(_0x392968[_0x8f3579(0x197)]||'')['localeCompare'](String(_0x1022df['name']||'')));},get 'visibleEngineGroups'(){const _0x2595ca=_0x444f0f,_0x55a762=new Map(),_0x3e9b4c={'key':_0x2595ca(0x131),'label':'Standalone','pipeline':null,'engines':[]};for(const _0x21cd23 of this[_0x2595ca(0x1eb)]){const _0x2ec000=this[_0x2595ca(0x166)](_0x21cd23);_0x2ec000?(_0x55a762['has'](_0x2ec000)||_0x55a762[_0x2595ca(0x127)](_0x2ec000,{'key':_0x2ec000,'label':String(_0x2ec000)[_0x2595ca(0x1d2)](':')[_0x2595ca(0x14d)](),'pipeline':_0x2ec000,'engines':[]}),_0x55a762['get'](_0x2ec000)['engines'][_0x2595ca(0x1c8)](_0x21cd23)):_0x3e9b4c[_0x2595ca(0x156)]['push'](_0x21cd23);}const _0xf81bd9=[..._0x55a762[_0x2595ca(0x1c4)]()][_0x2595ca(0x174)]((_0x133098,_0x5893a0)=>_0x133098[_0x2595ca(0x18f)]['localeCompare'](_0x5893a0[_0x2595ca(0x18f)]));return _0x3e9b4c[_0x2595ca(0x156)][_0x2595ca(0x195)]&&_0xf81bd9[_0x2595ca(0x1c8)](_0x3e9b4c),_0xf81bd9;},'matchesGroup'(_0x915902,_0x27d5f1,_0x5cd634,_0x3f4be8=[]){const _0x4b09f2=_0x444f0f;return(_0x4b09f2(0x165)===this[_0x4b09f2(0x16e)]||this[_0x4b09f2(0x172)](_0x5cd634)===this[_0x4b09f2(0x16e)])&&!(this[_0x4b09f2(0x12e)]&&!_0x5cd634[_0x4b09f2(0x1c0)](_0x4afd87=>this[_0x4b09f2(0x1bb)](_0x4afd87)))&&this['matchesSearch']([_0x915902?.[_0x4b09f2(0x197)],_0x915902?.[_0x4b09f2(0x1a2)],_0x915902?.[_0x4b09f2(0x1c9)],..._0x3f4be8,..._0x5cd634[_0x4b09f2(0x1f8)](_0x1355e1=>[_0x1355e1?.[_0x4b09f2(0x197)],_0x1355e1?.[_0x4b09f2(0x1a2)],...this[_0x4b09f2(0x204)](_0x1355e1),_0x1355e1?.[_0x4b09f2(0x158)]?.['job_type'],_0x1355e1?.[_0x4b09f2(0x158)]?.[_0x4b09f2(0x144)]?.[_0x4b09f2(0x197)]])]);},get 'filteredEmbedPipelines'(){const _0xdcdab2=_0x444f0f;return'pipelines'!==this['modeFilter']?[]:this[_0xdcdab2(0x1f9)](_0xdcdab2(0x13f))?this[_0xdcdab2(0x189)][_0xdcdab2(0x1f0)](_0x2bb424=>(!this[_0xdcdab2(0x1ae)]||!this[_0xdcdab2(0x163)]||this[_0xdcdab2(0x1ef)](_0x2bb424)===this['selectedPipelineName'])&&this['matchesGroup'](_0x2bb424,_0xdcdab2(0x13f),this['embedPipelineEngines'](_0x2bb424),[_0x2bb424?.['record']?.[_0xdcdab2(0x1d7)]?.[_0xdcdab2(0x1e6)]])):[];},get 'filteredFilePipelines'(){const _0x439b2b=_0x444f0f;return _0x439b2b(0x123)!==this[_0x439b2b(0x1f7)]?[]:this[_0x439b2b(0x1f9)](_0x439b2b(0x1a1))?this['filePipelines']['filter'](_0x1710c8=>this['matchesGroup'](_0x1710c8,'file',this[_0x439b2b(0x1cd)](_0x1710c8),[_0x1710c8?.[_0x439b2b(0x141)]?.['collection']])):[];},get 'filteredPipelineCount'(){const _0xbd91f6=_0x444f0f;return this[_0xbd91f6(0x171)]['length']+this[_0xbd91f6(0x13c)][_0xbd91f6(0x195)];},get 'filteredVisibleEngines'(){const _0x57a1f6=_0x444f0f;if(_0x57a1f6(0x123)!==this[_0x57a1f6(0x1f7)])return[];const _0xa613e0=new Set(),_0x2678c3=[];for(const _0x7632cc of this[_0x57a1f6(0x171)])for(const _0x39eda0 of this['embedPipelineEngines'](_0x7632cc)){const _0x6e0e1a=this['engineId'](_0x39eda0);_0x6e0e1a&&!_0xa613e0[_0x57a1f6(0x15b)](_0x6e0e1a)&&(_0xa613e0[_0x57a1f6(0x17a)](_0x6e0e1a),_0x2678c3[_0x57a1f6(0x1c8)](_0x39eda0));}for(const _0x1504de of this[_0x57a1f6(0x13c)])for(const _0x5666e7 of this['filePipelineEngines'](_0x1504de)){const _0x4df476=this['engineId'](_0x5666e7);_0x4df476&&!_0xa613e0[_0x57a1f6(0x15b)](_0x4df476)&&(_0xa613e0[_0x57a1f6(0x17a)](_0x4df476),_0x2678c3[_0x57a1f6(0x1c8)](_0x5666e7));}return _0x2678c3;},get 'totalPipelineCount'(){const _0x5a36b9=_0x444f0f;return this[_0x5a36b9(0x189)]['length']+this['filePipelines'][_0x5a36b9(0x195)];},get 'totalEngineCount'(){const _0x558de1=_0x444f0f;return this[_0x558de1(0x188)][_0x558de1(0x195)];},get 'visibleItemCount'(){const _0xae055f=_0x444f0f;return _0xae055f(0x123)===this['modeFilter']?this[_0xae055f(0x208)]:this[_0xae055f(0x1eb)][_0xae055f(0x195)];},get 'totalItemCount'(){const _0x1a9821=_0x444f0f;return _0x1a9821(0x123)===this[_0x1a9821(0x1f7)]?this[_0x1a9821(0x19f)]:this[_0x1a9821(0x177)];},get 'activeEngines'(){const _0x200531=_0x444f0f;return _0x200531(0x123)===this['modeFilter']?this['filteredVisibleEngines']:this['visibleEngines'];},get 'hasAnyEngines'(){const _0x1ad835=_0x444f0f;return this[_0x1ad835(0x14b)][_0x1ad835(0x195)]>0x0;},get 'runningCount'(){const _0x4b7d18=_0x444f0f;return this[_0x4b7d18(0x11f)]['filter'](_0x19d205=>_0x4b7d18(0x140)===this['engineStatusBucket'](_0x19d205))[_0x4b7d18(0x195)];},get 'errorCount'(){const _0x504761=_0x444f0f;return this['activeEngines'][_0x504761(0x1f0)](_0x127457=>_0x504761(0x13a)===this[_0x504761(0x1ca)](_0x127457))[_0x504761(0x195)];},get 'headerTitle'(){const _0x23fd3b=_0x444f0f;return'pipelines'===this[_0x23fd3b(0x1f7)]?_0x23fd3b(0x139):_0x23fd3b(0x1ce);},get 'noResultsLabel'(){const _0x5cf1b5=_0x444f0f;return _0x5cf1b5(0x123)===this[_0x5cf1b5(0x1f7)]?'No\x20pipelines\x20match\x20the\x20current\x20filters':_0x5cf1b5(0x12a);},get 'noResultsHint'(){const _0x3ae2bd=_0x444f0f;return this[_0x3ae2bd(0x207)]?_0x3ae2bd(0x123)===this['modeFilter']?_0x3ae2bd(0x14c):'Try\x20changing\x20the\x20engine\x20type,\x20status,\x20or\x20search\x20filters\x20above.':'pipelines'===this['modeFilter']?_0x3ae2bd(0x1e2):_0x3ae2bd(0x132);},'typeLabel':{'embedder':_0x444f0f(0x15e),'indexer':_0x444f0f(0x150),'search':_0x444f0f(0x1d8),'worker':_0x444f0f(0x1e4),'vector-search':'Search','embed-worker':_0x444f0f(0x1e4),'materializer':'Materializer','file-extractor':'Extractor','file-collection':_0x444f0f(0x1ee),'file-extractor-worker':_0x444f0f(0x1e4),'processor':'Processor','queue-worker':_0x444f0f(0x1d3)},'typeColor':{'embedder':'var(--okdb-info)','indexer':'var(--okdb-purple)','vector-search':_0x444f0f(0x11d),'embed-worker':_0x444f0f(0x1ab),'materializer':'#fb7185','file-extractor':'var(--okdb-success)','file-collection':_0x444f0f(0x1f3),'file-extractor-worker':'var(--okdb-warning)','processor':_0x444f0f(0x181),'queue-worker':'var(--okdb-indigo)'},'healthDot':_0xdc3d4a=>_0xdc3d4a&&0x0!==_0xdc3d4a[_0x444f0f(0x195)]?_0xdc3d4a['every'](_0x4eb694=>_0x4eb694[_0x444f0f(0x1aa)])?'var(--okdb-success)':_0xdc3d4a[_0x444f0f(0x1c0)](_0x3cf699=>_0x444f0f(0x128)===_0x3cf699[_0x444f0f(0x145)])?_0x444f0f(0x138):'var(--okdb-warning)':'var(--okdb-app-fg-muted)','statusDot'(_0x51f8ef){const _0x69b938=_0x444f0f;return _0x51f8ef?this[_0x69b938(0x122)](_0x51f8ef)?.['color']??_0x69b938(0x11c):'var(--okdb-app-fg-muted)';},'typeName'(_0x63c2c1){const _0x188c1d=_0x444f0f;return this[_0x188c1d(0x1a3)][_0x63c2c1]||_0x63c2c1||_0x188c1d(0x1fe);},'shortEngineName'(_0x5c3b73){const _0x30c6f5=_0x444f0f,_0x15f5da=String(_0x5c3b73?.[_0x30c6f5(0x197)]??_0x5c3b73?.[_0x30c6f5(0x1af)]??''),_0x577db9=_0x5c3b73?.['config']?.[_0x30c6f5(0x12c)]??_0x5c3b73?.[_0x30c6f5(0x1c9)]??_0x5c3b73?.[_0x30c6f5(0x1cb)]??'';return _0x577db9&&_0x15f5da[_0x30c6f5(0x1d0)](_0x577db9+':')?_0x15f5da[_0x30c6f5(0x153)](_0x577db9[_0x30c6f5(0x195)]+0x1):_0x15f5da;},'showStatusText'(_0x25093b){const _0x20ede7=_0x444f0f,_0x5071b0=this[_0x20ede7(0x122)](_0x25093b)?.['label'];return!!_0x5071b0&&![_0x20ede7(0x140),'online']['includes'](_0x5071b0);},'engineEnv':_0x258f9c=>_0x258f9c?_0x258f9c[_0x444f0f(0x158)]?.['source_env']??_0x258f9c[_0x444f0f(0x1c9)]??_0x258f9c[_0x444f0f(0x19e)]??_0x258f9c[_0x444f0f(0x1cb)]??(_0x444f0f(0x1d1)===_0x258f9c['type']?'~system':null):null,'enginePipelineName':_0x548a02=>_0x548a02?.[_0x444f0f(0x1d7)]?.[_0x444f0f(0x178)]??_0x548a02?.['config']?.[_0x444f0f(0x178)]??_0x548a02?.['config']?.[_0x444f0f(0x1fc)]??null,'engineInSelectedPipeline'(_0x3bee9a){const _0x28ab07=_0x444f0f;if(!this[_0x28ab07(0x1ae)]||!this['selectedPipelineName'])return!0x0;if(this[_0x28ab07(0x166)](_0x3bee9a)===this[_0x28ab07(0x163)])return!0x0;const _0x4e8104=this[_0x28ab07(0x203)][_0x28ab07(0x1ba)](_0x5761af=>this[_0x28ab07(0x1ef)](_0x5761af)===this[_0x28ab07(0x163)]||_0x5761af?.[_0x28ab07(0x197)]===this[_0x28ab07(0x163)])??null;return!(!Array[_0x28ab07(0x146)](_0x4e8104?.['engines'])||0x0===_0x4e8104[_0x28ab07(0x156)][_0x28ab07(0x195)])&&_0x4e8104[_0x28ab07(0x156)][_0x28ab07(0x1c0)](_0x40d9e9=>_0x40d9e9?.[_0x28ab07(0x1a2)]===_0x3bee9a?.[_0x28ab07(0x1a2)]&&_0x40d9e9?.[_0x28ab07(0x197)]===_0x3bee9a?.['name']);},'embedPipelineEngines':_0x1be7f4=>Array[_0x444f0f(0x146)](_0x1be7f4?.[_0x444f0f(0x18c)]?.[_0x444f0f(0x156)])&&_0x1be7f4[_0x444f0f(0x18c)][_0x444f0f(0x156)][_0x444f0f(0x195)]>0x0?_0x1be7f4['record'][_0x444f0f(0x156)]:[_0x1be7f4['embedder'],_0x1be7f4[_0x444f0f(0x1ed)],_0x1be7f4['worker'],_0x1be7f4[_0x444f0f(0x17e)]][_0x444f0f(0x1f0)](Boolean),'pipelineRunningCount'(_0xa8c446){const _0x3cc1f7=_0x444f0f;return this['embedPipelineEngines'](_0xa8c446)[_0x3cc1f7(0x1f0)](_0x386cc4=>_0x386cc4?.[_0x3cc1f7(0x1aa)])[_0x3cc1f7(0x195)];},'pipelineMemberCount'(_0x3b422b){const _0x42efb6=_0x444f0f;return this[_0x42efb6(0x143)](_0x3b422b)[_0x42efb6(0x195)];},get 'groupedPipelineHeading'(){const _0x14762f=_0x444f0f;return this[_0x14762f(0x203)]['length']>0x0?_0x14762f(0x1c1):_0x14762f(0x1f4);},'filePipelineEngines':_0xf1a32=>[_0xf1a32[_0x444f0f(0x141)],..._0xf1a32[_0x444f0f(0x151)],..._0xf1a32[_0x444f0f(0x1db)]],'pipelineIdentity':_0x542b26=>_0x542b26?.['record']?.['name']??_0x542b26?.[_0x444f0f(0x1af)]??_0x542b26?.[_0x444f0f(0x197)]??null,'isSelectedPipeline'(_0x44bd07){const _0x267c5e=_0x444f0f,_0x2b3707=this['pipelineIdentity'](_0x44bd07);return!!_0x2b3707&&_0x2b3707===this[_0x267c5e(0x163)];},'togglePipeline'(_0x531bd8){const _0x412f55=_0x444f0f,_0x5918fc=this[_0x412f55(0x1ef)](_0x531bd8);_0x1af292[_0x412f55(0x1a6)](_0x412f55(0x162),{'name':this[_0x412f55(0x1c7)](_0x531bd8)?'':_0x5918fc??''});},'pipelineBusy'(_0x1f4cc3){const _0x13aaad=_0x444f0f,_0x1c5cbe=this[_0x13aaad(0x1ef)](_0x1f4cc3);return!(!_0x1c5cbe||!this[_0x13aaad(0x1b7)][_0x1c5cbe]);},async 'withPipelineBusy'(_0x4634f2,_0x384e0c){const _0x3c8921=_0x444f0f,_0x28b02d=this['pipelineIdentity'](_0x4634f2);if(_0x28b02d&&!this[_0x3c8921(0x1b7)][_0x28b02d]){this[_0x3c8921(0x1b7)]={...this[_0x3c8921(0x1b7)],[_0x28b02d]:!0x0};try{await _0x384e0c();}finally{this[_0x3c8921(0x1b7)]={...this['pipelineActionBusy'],[_0x28b02d]:!0x1};}}},'selectedPipelineMembers'(_0x37ee3a){const _0x3344ff=_0x444f0f;return Array[_0x3344ff(0x146)](_0x37ee3a?.[_0x3344ff(0x18c)]?.[_0x3344ff(0x156)])&&_0x37ee3a['record'][_0x3344ff(0x156)]['length']?_0x37ee3a[_0x3344ff(0x18c)]['engines']:this['embedPipelineEngines'](_0x37ee3a);},'relatedType':_0x2e097e=>_0x2e097e?.[_0x444f0f(0x158)]?.[_0x444f0f(0x1f5)]??_0x2e097e?.[_0x444f0f(0x1cc)]?.[_0x444f0f(0x1f5)]??_0x2e097e?.[_0x444f0f(0x1d4)]?.['source_type']??_0x2e097e?.[_0x444f0f(0x1d4)]?.['indexer']?.['source_type']??null,'relatedEnv':(_0x5d1af4,_0x37b5fa=null)=>_0x5d1af4?.[_0x444f0f(0x158)]?.[_0x444f0f(0x12c)]??_0x5d1af4?.[_0x444f0f(0x1cc)]?.['source_env']??_0x37b5fa??null,'memberOwnerEnv'(_0x3fef24,_0x4b6b8a=null){const _0x2d3a63=_0x444f0f;return _0x3fef24?.[_0x2d3a63(0x1cb)]??_0x3fef24?.[_0x2d3a63(0x1c9)]??this['relatedEnv'](_0x3fef24,_0x4b6b8a)??_0x4b6b8a??null;},'pipelineConfigMetrics'(_0x4c1f88){const _0x16dd23=_0x444f0f,_0x57617c=this[_0x16dd23(0x143)](_0x4c1f88),_0x3f6ab4=[_0x16dd23(0x164),'Field',_0x16dd23(0x1dd),_0x16dd23(0x1be),_0x16dd23(0x1e9),_0x16dd23(0x180),_0x16dd23(0x161),_0x16dd23(0x1fa),_0x16dd23(0x15d)],_0x1d8784=new Set(),_0x595332=[];for(const _0x319d26 of _0x3f6ab4){for(const _0x51dc42 of _0x57617c[_0x16dd23(0x1f8)](_0x5efdda=>_0x1d27d7(_0x5efdda))){const _0x554644=_0x51dc42['label']+':'+_0x51dc42[_0x16dd23(0x17b)];if(_0x51dc42[_0x16dd23(0x18f)]===_0x319d26&&!_0x1d8784['has'](_0x554644)){_0x1d8784[_0x16dd23(0x17a)](_0x554644),_0x595332[_0x16dd23(0x1c8)](_0x51dc42);break;}}if(_0x595332[_0x16dd23(0x195)]>=0x8)break;}return _0x595332;},'pipelineHeaderMetrics'(_0x174236){const _0x14bfa7=_0x444f0f,_0x44de76=new Map(this[_0x14bfa7(0x147)](_0x174236)[_0x14bfa7(0x1dc)](_0x35c27e=>[_0x35c27e['label'],_0x35c27e[_0x14bfa7(0x17b)]])),_0x54f9a2=_0x44de76[_0x14bfa7(0x1e7)](_0x14bfa7(0x164)),_0x7f7295=_0x44de76[_0x14bfa7(0x1e7)]('Field'),_0x73cfe7=[],_0xa3d3c3=(_0x245e3a,_0x2d93b9)=>{null!=_0x2d93b9&&''!==_0x2d93b9&&_0x73cfe7['push']({'label':_0x245e3a,'value':String(_0x2d93b9)});};return _0xa3d3c3('Source',_0x54f9a2?_0x7f7295&&_0x14bfa7(0x1b6)!==_0x7f7295?_0x54f9a2+'.'+_0x7f7295:_0x54f9a2:null),_0xa3d3c3(_0x14bfa7(0x1d9),_0x44de76[_0x14bfa7(0x1e7)](_0x14bfa7(0x1dd))),_0xa3d3c3('Algorithm',_0x44de76[_0x14bfa7(0x1e7)](_0x14bfa7(0x180))),_0xa3d3c3(_0x14bfa7(0x161),_0x44de76['get'](_0x14bfa7(0x161))),_0xa3d3c3(_0x14bfa7(0x130),_0x44de76[_0x14bfa7(0x1e7)]('Concurrency')),_0xa3d3c3(_0x14bfa7(0x126),_0x174236?.[_0x14bfa7(0x1c9)]??_0x174236?.[_0x14bfa7(0x18c)]?.[_0x14bfa7(0x1c9)]),_0x73cfe7;},'pipelineProgressMetric'(_0x3c4536){const _0x28329d=_0x444f0f,_0x37fe61=this[_0x28329d(0x143)](_0x3c4536)[_0x28329d(0x1ba)](_0x685863=>_0x28329d(0x1ed)===_0x685863?.[_0x28329d(0x1a2)]||'indexer'===_0x685863?.[_0x28329d(0x12d)])??null,_0x525560=_0x1682a2(_0x37fe61)[_0x28329d(0x1ba)](_0x3f2a14=>_0x28329d(0x1a8)===_0x3f2a14?.[_0x28329d(0x18f)])??null;if(_0x525560)return _0x525560;const _0x3c5a31=_0x37fe61?.[_0x28329d(0x13e)]??_0x37fe61?.[_0x28329d(0x1cc)]?.['progress']??null;if(null==_0x3c5a31)return null;if(_0x28329d(0x201)==typeof _0x3c5a31||_0x28329d(0x17f)==typeof _0x3c5a31)return{'label':_0x28329d(0x1a8),'value':String(_0x3c5a31),'tone':_0x28329d(0x1b9)};if(_0x28329d(0x1f2)==typeof _0x3c5a31&&_0x28329d(0x201)==typeof _0x3c5a31[_0x28329d(0x1e0)])return{'label':'Progress','value':_0x3c5a31[_0x28329d(0x1e0)],'tone':_0x28329d(0x1b9)};try{return{'label':_0x28329d(0x1a8),'value':JSON[_0x28329d(0x179)](_0x3c5a31),'tone':'accent'};}catch{return{'label':_0x28329d(0x1a8),'value':_0x28329d(0x13e),'tone':_0x28329d(0x1b9)};}},async 'pipelineRequest'(_0x43f6f2,_0x16be00,_0x1f28fc){const _0x4524bd=_0x444f0f,_0x1f049a=_0x43f6f2?.[_0x4524bd(0x18c)]?.[_0x4524bd(0x197)]??_0x43f6f2?.[_0x4524bd(0x1af)]??null,_0x285a59=_0x43f6f2?.['env']??_0x43f6f2?.[_0x4524bd(0x18c)]?.[_0x4524bd(0x1c9)]??_0x1af292[_0x4524bd(0x19a)][_0x4524bd(0x159)][_0x4524bd(0x199)][_0x4524bd(0x13d)]??'default';_0x1f049a&&await this[_0x4524bd(0x1b2)](_0x43f6f2,async()=>{const _0x8e9c73=_0x4524bd,_0x3e3401=_0x8e9c73(0x1c2)===_0x16be00?'':'/'+_0x1f28fc,_0x273364=await fetch(__ENV__[_0x8e9c73(0x11e)]+_0x8e9c73(0x1bd)+encodeURIComponent(_0x285a59)+_0x8e9c73(0x175)+encodeURIComponent(_0x1f049a)+_0x3e3401,{'method':_0x16be00}),_0x4ddddc=await _0x273364[_0x8e9c73(0x187)]()[_0x8e9c73(0x170)](()=>({}));if(!_0x273364['ok'])throw new Error(_0x4ddddc?.[_0x8e9c73(0x128)]?.[_0x8e9c73(0x19d)]||(_0x1f28fc||_0x8e9c73(0x169))+_0x8e9c73(0x18a));_0x1af292[_0x8e9c73(0x19a)][_0x8e9c73(0x1b0)]?.[_0x8e9c73(0x167)]?.[_0x8e9c73(0x1b5)]?.('DELETE'===_0x16be00?_0x8e9c73(0x16a)+_0x1f049a+'\x22':(_0x8e9c73(0x1e8)===_0x1f28fc?'Started':_0x8e9c73(0x1bf))+_0x8e9c73(0x1ea)+_0x1f049a+'\x22'),_0x8e9c73(0x1c2)===_0x16be00&&_0x1af292['$dispatch']('select',{'name':''}),_0x1af292[_0x8e9c73(0x1a6)](_0x8e9c73(0x168));});},async 'restartPipeline'(_0x51f32a){const _0x3c8580=_0x444f0f,_0x265ff8=_0x51f32a?.[_0x3c8580(0x18c)]?.[_0x3c8580(0x197)]??_0x51f32a?.['key']??null;_0x265ff8&&await _0x1af292[_0x3c8580(0x19a)]['shared']?.[_0x3c8580(0x124)]?.[_0x3c8580(0x14f)]?.('Restart\x20pipeline\x20\x22<b>'+_0x265ff8+'</b>\x22?')&&await this[_0x3c8580(0x1b2)](_0x51f32a,async()=>{const _0xe96f7b=_0x3c8580,_0x573933=_0x51f32a?.['env']??_0x51f32a?.[_0xe96f7b(0x18c)]?.[_0xe96f7b(0x1c9)]??_0x1af292['$ok'][_0xe96f7b(0x159)][_0xe96f7b(0x199)][_0xe96f7b(0x13d)]??'default',_0x10b9ba=__ENV__[_0xe96f7b(0x11e)]+_0xe96f7b(0x1bd)+encodeURIComponent(_0x573933)+_0xe96f7b(0x175)+encodeURIComponent(_0x265ff8),_0x3245b8=await fetch(_0x10b9ba+_0xe96f7b(0x142),{'method':_0xe96f7b(0x1df)}),_0x4209bc=await _0x3245b8['json']()[_0xe96f7b(0x170)](()=>({}));if(!_0x3245b8['ok'])throw new Error(_0x4209bc?.[_0xe96f7b(0x128)]?.[_0xe96f7b(0x19d)]||_0xe96f7b(0x15f));const _0x565018=await fetch(_0x10b9ba+'/start',{'method':_0xe96f7b(0x1df)}),_0x1c2ae8=await _0x565018[_0xe96f7b(0x187)]()[_0xe96f7b(0x170)](()=>({}));if(!_0x565018['ok'])throw new Error(_0x1c2ae8?.['error']?.[_0xe96f7b(0x19d)]||_0xe96f7b(0x12b));_0x1af292['$ok']['shared']?.[_0xe96f7b(0x167)]?.['success']?.('Restarted\x20pipeline\x20\x22'+_0x265ff8+'\x22'),_0x1af292[_0xe96f7b(0x1a6)](_0xe96f7b(0x168));});},'pipelineSourceType'(_0x4389db){const _0x140a06=_0x444f0f,_0x256716=this[_0x140a06(0x143)](_0x4389db);for(const _0x13bf09 of _0x256716){const _0x4c567e=_0x13bf09?.['config']?.['source_type']??_0x13bf09?.[_0x140a06(0x1cc)]?.[_0x140a06(0x1f5)]??_0x13bf09?.[_0x140a06(0x158)]?.[_0x140a06(0x194)]??null;if(_0x4c567e)return _0x4c567e;}return null;},async 'startPipeline'(_0x1e2add){const _0x5f302a=_0x444f0f;try{await this[_0x5f302a(0x183)](_0x1e2add,_0x5f302a(0x1df),_0x5f302a(0x1e8));}catch(_0x45cf80){_0x1af292[_0x5f302a(0x19a)][_0x5f302a(0x1b0)]?.[_0x5f302a(0x167)]?.[_0x5f302a(0x128)]?.(_0x45cf80?.[_0x5f302a(0x19d)]||_0x5f302a(0x12b));}},async 'stopPipeline'(_0x117caa){const _0x21efda=_0x444f0f,_0x4953f5=_0x117caa?.['record']?.['name']??_0x117caa?.[_0x21efda(0x1af)]??null;if(_0x4953f5&&await _0x1af292['$ok']['shared']?.[_0x21efda(0x124)]?.[_0x21efda(0x14f)]?.(_0x21efda(0x133)+_0x4953f5+_0x21efda(0x16f)))try{await this['pipelineRequest'](_0x117caa,_0x21efda(0x1df),_0x21efda(0x17c));}catch(_0x30fc52){_0x1af292['$ok'][_0x21efda(0x1b0)]?.[_0x21efda(0x167)]?.['error']?.(_0x30fc52?.[_0x21efda(0x19d)]||'Stop\x20failed');}},async 'deletePipeline'(_0x18707b){const _0x494c7d=_0x444f0f,_0x2fb68a=_0x18707b?.[_0x494c7d(0x18c)]?.[_0x494c7d(0x197)]??_0x18707b?.[_0x494c7d(0x1af)]??null;if(!_0x2fb68a)return;const _0x10b217=this[_0x494c7d(0x154)](_0x18707b)[_0x494c7d(0x1dc)](_0xb8c849=>'•\x20'+(_0xb8c849?.[_0x494c7d(0x12d)]||_0xb8c849?.[_0x494c7d(0x1a2)])+':\x20'+_0xb8c849?.[_0x494c7d(0x1a2)]+'@'+_0xb8c849?.[_0x494c7d(0x197)])[_0x494c7d(0x1ec)]('<br>');if(await _0x1af292[_0x494c7d(0x19a)][_0x494c7d(0x1b0)]?.['modal']?.[_0x494c7d(0x14f)]?.('Delete\x20pipeline\x20\x22<b>'+_0x2fb68a+_0x494c7d(0x152)+(_0x10b217||_0x494c7d(0x192))+_0x494c7d(0x157)))try{await this[_0x494c7d(0x183)](_0x18707b,'DELETE',null);}catch(_0x155ffc){_0x1af292[_0x494c7d(0x19a)]['shared']?.[_0x494c7d(0x167)]?.[_0x494c7d(0x128)]?.(_0x155ffc?.[_0x494c7d(0x19d)]||_0x494c7d(0x1ff));}},'pipelineActionStyle':(_0x2152a9=_0x444f0f(0x1a7))=>'font-size:11px;padding:3px\x2010px;border-radius:999px;border:1px\x20solid\x20'+_0x2152a9+'55;color:'+_0x2152a9+_0x444f0f(0x1da)+_0x2152a9+_0x444f0f(0x136),'typeName'(_0x368d52){const _0x238eec=_0x444f0f;return this[_0x238eec(0x1a3)][_0x368d52]||_0x368d52||'Engine';},'pipelineCardStyle'(_0x318266){const _0x5bebc6=_0x444f0f;return _0x5bebc6(0x1a0)+(this['isSelectedPipeline'](_0x318266)?'color-mix(in\x20srgb,\x20var(--okdb-accent)\x2033%,\x20transparent)':_0x5bebc6(0x1a9))+_0x5bebc6(0x1d5);},async 'openEngineModal'(_0x32544d,_0x2b1aca=null){const _0x550a92=_0x444f0f;if(!_0x32544d?.[_0x550a92(0x197)])return;const _0x34999f=this[_0x550a92(0x1e1)](_0x32544d,_0x2b1aca)??(_0x1af292['$ok']['stores'][_0x550a92(0x199)]['selectedEnv']||_0x550a92(0x137));await _0x1af292[_0x550a92(0x19a)][_0x550a92(0x1b0)][_0x550a92(0x124)]['open']({'owner':_0x1af292,'title':'Edit\x20Engine\x20·\x20'+_0x32544d['name'],'canDrag':!0x0,'content':'<engine-modal\x20:modal=\x22modal\x22\x20:engine=\x22engine\x22\x20:env=\x22envName\x22\x20/>','context':_0x4511fd=>({'modal':_0x4511fd,'engine':_0x32544d,'envName':_0x34999f})});},'openTypeMember'(_0x13d813,_0x1092b8=null){const _0x5db942=_0x444f0f,_0xe59e7a=this[_0x5db942(0x148)](_0x13d813);if(!_0xe59e7a)return;const _0x31cf5b=this['relatedEnv'](_0x13d813,_0x1092b8);_0x1af292[_0x5db942(0x1a6)](_0x5db942(0x205),{'type':_0xe59e7a,'env':_0x31cf5b});},'engineMetricSearchParts':_0x474cc2=>_0x1682a2(_0x474cc2)[_0x444f0f(0x1f8)](_0x363c44=>[_0x363c44?.[_0x444f0f(0x18f)],_0x363c44?.[_0x444f0f(0x17b)]]),'engineStatusMeta':_0x4c8527=>_0x1da6e1(_0x4c8527),'lifecycleEnv'(_0x99dfb,_0x569c67=null){const _0x515999=_0x444f0f;return this[_0x515999(0x1e1)](_0x99dfb,_0x569c67)??this[_0x515999(0x1cf)](_0x99dfb)??_0x1af292['$ok'][_0x515999(0x159)][_0x515999(0x199)][_0x515999(0x13d)]??'default';},'metricToneColor'(_0x233237=null){const _0xc08a52=_0x444f0f;switch(_0x233237?.['tone']){case'success':return _0xc08a52(0x1b4);case _0xc08a52(0x149):return _0xc08a52(0x138);case _0xc08a52(0x1d6):return'var(--okdb-warning)';case'accent':return _0xc08a52(0x1e3);default:return _0xc08a52(0x134);}},'metricPreview':(_0x314bc8=null)=>_0x314bc8?.[_0x444f0f(0x18f)]&&_0x314bc8?.['value']?_0x314bc8[_0x444f0f(0x18f)]+':\x20'+_0x314bc8[_0x444f0f(0x17b)]:'','requestRefresh'(){const _0x486a8a=_0x444f0f;_0x1af292[_0x486a8a(0x1a6)](_0x486a8a(0x168));},'goToType'(_0x45448e){const _0x4ffe82=_0x444f0f,_0x448652=_0x1af292['$vars'][_0x4ffe82(0x191)];_0x448652[_0x4ffe82(0x1c8)](_0x448652[_0x4ffe82(0x202)](_0x4ffe82(0x19b),{'type':_0x45448e,'tab':'pipelines'}));},'goToFiles'(_0x4d7612){const _0xa951ed=_0x444f0f,_0x15d79d=_0x1af292['$vars'][_0xa951ed(0x191)];_0x15d79d[_0xa951ed(0x1c8)](_0x15d79d[_0xa951ed(0x202)](_0xa951ed(0x1c3),{'collection':_0x4d7612}));}}),'template':_0x444f0f(0x182),'style':'\x0a/*\x20──\x20Root\x20───────────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-root\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20flex-direction:\x20column;\x0a\x20\x20gap:\x2016px;\x0a\x20\x20max-width:\x20980px;\x0a}\x0a\x0a/*\x20──\x20Page\x20header\x20────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-header\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20justify-content:\x20space-between;\x0a\x20\x20gap:\x2012px;\x0a\x20\x20align-items:\x20center;\x0a\x20\x20flex-wrap:\x20wrap;\x0a}\x0aengines-overview\x20.eo-title\x20{\x20font-weight:\x20700;\x20font-size:\x2017px;\x20color:\x20var(--okdb-app-fg);\x20letter-spacing:\x20-.01em;\x20}\x0aengines-overview\x20.eo-stats\x20{\x20display:\x20flex;\x20gap:\x2010px;\x20flex-wrap:\x20wrap;\x20align-items:\x20center;\x20font-size:\x2011px;\x20}\x0aengines-overview\x20.eo-stat-sep\x20{\x20width:\x201px;\x20height:\x2012px;\x20background:\x20var(--okdb-app-border);\x20flex-shrink:\x200;\x20}\x0a\x0a/*\x20──\x20Alerts\x20─────────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-alert\x20{\x0a\x20\x20padding:\x2012px\x2016px;\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20border-radius:\x2010px;\x0a\x20\x20background:\x20var(--okdb-app-bg-deep);\x0a\x20\x20font-size:\x2012px;\x0a\x20\x20line-height:\x201.6;\x0a}\x0aengines-overview\x20.eo-alert__title\x20{\x20font-weight:\x20600;\x20color:\x20var(--okdb-app-fg-muted);\x20margin-bottom:\x202px;\x20}\x0aengines-overview\x20.eo-alert__body\x20{\x20color:\x20var(--okdb-app-fg-subtle);\x20}\x0a\x0a/*\x20──\x20Section\x20────────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-section\x20{\x20display:\x20flex;\x20flex-direction:\x20column;\x20gap:\x208px;\x20}\x0aengines-overview\x20.eo-section__label\x20{\x0a\x20\x20font-size:\x2010px;\x0a\x20\x20text-transform:\x20uppercase;\x0a\x20\x20letter-spacing:\x20.07em;\x0a\x20\x20color:\x20var(--okdb-app-fg-muted);\x0a\x20\x20opacity:\x20.55;\x0a\x20\x20margin-bottom:\x202px;\x0a}\x0aengines-overview\x20.eo-count\x20{\x0a\x20\x20font-size:\x2010px;\x0a\x20\x20padding:\x200\x206px;\x0a\x20\x20border-radius:\x20999px;\x0a\x20\x20background:\x20var(--okdb-app-surface);\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20color:\x20var(--okdb-accent-muted);\x0a\x20\x20margin-left:\x204px;\x0a\x20\x20vertical-align:\x20middle;\x0a}\x0a\x0a/*\x20──\x20Pipeline\x20card\x20──────────────────────────────────\x20*/\x0aengines-overview\x20.eo-pipeline-card\x20{\x0a\x20\x20background:\x20var(--okdb-app-surface);\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20border-radius:\x2010px;\x0a\x20\x20overflow:\x20hidden;\x0a\x20\x20transition:\x20border-color\x20.14s;\x0a}\x0aengines-overview\x20.eo-pipeline-card:hover\x20{\x20border-color:\x20#384047;\x20}\x0a\x0aengines-overview\x20.eo-pipeline-header\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20align-items:\x20center;\x0a\x20\x20gap:\x208px;\x0a\x20\x20padding:\x2012px\x2014px;\x0a\x20\x20flex-wrap:\x20wrap;\x0a\x20\x20min-width:\x200;\x0a}\x0aengines-overview\x20.eo-health-dot\x20{\x0a\x20\x20width:\x207px;\x0a\x20\x20height:\x207px;\x0a\x20\x20border-radius:\x2050%;\x0a\x20\x20flex-shrink:\x200;\x0a}\x0aengines-overview\x20.eo-pipeline-name\x20{\x0a\x20\x20font-weight:\x20600;\x0a\x20\x20font-size:\x2013.5px;\x0a\x20\x20color:\x20var(--okdb-app-fg);\x0a\x20\x20overflow:\x20hidden;\x0a\x20\x20text-overflow:\x20ellipsis;\x0a\x20\x20white-space:\x20nowrap;\x0a\x20\x20min-width:\x200;\x0a\x20\x20letter-spacing:\x20-.01em;\x0a}\x0aengines-overview\x20.eo-spacer\x20{\x20flex:\x201;\x20min-width:\x200;\x20}\x0aengines-overview\x20.eo-run-count\x20{\x0a\x20\x20font-size:\x2011px;\x0a\x20\x20color:\x20var(--okdb-accent-muted);\x0a\x20\x20display:\x20inline-flex;\x0a\x20\x20align-items:\x20center;\x0a\x20\x20gap:\x204px;\x0a\x20\x20white-space:\x20nowrap;\x0a\x20\x20flex-shrink:\x200;\x0a}\x0a\x0a/*\x20──\x20Pills\x20──────────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-pill\x20{\x0a\x20\x20font-size:\x2010.5px;\x0a\x20\x20padding:\x201px\x208px;\x0a\x20\x20border-radius:\x20999px;\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20color:\x20var(--okdb-app-fg-muted);\x0a\x20\x20background:\x20transparent;\x0a\x20\x20display:\x20inline-flex;\x0a\x20\x20align-items:\x20center;\x0a\x20\x20white-space:\x20nowrap;\x0a\x20\x20flex-shrink:\x200;\x0a\x20\x20letter-spacing:\x20.01em;\x0a}\x0a\x0a/*\x20──\x20Buttons\x20────────────────────────────────────────\x20*/\x0aengines-overview\x20.eo-btn\x20{\x0a\x20\x20font-size:\x2011px;\x0a\x20\x20padding:\x203px\x2010px;\x0a\x20\x20border-radius:\x20999px;\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20background:\x20var(--okdb-app-bg-deep);\x0a\x20\x20color:\x20var(--okdb-app-fg-muted);\x0a\x20\x20cursor:\x20pointer;\x0a\x20\x20line-height:\x201.4;\x0a\x20\x20flex-shrink:\x200;\x0a\x20\x20white-space:\x20nowrap;\x0a\x20\x20transition:\x20filter\x20.12s;\x0a}\x0aengines-overview\x20.eo-btn--toggle\x20{\x20background:\x20var(--okdb-app-bg-deep);\x20border-color:\x20var(--okdb-app-border);\x20color:\x20var(--okdb-app-fg-muted);\x20}\x0aengines-overview\x20.eo-btn--danger\x20{\x20border-color:\x20color-mix(in\x20srgb,\x20var(--okdb-danger)\x2033%,\x20transparent);\x20color:\x20var(--okdb-danger);\x20background:\x20color-mix(in\x20srgb,\x20var(--okdb-danger)\x207%,\x20transparent);\x20}\x0aengines-overview\x20.eo-btn:hover:not(:disabled)\x20{\x20filter:\x20brightness(1.3);\x20}\x0aengines-overview\x20.eo-btn:disabled\x20{\x20opacity:\x20.4;\x20cursor:\x20not-allowed;\x20}\x0a\x0a/*\x20──\x20Metrics\x20row\x20(pipeline\x20header)\x20─────────────────\x20*/\x0aengines-overview\x20.eo-pipeline-metrics\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20flex-wrap:\x20wrap;\x0a\x20\x20gap:\x203px\x2016px;\x0a\x20\x20padding:\x200\x2014px\x2010px\x2035px;\x0a}\x0aengines-overview\x20.eo-kv\x20{\x20display:\x20inline-flex;\x20gap:\x204px;\x20align-items:\x20baseline;\x20font-size:\x2011px;\x20line-height:\x201.4;\x20}\x0aengines-overview\x20.eo-kv__label\x20{\x20font-size:\x209.5px;\x20text-transform:\x20uppercase;\x20letter-spacing:\x20.04em;\x20color:\x20var(--okdb-app-fg-subtle);\x20flex-shrink:\x200;\x20}\x0aengines-overview\x20.eo-kv__val\x20{\x20color:\x20#a8c4d9;\x20overflow:\x20hidden;\x20text-overflow:\x20ellipsis;\x20white-space:\x20nowrap;\x20}\x0a\x0a/*\x20──\x20Inline\x20chip\x20strip\x20(collapsed\x20pipeline)\x20─────────\x20*/\x0aengines-overview\x20.eo-chip-strip\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20flex-wrap:\x20wrap;\x0a\x20\x20gap:\x205px;\x0a\x20\x20padding:\x200\x2014px\x2012px\x2035px;\x0a}\x0aengines-overview\x20.eo-chip\x20{\x0a\x20\x20display:\x20inline-flex;\x0a\x20\x20align-items:\x20center;\x0a\x20\x20gap:\x205px;\x0a\x20\x20padding:\x202px\x208px;\x0a\x20\x20border-radius:\x20999px;\x0a\x20\x20border:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20background:\x20var(--okdb-app-bg-deep);\x0a\x20\x20font-size:\x2010.5px;\x0a\x20\x20white-space:\x20nowrap;\x0a}\x0aengines-overview\x20.eo-chip__name\x20{\x20color:\x20var(--okdb-accent-muted);\x20}\x0a\x0a/*\x20──\x20Accordion\x20(expanded\x20pipeline)\x20─────────────────\x20*/\x0aengines-overview\x20.eo-accordion\x20{\x0a\x20\x20border-top:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20background:\x20var(--okdb-app-bg-deep);\x0a\x20\x20display:\x20flex;\x0a\x20\x20flex-direction:\x20column;\x0a\x20\x20gap:\x208px;\x0a\x20\x20padding:\x2012px;\x0a}\x0aengines-overview\x20.eo-accordion-footer\x20{\x0a\x20\x20display:\x20flex;\x0a\x20\x20justify-content:\x20flex-end;\x0a\x20\x20padding:\x204px\x202px\x202px;\x0a\x20\x20border-top:\x201px\x20solid\x20var(--okdb-app-border);\x0a\x20\x20margin-top:\x202px;\x0a}\x0a'};
|