@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.
Files changed (193) hide show
  1. package/bin/okdb.js +1 -1
  2. package/keys/public.pem +3 -0
  3. package/okdb.js +1 -1
  4. package/package.json +2 -2
  5. package/public/admin-app.js +1 -1
  6. package/public/components/admin-route-host.ok.js +1 -1
  7. package/public/components/env-picker.ok.js +1 -1
  8. package/public/components/field-path-input.ok.js +1 -1
  9. package/public/components/geo-map.ok.js +1 -1
  10. package/public/components/ok-cron-input.ok.js +1 -1
  11. package/public/components/ok-dropzone.ok.js +1 -1
  12. package/public/components/ok-js-input.ok.js +1 -1
  13. package/public/components/ok-json-input.ok.js +1 -1
  14. package/public/components/ok-text-monaco-input.ok.js +1 -1
  15. package/public/components/theme-toggle.ok.js +1 -1
  16. package/public/login-app.js +1 -1
  17. package/public/modules/ok.js +1 -1
  18. package/public/sections/api/parts/api-endpoint.ok.js +1 -1
  19. package/public/sections/auth/modals/create-token-modal.ok.js +1 -1
  20. package/public/sections/auth/modals/edit-token-modal.ok.js +1 -1
  21. package/public/sections/auth/modals/perm-info-popover.ok.js +1 -1
  22. package/public/sections/auth/parts/token-detail.ok.js +1 -1
  23. package/public/sections/auth/parts/token-list.ok.js +1 -1
  24. package/public/sections/db/modals/add-item-modal.ok.js +1 -1
  25. package/public/sections/db/modals/create-env-modal.ok.js +1 -1
  26. package/public/sections/db/modals/create-fts-modal.ok.js +1 -1
  27. package/public/sections/db/modals/create-index-modal.ok.js +1 -1
  28. package/public/sections/db/modals/create-pipeline-modal.ok.js +1 -1
  29. package/public/sections/db/modals/demo-env-modal.ok.js +1 -1
  30. package/public/sections/db/modals/remove-env-modal.ok.js +1 -1
  31. package/public/sections/db/modals/schema-edit-modal.ok.js +1 -1
  32. package/public/sections/db/parts/db-overview.ok.js +1 -1
  33. package/public/sections/db/parts/db-pipelines-panel.ok.js +1 -1
  34. package/public/sections/db/parts/edit-row.ok.js +1 -1
  35. package/public/sections/db/parts/tm-timeline.ok.js +1 -1
  36. package/public/sections/db/parts/type-changelog.ok.js +1 -1
  37. package/public/sections/db/parts/type-list.ok.js +1 -1
  38. package/public/sections/db/parts/type-pipelines-tab.ok.js +1 -1
  39. package/public/sections/db/parts/type-schema-tab.ok.js +1 -1
  40. package/public/sections/db/parts/type-viewer.ok.js +1 -1
  41. package/public/sections/db/parts/type-violations-tab.ok.js +1 -1
  42. package/public/sections/embeddings/modals/register-model-modal.ok.js +1 -1
  43. package/public/sections/embeddings/parts/embed-create-panel.ok.js +1 -1
  44. package/public/sections/embeddings/parts/embed-embedder-panel.ok.js +1 -1
  45. package/public/sections/embeddings/parts/embed-engine-declaration-editor.ok.js +1 -1
  46. package/public/sections/embeddings/parts/embed-engine-list.ok.js +1 -1
  47. package/public/sections/embeddings/parts/embed-indexer-panel.ok.js +1 -1
  48. package/public/sections/embeddings/parts/embed-lifecycle-bar.ok.js +1 -1
  49. package/public/sections/embeddings/parts/embed-model-catalog.ok.js +1 -1
  50. package/public/sections/embeddings/parts/embed-overview.ok.js +1 -1
  51. package/public/sections/embeddings/parts/embed-search-panel.ok.js +1 -1
  52. package/public/sections/embeddings/parts/embed-worker-panel.ok.js +1 -1
  53. package/public/sections/embeddings/parts/embeddings-engine-panel.ok.js +1 -1
  54. package/public/sections/embeddings/parts/engines-overview.ok.js +1 -1
  55. package/public/sections/embeddings/parts/pipeline-create-panel.ok.js +1 -1
  56. package/public/sections/engines/engine-panel-shared-style.js +1 -1
  57. package/public/sections/engines/engine-ui-utils.js +1 -1
  58. package/public/sections/engines/modals/engine-modal.ok.js +1 -1
  59. package/public/sections/engines/parts/engine-declaration-editor.ok.js +1 -1
  60. package/public/sections/engines/parts/engine-lifecycle-actions.ok.js +1 -1
  61. package/public/sections/engines/parts/engine-panel-shell.ok.js +1 -1
  62. package/public/sections/engines/parts/engine-resource-card.ok.js +1 -1
  63. package/public/sections/engines/parts/engine-row-item.ok.js +1 -1
  64. package/public/sections/engines/parts/generic-engine-panel.ok.js +1 -1
  65. package/public/sections/files/parts/files-blob-status.ok.js +1 -1
  66. package/public/sections/files/parts/files-collection-list.ok.js +1 -1
  67. package/public/sections/files/parts/files-collection-panel.ok.js +1 -1
  68. package/public/sections/files/parts/files-file-list.ok.js +1 -1
  69. package/public/sections/files/parts/files-overview.ok.js +1 -1
  70. package/public/sections/files/parts/files-path-browser.ok.js +1 -1
  71. package/public/sections/files/parts/files-upload-panel.ok.js +1 -1
  72. package/public/sections/functions/modals/function-modal.ok.js +1 -1
  73. package/public/sections/functions/parts/function-detail.ok.js +1 -1
  74. package/public/sections/functions/parts/function-logs.ok.js +1 -1
  75. package/public/sections/functions/parts/function-runner.ok.js +1 -1
  76. package/public/sections/functions/parts/functions-list.ok.js +1 -1
  77. package/public/sections/license/parts/license-panel.ok.js +1 -1
  78. package/public/sections/queue/modals/create-bucket-modal.ok.js +1 -1
  79. package/public/sections/queue/modals/edit-bucket-modal.ok.js +1 -1
  80. package/public/sections/queue/modals/edit-job-modal.ok.js +1 -1
  81. package/public/sections/queue/modals/enqueue-job-modal.ok.js +1 -1
  82. package/public/sections/queue/modals/job-type-modal.ok.js +1 -1
  83. package/public/sections/queue/parts/ok-job-form.ok.js +1 -1
  84. package/public/sections/queue/parts/queue-buckets.ok.js +1 -1
  85. package/public/sections/queue/parts/queue-job-types.ok.js +1 -1
  86. package/public/sections/queue/parts/queue-jobs.ok.js +1 -1
  87. package/public/sections/queue/parts/queue-types.ok.js +1 -1
  88. package/public/sections/queue/parts/queue-workers.ok.js +1 -1
  89. package/public/sections/sync/parts/sync-node-detail.ok.js +1 -1
  90. package/public/sections/sync/parts/sync-retention.ok.js +1 -1
  91. package/public/sections/sync/parts/sync-topology.ok.js +1 -1
  92. package/public/sections/system/modals/data-ops-modal.ok.js +1 -1
  93. package/public/sections/system/parts/system-api-panel.ok.js +1 -1
  94. package/public/sections/system/parts/system-auth-panel.ok.js +1 -1
  95. package/public/sections/system/parts/system-log-history.ok.js +1 -1
  96. package/public/sections/system/parts/system-log.ok.js +1 -1
  97. package/public/sections/system/parts/system-status.ok.js +1 -1
  98. package/public/sections/system/parts/system-sync-panel.ok.js +1 -1
  99. package/public/sections/views/modals/create-view-modal.ok.js +1 -1
  100. package/public/sections/views/parts/view-detail.ok.js +1 -1
  101. package/public/sections/views/parts/views-list.ok.js +1 -1
  102. package/public/sections/views/parts/views-overview.ok.js +1 -1
  103. package/public/setup-app.js +1 -1
  104. package/public/stores/auth-store.js +1 -1
  105. package/public/stores/events-store.js +1 -1
  106. package/public/stores/functions-store.js +1 -1
  107. package/public/stores/okdb-store.js +1 -1
  108. package/public/stores/theme-store.js +1 -1
  109. package/public/util/permissions.js +1 -1
  110. package/public/util/sift-schema.js +1 -1
  111. package/public/vendor/okjs/ok.esm.min.js +1 -2
  112. package/public/vendor/okjs/toolkit/behavior/async.ok.js +1 -1
  113. package/public/vendor/okjs/toolkit/components/ok-chart.ok.js +1 -1
  114. package/public/vendor/okjs/toolkit/components/ok-doc-viewer.ok.js +1 -1
  115. package/public/vendor/okjs/toolkit/components/ok-marked.ok.js +1 -1
  116. package/public/vendor/okjs/toolkit/components/ok-monaco.ok.js +1 -1
  117. package/public/vendor/okjs/toolkit/core/ok-layer-service.ok.js +1 -1
  118. package/public/vendor/okjs/toolkit/core/ok-layer.ok.js +1 -1
  119. package/public/vendor/okjs/toolkit/core/ok-overlay.ok.js +1 -1
  120. package/public/vendor/okjs/toolkit/core/ok-sandbox.ok.js +1 -1
  121. package/public/vendor/okjs/toolkit/core/transition.ok.js +1 -1
  122. package/public/vendor/okjs/toolkit/core/virtualized.ok.js +1 -1
  123. package/public/vendor/okjs/toolkit/devtools/ok-console-service.ok.js +1 -1
  124. package/public/vendor/okjs/toolkit/devtools/ok-console.ok.js +1 -1
  125. package/public/vendor/okjs/toolkit/devtools/ok-fps-monitor-service.ok.js +1 -1
  126. package/public/vendor/okjs/toolkit/devtools/ok-fps-monitor.ok.js +1 -1
  127. package/public/vendor/okjs/toolkit/devtools/ok-inspector-service.ok.js +1 -1
  128. package/public/vendor/okjs/toolkit/devtools/ok-inspector.ok.js +1 -1
  129. package/public/vendor/okjs/toolkit/devtools/ok-js-tree.ok.js +1 -1
  130. package/public/vendor/okjs/toolkit/devtools/ok-timeline-service.ok.js +1 -1
  131. package/public/vendor/okjs/toolkit/devtools/ok-timeline.ok.js +1 -1
  132. package/public/vendor/okjs/toolkit/docs/doc-viewer.ok.js +1 -1
  133. package/public/vendor/okjs/toolkit/editor/ok-live-component.ok.js +1 -1
  134. package/public/vendor/okjs/toolkit/editor/ok-live-example.ok.js +1 -1
  135. package/public/vendor/okjs/toolkit/editor/ok-live-shell.ok.js +1 -1
  136. package/public/vendor/okjs/toolkit/elements/ok-dropdown.ok.js +1 -1
  137. package/public/vendor/okjs/toolkit/elements/ok-icon.ok.js +1 -1
  138. package/public/vendor/okjs/toolkit/elements/ok-select.ok.js +1 -1
  139. package/public/vendor/okjs/toolkit/elements/ok-table.ok.js +1 -1
  140. package/public/vendor/okjs/toolkit/errors/ok-crash-boundary.ok.js +1 -1
  141. package/public/vendor/okjs/toolkit/errors/ok-crash-info.ok.js +1 -1
  142. package/public/vendor/okjs/toolkit/i18n/i18n-editor-examples.ok.js +1 -1
  143. package/public/vendor/okjs/toolkit/i18n/i18n-editor.ok.js +1 -1
  144. package/public/vendor/okjs/toolkit/i18n/i18n-key-editor-tips.ok.js +1 -1
  145. package/public/vendor/okjs/toolkit/i18n/i18n-key-editor.ok.js +1 -1
  146. package/public/vendor/okjs/toolkit/i18n/i18n-service.ok.js +1 -1
  147. package/public/vendor/okjs/toolkit/i18n/ok-i18n.js +1 -1
  148. package/public/vendor/okjs/toolkit/interaction/ok-contextmenu.ok.js +1 -1
  149. package/public/vendor/okjs/toolkit/interaction/ok-dismiss-service.ok.js +1 -1
  150. package/public/vendor/okjs/toolkit/interaction/ok-draggable.ok.js +1 -1
  151. package/public/vendor/okjs/toolkit/interaction/ok-flyover-panel.ok.js +1 -1
  152. package/public/vendor/okjs/toolkit/interaction/ok-flyover.ok.js +1 -1
  153. package/public/vendor/okjs/toolkit/interaction/ok-highlight-service.ok.js +1 -1
  154. package/public/vendor/okjs/toolkit/interaction/ok-highlight.ok.js +1 -1
  155. package/public/vendor/okjs/toolkit/interaction/ok-hotkeys-service.ok.js +1 -1
  156. package/public/vendor/okjs/toolkit/interaction/ok-picker-service.ok.js +1 -1
  157. package/public/vendor/okjs/toolkit/interaction/ok-popout-service.ok.js +1 -1
  158. package/public/vendor/okjs/toolkit/interaction/ok-popout.ok.js +1 -1
  159. package/public/vendor/okjs/toolkit/interaction/ok-portal-service.ok.js +1 -1
  160. package/public/vendor/okjs/toolkit/interaction/ok-submenu.ok.js +1 -1
  161. package/public/vendor/okjs/toolkit/layout/ok-resizer.ok.js +1 -1
  162. package/public/vendor/okjs/toolkit/manifest.js +1 -1
  163. package/public/vendor/okjs/toolkit/modals/ok-modal-service.ok.js +1 -1
  164. package/public/vendor/okjs/toolkit/modals/ok-modal.ok.js +1 -1
  165. package/public/vendor/okjs/toolkit/modals/ok-toast-service.ok.js +1 -1
  166. package/public/vendor/okjs/toolkit/modals/ok-window.ok.js +1 -1
  167. package/public/vendor/okjs/toolkit/navigation/hash-router.ok.js +1 -1
  168. package/public/vendor/okjs/toolkit/navigation/history-router.ok.js +1 -1
  169. package/public/vendor/okjs/toolkit/navigation/router.ok.js +1 -1
  170. package/public/vendor/okjs/toolkit/sync/reactive-sync-service.ok.js +1 -1
  171. package/public/vendor/okjs/toolkit/sync/reactive-sync.js +1 -1
  172. package/public/vendor/okjs/toolkit/theming/blocks/ok-design-button.css.js +1 -1
  173. package/public/vendor/okjs/toolkit/theming/blocks/ok-design-input.css.js +1 -1
  174. package/public/vendor/okjs/toolkit/theming/ok-design-style.js +1 -1
  175. package/public/vendor/okjs/toolkit/theming/ok-design-vars.js +1 -1
  176. package/public/vendor/okjs/toolkit/theming/ok-design.ok.js +1 -1
  177. package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-input.ok.js +1 -1
  178. package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-service.ok.js +1 -1
  179. package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-style.js +1 -1
  180. package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-utils.js +1 -1
  181. package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-variable.ok.js +1 -1
  182. package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor-vm.js +1 -1
  183. package/public/vendor/okjs/toolkit/theming/ok-theme-editor/ok-theme-editor.ok.js +1 -1
  184. package/public/vendor/okjs/toolkit/theming/ok-theme.ok.js +1 -1
  185. package/public/view-models/type-query-vm.js +1 -1
  186. package/okdb-data/default/data.mdb +0 -0
  187. package/okdb-data/default/lock.mdb +0 -0
  188. package/okdb-data/~log/data.mdb +0 -0
  189. package/okdb-data/~log/lock.mdb +0 -0
  190. package/okdb-data/~system/data.mdb +0 -0
  191. package/okdb-data/~system/lock.mdb +0 -0
  192. package/public/images/logo.png +0 -0
  193. package/public/images/logo.svg +0 -333
@@ -1 +1 @@
1
- function e(t){return"string"==typeof t?t.trim().split(/\s+/).filter(Boolean):Array.isArray(t)?t.flatMap(t=>e(t)):[]}var t={tag:"ok-theme",register(t){function o(e="ok-theme-injected",o=t.config.head,s="prepend"){const n="data-"+e;let a=o.querySelector(`[${n}]`);return a||(a=document.createElement("style"),a.setAttribute(n,""),"append"===s?o.append(a):o.prepend(a)),a}const s=new WeakMap,n=new Set;function a(e){let t=s.get(e);return t||(t={defaultsEl:null,presetEls:new Map},s.set(e,t),n.add(e)),t}const r=t.shared.theme={meta:t.proxy({}),loadedDefs:new Set,presets:new Map,initialized:!1,inspect(e){const t=new Set;for(;e&&1===e.nodeType;){if(e.hasAttribute("data-ok-theme")){const o=e.getAttribute("data-ok-theme")?.trim()||"",s=""===o||o.split(/\s+/).includes("default");s&&t.clear();for(const e of o.split(/\s+/))e&&"default"!==e&&t.add(e);if(s)break}e=e.parentElement}return[...t]},_verifyPresets(e,o){for(const s of o)r.presets.has(s)||t.log.warn(["ok-theme"],{error:t.error("OK_THEME_PRESET_NOT_REGISTERED",`Preset "${s}" is not registered`),node:e})},apply(t,o){const s=e(o);this._verifyPresets(t,s),t.setAttribute("data-ok-theme",s.join(" "))},append(t,o){const s=new Set(this.inspect(t));this._verifyPresets(t,o);for(const t of e(o))s.add(t);t.setAttribute("data-ok-theme",[...s].join(" "))},remove(t,o){const s=new Set(this.inspect(t));for(const t of e(o))s.delete(t);t.setAttribute("data-ok-theme",[...s].join(" "))},reset(e){e.setAttribute("data-ok-theme","")},_renderDefaults({head:e=t.config.head}={}){if(!Object.keys(r.meta).length)return;const s=a(e);s.defaultsEl||(s.defaultsEl=o("ok-theme-defaults",e,"prepend"));const n="undefined"!=typeof ShadowRoot&&e.getRootNode()instanceof ShadowRoot,i={};for(const[e,t]of Object.entries(r.meta)){for(const[o,s]of Object.entries(t.values)){const t=i[o]??={defaults:{},overrides:{},variants:{}};for(const[o,n]of Object.entries(s))"default"===o?t.overrides[e]=n:(t.variants[o]??={})[e]=n}if(!t.ghost){const o=t.def?.tag;(i[o]??={defaults:{},overrides:{},variants:{}}).defaults[e]=null!=t.default&&""!==t.default?t.default:"inherit"}if(t.variants&&t.variants.size){const o=t.def?.tag;if(!o)continue;const s=i[o]??={defaults:{},overrides:{},variants:{}},n=t.def?.plugins?.theme?.define||{};for(const o of t.variants){const t=n[o];if(!t)continue;const a=t[e];null!=a&&((s.variants[o]??={})[e]=a)}}}const f=[];for(const e of r.loadedDefs.values()){const t=i[e];if(t){if(Object.keys(t.defaults).length){f.push(`/* @ok-theme: defaults ${e} */`),f.push(n?":host {":":root {");for(const[e,o]of Object.entries(t.defaults))f.push(`\t${e}: ${o};`);f.push("}")}if(Object.keys(t.overrides).length){f.push(`/* @ok-theme-override: defaults ${e} */`),f.push(`${e} {`);for(const[e,o]of Object.entries(t.overrides))f.push(`\t${e}: ${o};`);f.push("}")}for(const[o,s]of Object.entries(t.variants||{})){if(!Object.keys(s).length)continue;const[t,n]=o.split(":"),a=`${e}${n?`:${n}`:""}${"default"===t?"":`[data-ok-variant="${t}"]`}`;f.push(`/* @ok-theme-variant: defaults ${e}--${o} */`),f.push(`${a} {`);for(const[e,t]of Object.entries(s))f.push(`\t${e}: ${t};`);f.push("}")}}}s.defaultsEl.innerHTML=f.join("\n")},_renderPresetIntoHead(e,s=t.config.head){const n=r.presets.get(e);if(!n)return;const i=a(s);let f=i.presetEls.get(e);f||(f=o(`ok-theme-preset_${e}`,s,"append"),i.presetEls.set(e,f));const d=[],c=`[data-ok-theme~="${e}"], :root[data-ok-theme~="${e}"]`;if(n.define&&Object.keys(n.define).length){d.push(`/* @ok-theme-preset: ${e} */`),d.push(`${c} {`);for(const[e,t]of Object.entries(n.define))null!=t&&""!==t&&d.push(`\t${e}: ${t};`);d.push("}\n")}const l=n.components||{};for(const[t,o]of Object.entries(l)){if(!o||"object"!=typeof o)continue;const s=o.default;if(s&&Object.keys(s).length){const o=[`[data-ok-theme~="${e}"] ${t}`,`:root[data-ok-theme~="${e}"] ${t}`,`${t}[data-ok-theme~="${e}"]`].join(", ");d.push(`/* @ok-theme-preset-override: ${e} ${t} */`),d.push(`${o} {`);for(const[e,t]of Object.entries(s))null!=t&&""!==t&&d.push(`\t${e}: ${t};`);d.push("}\n")}for(const[s,n]of Object.entries(o)){if("default"===s)continue;if(!n||!Object.keys(n).length)continue;const o=[`[data-ok-theme~="${e}"] ${t}[data-ok-variant="${s}"]`,`:root[data-ok-theme~="${e}"] ${t}[data-ok-variant="${s}"]`,`${t}[data-ok-variant="${s}"][data-ok-theme~="${e}"]`].join(", ");d.push(`/* @ok-theme-preset-variant: ${e} ${t}:${s} */`),d.push(`${o} {`);for(const[e,t]of Object.entries(n))null!=t&&""!==t&&d.push(`\t${e}: ${t};`);d.push("}\n")}}f.innerHTML=d.join("\n")},_renderPresetToAllHeads(e){for(const t of n)this._renderPresetIntoHead(e,t)},_registerDef(e){const o=e.plugins?.theme;if(!o)return;const{expose:s,define:n}=o;if(s&&Object.keys(s).length)for(const[o,n]of Object.entries(s)){const s=null!=n.default&&""!==n.default?n.default:"inherit";if(r.meta[o]){if(r.meta[o]?.def?.tag===e.tag)continue;if(r.meta[o].ghost){t.log.warn(["ok-theme","OK_THEME_VAR_UPGRADED_FROM_GHOST"],{message:`${e.tag} is upgrading ghost variable '${o}' to a real variable. used by ${Object.keys(r.meta[o].values)}`}),r.meta[o]={...r.meta[o],...n,ghost:!1,def:e,component:e.tag};continue}throw t.error("OK_THEME_VAR_ALREADY_REGISTERED",`${e.tag} cannot register '${o}' which was already registered by ${r.meta[o].component}`)}r.meta[o]={...n,default:s,def:e,component:e.tag,values:{}}}if(n&&Object.keys(n).length)for(const[o,s]of Object.entries(n))if(s&&"object"==typeof s)for(const[n,a]of Object.entries(s))r.meta[n]||(t.log.warn(["ok-theme","OK_THEME_VAR_IS_UNDEFINED"],`${e.tag} sets undefined variable ${n}`),r.meta[n]={ghost:!0,component:"__ghost__",values:{}}),r.meta[n].values[e.tag]??={},r.meta[n].values[e.tag][o]=a;r.loadedDefs.add(e.tag)},register(e,o={}){if(r.presets.has(e))throw t.error("OK_THEME_PRESET_ALREADY_REGISTERED",`Preset ${e} already exists`);if(o.define&&"object"!=typeof o.define&&t.log.warn(["ok-theme"],`Preset "${e}" has invalid "define" section`),o.components&&"object"!=typeof o.components&&t.log.warn(["ok-theme"],`Preset "${e}" has invalid "components" section`),o.components)for(const[s,n]of Object.entries(o.components))if("object"==typeof n)for(const[o,a]of Object.entries(n))"object"!=typeof a&&t.log.warn(["ok-theme"],`Preset "${e}" component "${s}" variant "${o}" must be an object`);else t.log.warn(["ok-theme"],`Preset "${e}" component "${s}" must be an object`);r.presets.set(e,o),this._renderPresetToAllHeads(e)},_attachHead(e=t.config.head){a(e),this._renderDefaults({head:e});for(const t of r.presets.keys())this._renderPresetIntoHead(t,e)},init(){if(!this.initialized){this._attachHead(t.config.head);for(const e of t.componentRegistry.cache.values())e.ready&&r._registerDef(e.ready);this._renderDefaults({head:t.config.head}),t.componentRegistry.on("initialized",e=>{e?.plugins?.theme&&r._registerDef(e)}),t.componentRegistry.on("activated-head",(e,t)=>{r._attachHead(t),setTimeout(()=>{for(const e of n)r._renderDefaults({head:e})},0)}),t.componentRegistry.on("unregistered",e=>{const t=e.raw;if(t?.plugins?.theme){r.loadedDefs.delete(t.tag);for(const[e,o]of Object.entries(t.plugins.theme.expose))r.meta[e]&&r.meta[e].def.url===t.url&&t.tag===r.meta[e].def.tag&&delete r.meta[e];setTimeout(()=>{for(const e of n)r._renderDefaults({head:e})},0)}}),this.initialized=!0}}};r.init()},template:"<slot/>"};export{t as default};
1
+ const e=n;function t(){const e=["head","loadedDefs","delete","clear",'" has invalid "components" section',"raw","10275405GcTFzw","component","length","478488umviyM","string","hasAttribute","entries",'[data-ok-theme~="',"/* @ok-theme-variant: defaults ","proxy","inherit","trim","<slot/>","' which was already registered by ","activated-head","push","getRootNode","define","getAttribute","variants","/* @ok-theme-preset-override: ","OK_THEME_PRESET_NOT_REGISTERED","defaults","675024KshQju",":host {","ghost","10uKkIyJ","2300rFIziI","set","expose","error","includes","def","_attachHead","log","/* @ok-theme: defaults ","11092378gQdNWG",'"], :root[data-ok-theme~="',"has","plugins"," is upgrading ghost variable '","url","createElement","components","/* @ok-theme-preset: ","2qUFwaH","presets","split","__ghost__","setAttribute","296563znfKBU","defaultsEl","tag","OK_THEME_VAR_IS_UNDEFINED",'" component "',"ready",'"] ',"_renderDefaults",'Preset "',"join","initialized",':root[data-ok-theme~="',"_renderPresetIntoHead","values","_registerDef","config","prepend","ok-theme-injected","init","OK_THEME_VAR_ALREADY_REGISTERED"," sets undefined variable ","append","innerHTML",'" is not registered',"unregistered","keys","8kRgpAi",'" has invalid "define" section',"OK_THEME_PRESET_ALREADY_REGISTERED","theme","917424MFKrMz",'[data-ok-variant="',"presetEls","OK_THEME_VAR_UPGRADED_FROM_GHOST","cache","componentRegistry","data-ok-theme","inspect","get"," */",'" must be an object',"ok-theme","object","_renderPresetToAllHeads","overrides","meta","parentElement","warn","default","add","6546kcnSwr"];return(t=function(){return e})()}function o(e){const t=n;return typeof e===t(449)?e[t(349)]()[t(385)](/\s+/).filter(Boolean):Array.isArray(e)?e.flatMap(e=>o(e)):[]}function n(e,o){return e-=349,t()[e]}!function(){const e=n,o=t();for(;;)try{if(757490==-parseInt(e(388))/1*(parseInt(e(383))/2)+parseInt(e(448))/3+-parseInt(e(361))/4+parseInt(e(365))/5*(parseInt(e(438))/6)+parseInt(e(445))/7*(parseInt(e(414))/8)+parseInt(e(418))/9*(parseInt(e(364))/10)+-parseInt(e(374))/11)break;o.push(o.shift())}catch(e){o.push(o.shift())}}();var s={tag:e(429),register(t){const n=e;function s(e=n(405),o=t[n(403)][n(439)],s=n(404)){const r=n,a="data-"+e;let i=o.querySelector("["+a+"]");return i||(i=document[r(380)]("style"),i[r(387)](a,""),s===r(409)?o[r(409)](i):o[r(404)](i)),i}const r=new WeakMap,a=new Set;function i(e){const t=n;let o=r[t(426)](e);return!o&&(o={defaultsEl:null,presetEls:new Map},r[t(366)](e,o),a[t(437)](e)),o}const c=t.shared[n(417)]={meta:t[n(454)]({}),loadedDefs:new Set,presets:new Map,initialized:!1,inspect(e){const t=n,o=new Set;for(;e&&1===e.nodeType;){if(e[t(450)]("data-ok-theme")){const n=e[t(356)]("data-ok-theme")?.[t(349)]()||"",s=""===n||n[t(385)](/\s+/)[t(369)](t(436));s&&o[t(442)]();for(const e of n.split(/\s+/))e&&"default"!==e&&o.add(e);if(s)break}e=e[t(434)]}return[...o]},_verifyPresets(e,o){const s=n;for(const n of o)!c[s(384)][s(376)](n)&&t[s(372)][s(435)]([s(429)],{error:t[s(368)](s(359),s(396)+n+s(411)),node:e})},apply(e,t){const s=n,r=o(t);this._verifyPresets(e,r),e[s(387)](s(424),r[s(397)](" "))},append(e,t){const s=n,r=new Set(this[s(425)](e));this._verifyPresets(e,t);for(const e of o(t))r[s(437)](e);e[s(387)](s(424),[...r][s(397)](" "))},remove(e,t){const s=n,r=new Set(this[s(425)](e));for(const e of o(t))r[s(441)](e);e[s(387)](s(424),[...r].join(" "))},reset(e){const t=n;e[t(387)](t(424),"")},_renderDefaults({head:e=t[n(403)][n(439)]}={}){const o=n;if(!Object[o(413)](c[o(433)]).length)return;const r=i(e);r[o(389)]||(r.defaultsEl=s("ok-theme-defaults",e,o(404)));const a="undefined"!=typeof ShadowRoot&&e[o(354)]()instanceof ShadowRoot,f={};for(const[e,t]of Object[o(451)](c.meta)){for(const[n,s]of Object[o(451)](t[o(401)])){const t=f[n]??={defaults:{},overrides:{},variants:{}};for(const[n,r]of Object[o(451)](s))n===o(436)?t[o(432)][e]=r:(t[o(357)][n]??={})[e]=r}if(!t[o(363)]){const n=t.def?.tag;(f[n]??={defaults:{},overrides:{},variants:{}})[o(360)][e]=null!=t[o(436)]&&""!==t.default?t[o(436)]:o(455)}if(t.variants&&t[o(357)].size){const n=t[o(370)]?.[o(390)];if(!n)continue;const s=f[n]??={defaults:{},overrides:{},variants:{}},r=t.def?.[o(377)]?.theme?.[o(355)]||{};for(const n of t[o(357)]){const t=r[n];if(!t)continue;const o=t[e];null!=o&&((s.variants[n]??={})[e]=o)}}}const d=[];for(const e of c.loadedDefs.values()){const t=f[e];if(t){if(Object[o(413)](t[o(360)])[o(447)]){d[o(353)](o(373)+e+" */"),d[o(353)](a?o(362):":root {");for(const[e,n]of Object[o(451)](t[o(360)]))d[o(353)]("\t"+e+": "+n+";");d.push("}")}if(Object[o(413)](t[o(432)]).length){d[o(353)]("/* @ok-theme-override: defaults "+e+o(427)),d[o(353)](e+" {");for(const[e,n]of Object[o(451)](t.overrides))d[o(353)]("\t"+e+": "+n+";");d[o(353)]("}")}for(const[n,s]of Object[o(451)](t[o(357)]||{})){if(!Object[o(413)](s).length)continue;const[t,r]=n[o(385)](":"),a=e+(r?":"+r:"")+(t===o(436)?"":o(419)+t+'"]');d.push(o(453)+e+"--"+n+" */"),d[o(353)](a+" {");for(const[e,t]of Object[o(451)](s))d[o(353)]("\t"+e+": "+t+";");d[o(353)]("}")}}}r[o(389)][o(410)]=d[o(397)]("\n")},_renderPresetIntoHead(e,o=t.config[n(439)]){const r=n,a=c[r(384)][r(426)](e);if(!a)return;const f=i(o);let d=f[r(420)][r(426)](e);!d&&(d=s("ok-theme-preset_"+e,o,"append"),f[r(420)].set(e,d));const l=[],u=r(452)+e+r(375)+e+'"]';if(a[r(355)]&&Object.keys(a[r(355)])[r(447)]){l.push(r(382)+e+r(427)),l.push(u+" {");for(const[e,t]of Object[r(451)](a[r(355)]))null!=t&&""!==t&&l.push("\t"+e+": "+t+";");l[r(353)]("}\n")}const h=a[r(381)]||{};for(const[t,o]of Object[r(451)](h)){if(!o||typeof o!==r(430))continue;const n=o[r(436)];if(n&&Object[r(413)](n).length){const o=[r(452)+e+r(394)+t,r(399)+e+r(394)+t,t+r(452)+e+'"]'].join(", ");l[r(353)](r(358)+e+" "+t+r(427)),l.push(o+" {");for(const[e,t]of Object[r(451)](n))null!=t&&""!==t&&l[r(353)]("\t"+e+": "+t+";");l.push("}\n")}for(const[n,s]of Object[r(451)](o)){if(n===r(436))continue;if(!s||!Object[r(413)](s)[r(447)])continue;const o=['[data-ok-theme~="'+e+r(394)+t+'[data-ok-variant="'+n+'"]',r(399)+e+r(394)+t+'[data-ok-variant="'+n+'"]',t+r(419)+n+'"][data-ok-theme~="'+e+'"]'].join(", ");l[r(353)]("/* @ok-theme-preset-variant: "+e+" "+t+":"+n+r(427)),l[r(353)](o+" {");for(const[e,t]of Object[r(451)](s))null!=t&&""!==t&&l[r(353)]("\t"+e+": "+t+";");l[r(353)]("}\n")}}d[r(410)]=l[r(397)]("\n")},_renderPresetToAllHeads(e){for(const t of a)this._renderPresetIntoHead(e,t)},_registerDef(e){const o=n,s=e.plugins?.[o(417)];if(!s)return;const{expose:r,define:a}=s;if(r&&Object[o(413)](r)[o(447)])for(const[n,s]of Object[o(451)](r)){const r=null!=s[o(436)]&&""!==s.default?s.default:o(455);if(c[o(433)][n]){if(c[o(433)][n]?.[o(370)]?.[o(390)]===e.tag)continue;if(c[o(433)][n][o(363)]){t[o(372)][o(435)]([o(429),o(421)],{message:e[o(390)]+o(378)+n+"' to a real variable. used by "+Object.keys(c[o(433)][n][o(401)])}),c[o(433)][n]={...c[o(433)][n],...s,ghost:!1,def:e,component:e[o(390)]};continue}throw t[o(368)](o(407),e[o(390)]+" cannot register '"+n+o(351)+c[o(433)][n][o(446)])}c.meta[n]={...s,default:r,def:e,component:e.tag,values:{}}}if(a&&Object[o(413)](a)[o(447)])for(const[n,s]of Object[o(451)](a))if(s&&typeof s===o(430))for(const[r,a]of Object[o(451)](s))!c[o(433)][r]&&(t[o(372)][o(435)]([o(429),o(391)],e[o(390)]+o(408)+r),c[o(433)][r]={ghost:!0,component:o(386),values:{}}),c[o(433)][r][o(401)][e[o(390)]]??={},c[o(433)][r].values[e[o(390)]][n]=a;c[o(440)][o(437)](e[o(390)])},register(e,o={}){const s=n;if(c.presets[s(376)](e))throw t[s(368)](s(416),"Preset "+e+" already exists");if(o[s(355)]&&typeof o.define!==s(430)&&t.log[s(435)]([s(429)],s(396)+e+s(415)),o[s(381)]&&typeof o[s(381)]!==s(430)&&t[s(372)].warn([s(429)],s(396)+e+s(443)),o[s(381)])for(const[n,r]of Object[s(451)](o[s(381)]))if(typeof r===s(430))for(const[o,a]of Object.entries(r))"object"!=typeof a&&t[s(372)].warn([s(429)],s(396)+e+s(392)+n+'" variant "'+o+s(428));else t[s(372)][s(435)]([s(429)],s(396)+e+'" component "'+n+'" must be an object');c[s(384)].set(e,o),this[s(431)](e)},_attachHead(e=t[n(403)][n(439)]){const o=n;i(e),this[o(395)]({head:e});for(const t of c.presets[o(413)]())this[o(400)](t,e)},init(){const e=n;if(!this[e(398)]){this._attachHead(t[e(403)][e(439)]);for(const o of t[e(423)][e(422)][e(401)]())o.ready&&c[e(402)](o[e(393)]);this._renderDefaults({head:t[e(403)][e(439)]}),t[e(423)].on("initialized",t=>{const o=e;t?.plugins?.[o(417)]&&c[o(402)](t)}),t[e(423)].on(e(352),(t,o)=>{const n=e;c[n(371)](o),setTimeout(()=>{const e=n;for(const t of a)c[e(395)]({head:t})},0)}),t[e(423)].on(e(412),t=>{const o=e,n=t[o(444)];if(n?.[o(377)]?.theme){c[o(440)][o(441)](n[o(390)]);for(const[e,t]of Object[o(451)](n[o(377)][o(417)][o(367)]))c[o(433)][e]&&c[o(433)][e][o(370)][o(379)]===n.url&&n[o(390)]===c[o(433)][e][o(370)][o(390)]&&delete c[o(433)][e];setTimeout(()=>{const e=o;for(const t of a)c[e(395)]({head:t})},0)}}),this[e(398)]=!0}}};c[n(406)]()},template:e(350)};export{s as default};
@@ -1 +1 @@
1
- function _0x2f8d(_0x1efda4,_0x287c96){_0x1efda4=_0x1efda4-0x1de;const _0xc74bdc=_0xc74b();let _0x2f8d92=_0xc74bdc[_0x1efda4];return _0x2f8d92;}function _0xc74b(){const _0x3690ad=['and','selectedPrefix','error','first','vectorScoreMap','hasPrev','TypeQueryVM\x20load\x20error','json','API','key','time','2307ppLBjl','pageSize','_backStack','application/json','394455iqyiNn','defineProperty','POST','TypeQueryVM\x20vector\x20load\x20error','hasNext','prevPage','last','selectedFtsIndex','602UKWhmk','map','selectedVectorEngine','items','desc','function','then','queryMode','_loadFts','vectorLimit','vectorChunkMetaMap','load','selectedIndexStart','query','data','busy','3524022oRcLPE','startIndex','type','/query','selectedDirection','chunk','selectedIndexEnd','endIndex','stringify','_apiBase','_apiBaseFn','14MvykUB','chunkHash','/type/','restore','_current','prefix','ftsText','next','values','9076390RVXIGG','total','catch','_loadVector','selectedIndex','vectorText','_load','4014324aDXHwR','TypeQueryVM\x20FTS\x20load\x20error','768279rtTTnV','28QUNtJp','statusText','ftsPrefix','length','resetPaging','__key','score','721712RVubGa','startKey','value','ftsMode','/count'];_0xc74b=function(){return _0x3690ad;};return _0xc74b();}const _0x354ed1=_0x2f8d;(function(_0x1e3230,_0x1bb4c3){const _0x6c0b79=_0x2f8d,_0x38d688=_0x1e3230();while(!![]){try{const _0xa0a7b8=parseInt(_0x6c0b79(0x22c))/0x1+parseInt(_0x6c0b79(0x1ff))/0x2*(parseInt(_0x6c0b79(0x1f3))/0x3)+parseInt(_0x6c0b79(0x22d))/0x4*(-parseInt(_0x6c0b79(0x1f7))/0x5)+parseInt(_0x6c0b79(0x20f))/0x6+-parseInt(_0x6c0b79(0x21a))/0x7*(parseInt(_0x6c0b79(0x1e3))/0x8)+parseInt(_0x6c0b79(0x22a))/0x9+-parseInt(_0x6c0b79(0x223))/0xa;if(_0xa0a7b8===_0x1bb4c3)break;else _0x38d688['push'](_0x38d688['shift']());}catch(_0x12be76){_0x38d688['push'](_0x38d688['shift']());}}}(_0xc74b,0x5fe71));export default class t{constructor({type:_0x3b8a99,pageSize:_0x5ee04b=0x32,apiBase:_0x42b85c}){const _0x486e9f=_0x2f8d;this[_0x486e9f(0x211)]=_0x3b8a99,this[_0x486e9f(0x219)]=_0x486e9f(0x204)==typeof _0x42b85c?_0x42b85c:()=>_0x42b85c||__ENV__[_0x486e9f(0x1f0)],this[_0x486e9f(0x20e)]=!0x1,this[_0x486e9f(0x202)]=[],this[_0x486e9f(0x222)]=[],this[_0x486e9f(0x224)]=0x0,this[_0x486e9f(0x1f2)]=null,this[_0x486e9f(0x20c)]={},this['selectedIndex']=null,this[_0x486e9f(0x213)]=_0x486e9f(0x203),this[_0x486e9f(0x206)]='prefix',this[_0x486e9f(0x1e9)]=void 0x0,this[_0x486e9f(0x20b)]=void 0x0,this[_0x486e9f(0x215)]=void 0x0,this[_0x486e9f(0x1fe)]=null,this['ftsText']='',this[_0x486e9f(0x1e6)]=_0x486e9f(0x1e8),this['ftsPrefix']=!0x1,this['ftsScoreMap']={},this['selectedVectorEngine']=null,this[_0x486e9f(0x228)]='',this[_0x486e9f(0x208)]=0x14,this[_0x486e9f(0x1ec)]={},this[_0x486e9f(0x209)]={},this['pageSize']=_0x5ee04b,this[_0x486e9f(0x1fb)]=!0x1,this['hasPrev']=!0x1,this[_0x486e9f(0x21e)]=null,this[_0x486e9f(0x1f5)]=[];}get[_0x354ed1(0x218)](){const _0x168bac=_0x354ed1;return this[_0x168bac(0x219)]();}[_0x354ed1(0x1e0)](){const _0x14b620=_0x354ed1;this[_0x14b620(0x21e)]=null,this[_0x14b620(0x1f5)]=[],this[_0x14b620(0x1fb)]=!0x1,this[_0x14b620(0x1ed)]=!0x1;}['nextPage'](){const _0x737d91=_0x354ed1;if(!this[_0x737d91(0x20e)]&&this[_0x737d91(0x1fb)])return this['_load'](_0x737d91(0x221));}[_0x354ed1(0x1fc)](){const _0x5dedc5=_0x354ed1;if(this['busy']||!this[_0x5dedc5(0x1ed)])return;const _0x14ffc1=this[_0x5dedc5(0x1f5)]['pop']();return _0x14ffc1?(this['_current']=_0x14ffc1,this[_0x5dedc5(0x229)](_0x5dedc5(0x21d))):void 0x0;}async[_0x354ed1(0x20a)](){const _0x1261c5=_0x354ed1;return this[_0x1261c5(0x1e0)](),this['selectedFtsIndex']?this[_0x1261c5(0x207)]():this['selectedVectorEngine']?this[_0x1261c5(0x226)]():this[_0x1261c5(0x229)](null);}async[_0x354ed1(0x207)](){const _0x499727=_0x354ed1;if(this['type']&&this['selectedFtsIndex']){this[_0x499727(0x20e)]=!0x0;try{const _0x57b95c=await fetch(this['_apiBase']+_0x499727(0x21c)+this['type']+_0x499727(0x212),{'method':_0x499727(0x1f9),'headers':{'Content-Type':_0x499727(0x1f6)},'body':JSON['stringify']({'filter':this['query'],'options':{'fts':{'name':this[_0x499727(0x1fe)],'query':this[_0x499727(0x220)],'mode':this[_0x499727(0x1e6)],'prefix':this[_0x499727(0x1de)],'limit':this[_0x499727(0x1f4)]}}})});if(!_0x57b95c['ok'])throw new Error(_0x57b95c[_0x499727(0x22e)]);const {data:_0x46489f,meta:_0x8ad098}=await _0x57b95c[_0x499727(0x1ef)](),_0x485a90=_0x46489f??[];this[_0x499727(0x202)]=_0x485a90,this['ftsScoreMap']={},this[_0x499727(0x222)]=_0x485a90[_0x499727(0x200)](_0x33f4f3=>(e(_0x33f4f3[_0x499727(0x1e5)],_0x33f4f3[_0x499727(0x1f1)]),null!=_0x33f4f3[_0x499727(0x1e2)]&&(this['ftsScoreMap'][_0x33f4f3['key']]={'score':_0x33f4f3[_0x499727(0x1e2)],'numTerms':_0x33f4f3['numTerms'],'maxScore':_0x33f4f3['maxScore']}),_0x33f4f3[_0x499727(0x1e5)])),this[_0x499727(0x1fb)]=!0x1,this[_0x499727(0x1ed)]=!0x1,this[_0x499727(0x21e)]=null,this[_0x499727(0x1f5)]=[],this[_0x499727(0x1f2)]=_0x8ad098?.[_0x499727(0x1f2)]??null,this[_0x499727(0x224)]=_0x485a90['length'];}catch(_0x225554){console[_0x499727(0x1ea)](_0x499727(0x22b),_0x225554);}finally{this[_0x499727(0x20e)]=!0x1;}}}async[_0x354ed1(0x226)](){const _0xca99e9=_0x354ed1;if(this[_0xca99e9(0x211)]&&this[_0xca99e9(0x201)]){this['busy']=!0x0;try{const _0x2325b1=await fetch(this['_apiBase']+_0xca99e9(0x21c)+this['type']+_0xca99e9(0x212),{'method':_0xca99e9(0x1f9),'headers':{'Content-Type':_0xca99e9(0x1f6)},'body':JSON[_0xca99e9(0x217)]({'filter':this[_0xca99e9(0x20c)],'options':{'vectorSearch':{'name':this[_0xca99e9(0x201)],'query':this['vectorText'],'limit':this[_0xca99e9(0x208)]}}})});if(!_0x2325b1['ok'])throw new Error((await _0x2325b1[_0xca99e9(0x1ef)]())?.[_0xca99e9(0x1ea)]?.['message']||_0x2325b1[_0xca99e9(0x22e)]);const {data:_0x5bc57b,meta:_0x41a558}=await _0x2325b1['json'](),_0x49b2c3=_0x5bc57b??[];this[_0xca99e9(0x202)]=_0x49b2c3,this['vectorScoreMap']={},this[_0xca99e9(0x209)]={},this[_0xca99e9(0x222)]=_0x49b2c3[_0xca99e9(0x200)](_0x2aa944=>(e(_0x2aa944[_0xca99e9(0x1e5)],_0x2aa944[_0xca99e9(0x1f1)]),null!=_0x2aa944['score']&&(this['vectorScoreMap'][_0x2aa944['key']]=_0x2aa944[_0xca99e9(0x1e2)]),_0x2aa944[_0xca99e9(0x21b)]&&(this[_0xca99e9(0x209)][_0x2aa944[_0xca99e9(0x1f1)]]={'chunkHash':_0x2aa944[_0xca99e9(0x21b)],..._0x2aa944[_0xca99e9(0x214)]??{}}),_0x2aa944[_0xca99e9(0x1e5)])),this[_0xca99e9(0x1fb)]=!0x1,this[_0xca99e9(0x1ed)]=!0x1,this['_current']=null,this['_backStack']=[],this[_0xca99e9(0x1f2)]=_0x41a558?.[_0xca99e9(0x1f2)]??null,this['total']=_0x49b2c3[_0xca99e9(0x1df)];}catch(_0x34652f){console['error'](_0xca99e9(0x1fa),_0x34652f);}finally{this[_0xca99e9(0x20e)]=!0x1;}}}async['_load'](_0x250ee4){const _0x5bb919=_0x354ed1;if(!this['type'])return;this[_0x5bb919(0x20e)]=!0x0,this['ftsScoreMap']={},this[_0x5bb919(0x1ec)]={},this[_0x5bb919(0x209)]={};const _0x366149=_0x5bb919(0x203)===this['selectedDirection'];this['selectedIndex'];try{const _0x4dfbe2={'index':this['selectedIndex'],'reverse':_0x366149,'limit':this[_0x5bb919(0x1f4)]+0x1};if(this[_0x5bb919(0x227)]&&(_0x5bb919(0x21f)===this[_0x5bb919(0x206)]?void 0x0!==this['selectedPrefix']&&(_0x4dfbe2['prefix']=this[_0x5bb919(0x1e9)]):(void 0x0!==this[_0x5bb919(0x20b)]&&(_0x4dfbe2[_0x5bb919(0x210)]=this[_0x5bb919(0x20b)]),void 0x0!==this[_0x5bb919(0x215)]&&(_0x4dfbe2[_0x5bb919(0x216)]=this[_0x5bb919(0x215)]))),_0x5bb919(0x221)===_0x250ee4&&this[_0x5bb919(0x21e)]){const _0x33489b=this[_0x5bb919(0x21e)][_0x5bb919(0x1fd)];_0x4dfbe2[_0x5bb919(0x1e4)]=_0x33489b,this[_0x5bb919(0x1f5)]['push'](this['_current']);}if(_0x5bb919(0x21d)===_0x250ee4&&this[_0x5bb919(0x21e)]){const _0x4d1b80=this[_0x5bb919(0x21e)][_0x5bb919(0x1eb)];_0x4dfbe2[_0x5bb919(0x1e4)]=_0x4d1b80;}const _0x18acb5=await fetch(this[_0x5bb919(0x218)]+_0x5bb919(0x21c)+this[_0x5bb919(0x211)]+_0x5bb919(0x212),{'method':'POST','headers':{'Content-Type':_0x5bb919(0x1f6)},'body':JSON[_0x5bb919(0x217)]({'filter':this['query'],'options':_0x4dfbe2})});if(!_0x18acb5['ok'])throw new Error(_0x18acb5[_0x5bb919(0x22e)]);const {data:_0x3b6cf5,meta:_0x3d4f00}=await _0x18acb5[_0x5bb919(0x1ef)](),_0x5ac0a9=_0x3b6cf5??[];this[_0x5bb919(0x1fb)]=_0x5ac0a9[_0x5bb919(0x1df)]>this['pageSize'];const _0x3d2da7=_0x5ac0a9['slice'](0x0,this['pageSize']);this[_0x5bb919(0x202)]=_0x3d2da7,this['values']=_0x3d2da7['map'](_0x3a4e9e=>(e(_0x3a4e9e['value'],_0x3a4e9e[_0x5bb919(0x1f1)]),_0x3a4e9e['value']));const _0x42dfa6=_0x3d2da7[0x0],_0x3fe894=_0x3d2da7[_0x3d2da7[_0x5bb919(0x1df)]-0x1],_0x527e2f=_0x5571aa=>_0x5571aa?.['key'];this[_0x5bb919(0x21e)]={'first':_0x527e2f(_0x42dfa6),'last':_0x527e2f(_0x3fe894)},this[_0x5bb919(0x1ed)]=this[_0x5bb919(0x1f5)][_0x5bb919(0x1df)]>0x0,this[_0x5bb919(0x1f2)]=_0x3d4f00?.['time']??null,this[_0x5bb919(0x224)]='…';const _0x3ecb42={'index':this[_0x5bb919(0x227)],'reverse':_0x366149};this[_0x5bb919(0x227)]&&(_0x5bb919(0x21f)===this[_0x5bb919(0x206)]?void 0x0!==this[_0x5bb919(0x1e9)]&&(_0x3ecb42['prefix']=this[_0x5bb919(0x1e9)]):(void 0x0!==this[_0x5bb919(0x20b)]&&(_0x3ecb42[_0x5bb919(0x210)]=this[_0x5bb919(0x20b)]),void 0x0!==this[_0x5bb919(0x215)]&&(_0x3ecb42[_0x5bb919(0x216)]=this[_0x5bb919(0x215)]))),fetch(this[_0x5bb919(0x218)]+_0x5bb919(0x21c)+this[_0x5bb919(0x211)]+_0x5bb919(0x1e7),{'method':_0x5bb919(0x1f9),'headers':{'Content-Type':_0x5bb919(0x1f6)},'body':JSON[_0x5bb919(0x217)]({'filter':this[_0x5bb919(0x20c)],'options':_0x3ecb42})})[_0x5bb919(0x205)](_0x294058=>_0x294058[_0x5bb919(0x1ef)]())[_0x5bb919(0x205)](_0x84aa56=>this[_0x5bb919(0x224)]=_0x84aa56[_0x5bb919(0x20d)])[_0x5bb919(0x225)](_0x395245=>this['total']=_0x395245['message']);}catch(_0x180e3a){console[_0x5bb919(0x1ea)](_0x5bb919(0x1ee),_0x180e3a);}finally{this[_0x5bb919(0x20e)]=!0x1;}}}function e(_0x51b19d,_0x23d70e){const _0x10aa96=_0x354ed1;_0x51b19d&&'object'==typeof _0x51b19d&&_0x51b19d['__key']!==_0x23d70e&&Object[_0x10aa96(0x1f8)](_0x51b19d,_0x10aa96(0x1e1),{'value':_0x23d70e,'enumerable':!0x1,'configurable':!0x1,'writable':!0x1});}
1
+ const _0x3acaee=_0x3d87;function _0x3d87(_0x4fc3e6,_0x4f9587){_0x4fc3e6=_0x4fc3e6-0x1d5;const _0x16accc=_0x16ac();let _0x3d8733=_0x16accc[_0x4fc3e6];return _0x3d8733;}function _0x16ac(){const _0x1c4cc6=['hasNext','selectedFtsIndex','hasPrev','time','selectedIndexStart','key','36927720blQTyQ','object','_apiBaseFn','busy','selectedVectorEngine','8764fgAJdi','desc','24158XDVddQ','__key','last','then','3018fRhARu','slice','catch','pop','chunkHash','json','_load','/type/','TypeQueryVM\x20vector\x20load\x20error','POST','total','prevPage','resetPaging','11115oGXxRD','vectorChunkMetaMap','_backStack','vectorLimit','length','selectedPrefix','vectorText','ftsPrefix','_apiBase','selectedIndex','values','nextPage','ftsText','type','next','API','_loadVector','2912WthBoq','queryMode','28468IYftrs','error','numTerms','/count','score','startIndex','selectedIndexEnd','application/json','vectorScoreMap','statusText','ftsScoreMap','function','405202HEkvjQ','_loadFts','startKey','/query','defineProperty','1334005cxIWrY','push','stringify','pageSize','message','4490HzgCPB','restore','map','items','39EpgKWr','TypeQueryVM\x20load\x20error','_current','TypeQueryVM\x20FTS\x20load\x20error','ftsMode','value','endIndex','and','selectedDirection','query','chunk','12wYtknn','prefix'];_0x16ac=function(){return _0x1c4cc6;};return _0x16ac();}(function(_0x41129a,_0x3d5390){const _0x9f54e4=_0x3d87,_0x2350b1=_0x41129a();while(!![]){try{const _0x2e1fad=parseInt(_0x9f54e4(0x1f0))/0x1+parseInt(_0x9f54e4(0x218))/0x2*(parseInt(_0x9f54e4(0x1fe))/0x3)+-parseInt(_0x9f54e4(0x209))/0x4*(parseInt(_0x9f54e4(0x1f5))/0x5)+-parseInt(_0x9f54e4(0x21c))/0x6*(parseInt(_0x9f54e4(0x216))/0x7)+-parseInt(_0x9f54e4(0x1e2))/0x8*(parseInt(_0x9f54e4(0x229))/0x9)+parseInt(_0x9f54e4(0x1fa))/0xa*(-parseInt(_0x9f54e4(0x1e4))/0xb)+parseInt(_0x9f54e4(0x211))/0xc;if(_0x2e1fad===_0x3d5390)break;else _0x2350b1['push'](_0x2350b1['shift']());}catch(_0x41a94c){_0x2350b1['push'](_0x2350b1['shift']());}}}(_0x16ac,0x91f44));export default class t{constructor({type:_0x6063dc,pageSize:_0x2e7ad2=0x32,apiBase:_0x3b924b}){const _0x5f1566=_0x3d87;this['type']=_0x6063dc,this[_0x5f1566(0x213)]=_0x5f1566(0x1ef)==typeof _0x3b924b?_0x3b924b:()=>_0x3b924b||__ENV__[_0x5f1566(0x1e0)],this[_0x5f1566(0x214)]=!0x1,this[_0x5f1566(0x1fd)]=[],this['values']=[],this[_0x5f1566(0x226)]=0x0,this[_0x5f1566(0x20e)]=null,this[_0x5f1566(0x207)]={},this['selectedIndex']=null,this[_0x5f1566(0x206)]=_0x5f1566(0x217),this[_0x5f1566(0x1e3)]=_0x5f1566(0x20a),this[_0x5f1566(0x1d6)]=void 0x0,this['selectedIndexStart']=void 0x0,this[_0x5f1566(0x1ea)]=void 0x0,this[_0x5f1566(0x20c)]=null,this['ftsText']='',this[_0x5f1566(0x202)]=_0x5f1566(0x205),this[_0x5f1566(0x1d8)]=!0x1,this[_0x5f1566(0x1ee)]={},this[_0x5f1566(0x215)]=null,this[_0x5f1566(0x1d7)]='',this[_0x5f1566(0x22c)]=0x14,this[_0x5f1566(0x1ec)]={},this[_0x5f1566(0x22a)]={},this[_0x5f1566(0x1f8)]=_0x2e7ad2,this['hasNext']=!0x1,this[_0x5f1566(0x20d)]=!0x1,this[_0x5f1566(0x200)]=null,this[_0x5f1566(0x22b)]=[];}get[_0x3acaee(0x1d9)](){const _0x15c0d0=_0x3acaee;return this[_0x15c0d0(0x213)]();}[_0x3acaee(0x228)](){const _0x4963e7=_0x3acaee;this[_0x4963e7(0x200)]=null,this['_backStack']=[],this[_0x4963e7(0x20b)]=!0x1,this[_0x4963e7(0x20d)]=!0x1;}[_0x3acaee(0x1dc)](){const _0x310828=_0x3acaee;if(!this['busy']&&this[_0x310828(0x20b)])return this[_0x310828(0x222)](_0x310828(0x1df));}[_0x3acaee(0x227)](){const _0xa2db78=_0x3acaee;if(this[_0xa2db78(0x214)]||!this['hasPrev'])return;const _0x431cfe=this[_0xa2db78(0x22b)][_0xa2db78(0x21f)]();return _0x431cfe?(this[_0xa2db78(0x200)]=_0x431cfe,this[_0xa2db78(0x222)]('restore')):void 0x0;}async['load'](){const _0x3f73d6=_0x3acaee;return this[_0x3f73d6(0x228)](),this[_0x3f73d6(0x20c)]?this[_0x3f73d6(0x1f1)]():this[_0x3f73d6(0x215)]?this[_0x3f73d6(0x1e1)]():this[_0x3f73d6(0x222)](null);}async[_0x3acaee(0x1f1)](){const _0x3211c5=_0x3acaee;if(this[_0x3211c5(0x1de)]&&this[_0x3211c5(0x20c)]){this[_0x3211c5(0x214)]=!0x0;try{const _0x5e1177=await fetch(this[_0x3211c5(0x1d9)]+'/type/'+this['type']+'/query',{'method':'POST','headers':{'Content-Type':_0x3211c5(0x1eb)},'body':JSON[_0x3211c5(0x1f7)]({'filter':this['query'],'options':{'fts':{'name':this[_0x3211c5(0x20c)],'query':this[_0x3211c5(0x1dd)],'mode':this[_0x3211c5(0x202)],'prefix':this[_0x3211c5(0x1d8)],'limit':this[_0x3211c5(0x1f8)]}}})});if(!_0x5e1177['ok'])throw new Error(_0x5e1177[_0x3211c5(0x1ed)]);const {data:_0xea1221,meta:_0x2cbec9}=await _0x5e1177[_0x3211c5(0x221)](),_0x35fd9d=_0xea1221??[];this[_0x3211c5(0x1fd)]=_0x35fd9d,this[_0x3211c5(0x1ee)]={},this[_0x3211c5(0x1db)]=_0x35fd9d[_0x3211c5(0x1fc)](_0x2b6418=>(e(_0x2b6418[_0x3211c5(0x203)],_0x2b6418[_0x3211c5(0x210)]),null!=_0x2b6418[_0x3211c5(0x1e8)]&&(this['ftsScoreMap'][_0x2b6418[_0x3211c5(0x210)]]={'score':_0x2b6418[_0x3211c5(0x1e8)],'numTerms':_0x2b6418[_0x3211c5(0x1e6)],'maxScore':_0x2b6418['maxScore']}),_0x2b6418[_0x3211c5(0x203)])),this['hasNext']=!0x1,this['hasPrev']=!0x1,this[_0x3211c5(0x200)]=null,this[_0x3211c5(0x22b)]=[],this[_0x3211c5(0x20e)]=_0x2cbec9?.[_0x3211c5(0x20e)]??null,this[_0x3211c5(0x226)]=_0x35fd9d[_0x3211c5(0x1d5)];}catch(_0x16c1bd){console['error'](_0x3211c5(0x201),_0x16c1bd);}finally{this[_0x3211c5(0x214)]=!0x1;}}}async['_loadVector'](){const _0x32acbb=_0x3acaee;if(this['type']&&this[_0x32acbb(0x215)]){this[_0x32acbb(0x214)]=!0x0;try{const _0x4ab4f5=await fetch(this[_0x32acbb(0x1d9)]+'/type/'+this[_0x32acbb(0x1de)]+'/query',{'method':_0x32acbb(0x225),'headers':{'Content-Type':_0x32acbb(0x1eb)},'body':JSON[_0x32acbb(0x1f7)]({'filter':this[_0x32acbb(0x207)],'options':{'vectorSearch':{'name':this[_0x32acbb(0x215)],'query':this[_0x32acbb(0x1d7)],'limit':this['vectorLimit']}}})});if(!_0x4ab4f5['ok'])throw new Error((await _0x4ab4f5[_0x32acbb(0x221)]())?.[_0x32acbb(0x1e5)]?.[_0x32acbb(0x1f9)]||_0x4ab4f5['statusText']);const {data:_0x383e1,meta:_0x374b85}=await _0x4ab4f5[_0x32acbb(0x221)](),_0x237097=_0x383e1??[];this['items']=_0x237097,this[_0x32acbb(0x1ec)]={},this[_0x32acbb(0x22a)]={},this[_0x32acbb(0x1db)]=_0x237097['map'](_0x6ae615=>(e(_0x6ae615[_0x32acbb(0x203)],_0x6ae615['key']),null!=_0x6ae615['score']&&(this['vectorScoreMap'][_0x6ae615[_0x32acbb(0x210)]]=_0x6ae615['score']),_0x6ae615[_0x32acbb(0x220)]&&(this['vectorChunkMetaMap'][_0x6ae615[_0x32acbb(0x210)]]={'chunkHash':_0x6ae615[_0x32acbb(0x220)],..._0x6ae615[_0x32acbb(0x208)]??{}}),_0x6ae615[_0x32acbb(0x203)])),this[_0x32acbb(0x20b)]=!0x1,this[_0x32acbb(0x20d)]=!0x1,this[_0x32acbb(0x200)]=null,this[_0x32acbb(0x22b)]=[],this['time']=_0x374b85?.[_0x32acbb(0x20e)]??null,this['total']=_0x237097[_0x32acbb(0x1d5)];}catch(_0x1a8f39){console[_0x32acbb(0x1e5)](_0x32acbb(0x224),_0x1a8f39);}finally{this[_0x32acbb(0x214)]=!0x1;}}}async[_0x3acaee(0x222)](_0xc529bc){const _0x9cabed=_0x3acaee;if(!this[_0x9cabed(0x1de)])return;this[_0x9cabed(0x214)]=!0x0,this[_0x9cabed(0x1ee)]={},this['vectorScoreMap']={},this[_0x9cabed(0x22a)]={};const _0x1f5021=_0x9cabed(0x217)===this[_0x9cabed(0x206)];this[_0x9cabed(0x1da)];try{const _0x4c6fda={'index':this[_0x9cabed(0x1da)],'reverse':_0x1f5021,'limit':this['pageSize']+0x1};if(this[_0x9cabed(0x1da)]&&(_0x9cabed(0x20a)===this[_0x9cabed(0x1e3)]?void 0x0!==this[_0x9cabed(0x1d6)]&&(_0x4c6fda['prefix']=this[_0x9cabed(0x1d6)]):(void 0x0!==this['selectedIndexStart']&&(_0x4c6fda['startIndex']=this[_0x9cabed(0x20f)]),void 0x0!==this[_0x9cabed(0x1ea)]&&(_0x4c6fda[_0x9cabed(0x204)]=this[_0x9cabed(0x1ea)]))),'next'===_0xc529bc&&this[_0x9cabed(0x200)]){const _0x57179e=this[_0x9cabed(0x200)][_0x9cabed(0x21a)];_0x4c6fda[_0x9cabed(0x1f2)]=_0x57179e,this[_0x9cabed(0x22b)][_0x9cabed(0x1f6)](this[_0x9cabed(0x200)]);}if(_0x9cabed(0x1fb)===_0xc529bc&&this[_0x9cabed(0x200)]){const _0x31fed9=this['_current']['first'];_0x4c6fda['startKey']=_0x31fed9;}const _0x539b59=await fetch(this[_0x9cabed(0x1d9)]+_0x9cabed(0x223)+this[_0x9cabed(0x1de)]+_0x9cabed(0x1f3),{'method':_0x9cabed(0x225),'headers':{'Content-Type':_0x9cabed(0x1eb)},'body':JSON[_0x9cabed(0x1f7)]({'filter':this[_0x9cabed(0x207)],'options':_0x4c6fda})});if(!_0x539b59['ok'])throw new Error(_0x539b59[_0x9cabed(0x1ed)]);const {data:_0x32dae3,meta:_0x51f9c3}=await _0x539b59[_0x9cabed(0x221)](),_0x9ae51a=_0x32dae3??[];this[_0x9cabed(0x20b)]=_0x9ae51a['length']>this[_0x9cabed(0x1f8)];const _0x38f9d4=_0x9ae51a[_0x9cabed(0x21d)](0x0,this[_0x9cabed(0x1f8)]);this['items']=_0x38f9d4,this[_0x9cabed(0x1db)]=_0x38f9d4[_0x9cabed(0x1fc)](_0x1fca88=>(e(_0x1fca88[_0x9cabed(0x203)],_0x1fca88[_0x9cabed(0x210)]),_0x1fca88[_0x9cabed(0x203)]));const _0x7f15a6=_0x38f9d4[0x0],_0x53f185=_0x38f9d4[_0x38f9d4[_0x9cabed(0x1d5)]-0x1],_0x2aae71=_0x4c9778=>_0x4c9778?.['key'];this[_0x9cabed(0x200)]={'first':_0x2aae71(_0x7f15a6),'last':_0x2aae71(_0x53f185)},this[_0x9cabed(0x20d)]=this[_0x9cabed(0x22b)][_0x9cabed(0x1d5)]>0x0,this[_0x9cabed(0x20e)]=_0x51f9c3?.[_0x9cabed(0x20e)]??null,this[_0x9cabed(0x226)]='…';const _0xbcf31a={'index':this[_0x9cabed(0x1da)],'reverse':_0x1f5021};this[_0x9cabed(0x1da)]&&(_0x9cabed(0x20a)===this['queryMode']?void 0x0!==this[_0x9cabed(0x1d6)]&&(_0xbcf31a[_0x9cabed(0x20a)]=this[_0x9cabed(0x1d6)]):(void 0x0!==this['selectedIndexStart']&&(_0xbcf31a[_0x9cabed(0x1e9)]=this[_0x9cabed(0x20f)]),void 0x0!==this[_0x9cabed(0x1ea)]&&(_0xbcf31a[_0x9cabed(0x204)]=this['selectedIndexEnd']))),fetch(this[_0x9cabed(0x1d9)]+'/type/'+this[_0x9cabed(0x1de)]+_0x9cabed(0x1e7),{'method':_0x9cabed(0x225),'headers':{'Content-Type':'application/json'},'body':JSON['stringify']({'filter':this[_0x9cabed(0x207)],'options':_0xbcf31a})})[_0x9cabed(0x21b)](_0x1deb8d=>_0x1deb8d['json']())[_0x9cabed(0x21b)](_0x2992db=>this[_0x9cabed(0x226)]=_0x2992db['data'])[_0x9cabed(0x21e)](_0x5e0bbb=>this['total']=_0x5e0bbb['message']);}catch(_0x58ab7d){console[_0x9cabed(0x1e5)](_0x9cabed(0x1ff),_0x58ab7d);}finally{this[_0x9cabed(0x214)]=!0x1;}}}function e(_0x42b8cf,_0x1e03a5){const _0x2409ad=_0x3acaee;_0x42b8cf&&_0x2409ad(0x212)==typeof _0x42b8cf&&_0x42b8cf[_0x2409ad(0x219)]!==_0x1e03a5&&Object[_0x2409ad(0x1f4)](_0x42b8cf,_0x2409ad(0x219),{'value':_0x1e03a5,'enumerable':!0x1,'configurable':!0x1,'writable':!0x1});}
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,333 +0,0 @@
1
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
- width="100%" viewBox="0 0 1024 672" enable-background="new 0 0 1024 672" xml:space="preserve">
3
- <path fill="currentColor" opacity="1.000000" stroke="none"
4
- d="
5
- M428.062195,313.837250
6
- C433.757019,319.949432 432.439636,326.944611 431.895294,335.542145
7
- C425.127716,329.213043 415.032104,329.305450 412.447357,319.158630
8
- C411.254028,314.474091 404.973541,311.371277 400.360107,312.624634
9
- C395.109406,314.051147 392.168610,319.028656 393.230225,324.692505
10
- C394.158203,329.643555 398.738251,333.390625 403.788116,332.420044
11
- C407.153137,331.773254 409.467743,332.814850 412.084930,334.449890
12
- C427.903839,344.332672 443.739655,354.190948 459.691620,363.856384
13
- C463.543732,366.190430 465.390991,369.143799 465.343964,373.581299
14
- C465.257935,381.703003 465.319489,389.826233 465.319489,398.640930
15
- C459.674316,397.111877 455.705475,394.004456 451.485596,391.587463
16
- C427.496582,377.847687 403.632874,363.889221 379.672150,350.099670
17
- C376.933105,348.523346 375.628296,346.723267 375.635437,343.409576
18
- C375.732880,298.258789 375.701263,253.107773 375.725464,207.956833
19
- C375.726257,206.503799 375.378174,204.950958 376.919250,202.977203
20
- C383.116974,206.416397 389.491730,209.834442 395.753540,213.448303
21
- C431.526154,234.093674 467.246979,254.829132 503.071960,275.383148
22
- C506.094574,277.117310 507.272003,278.987671 507.265900,282.427917
23
- C507.186859,327.078796 507.236664,371.729889 507.223083,416.380951
24
- C507.222534,418.151001 507.659912,420.053772 506.326935,421.663239
25
- C504.248901,422.396149 502.844208,420.910645 501.331146,420.051300
26
- C494.814026,416.350037 488.518066,412.214478 481.810333,408.909271
27
- C477.168182,406.621857 475.719635,403.183777 475.712006,398.544891
28
- C475.697235,389.548035 475.605591,380.550171 475.712830,371.554718
29
- C475.787109,365.324677 473.357483,360.686157 467.974487,357.462769
30
- C460.973206,353.270355 454.171021,348.735870 447.076630,344.712769
31
- C443.727570,342.813629 442.358978,340.553619 442.607086,336.727448
32
- C442.908264,332.081970 442.724487,327.401276 442.655823,322.737244
33
- C442.625092,320.649933 443.192810,318.975952 444.516205,317.262268
34
- C448.119904,312.595642 448.267273,307.797394 444.923706,304.062561
35
- C441.914459,300.701111 438.209229,299.190063 433.725250,301.219360
36
- C428.758087,303.467346 426.822144,307.554626 428.062195,313.837250
37
- M488.685608,358.694336
38
- C490.242523,360.572205 491.799408,362.450073 493.356293,364.327942
39
- C493.829437,364.031403 494.302582,363.734894 494.775726,363.438354
40
- C495.181183,353.053223 495.537689,342.656677 494.558502,332.271088
41
- C494.273285,329.246216 491.855103,327.408356 489.399323,325.870819
42
- C484.181763,322.604187 479.050995,319.180176 473.687836,316.171570
43
- C470.379333,314.315521 468.866089,311.820923 468.864105,308.147858
44
- C468.861206,302.819489 468.737061,297.491089 468.743378,292.162811
45
- C468.749786,286.741852 466.764648,282.758667 461.816895,279.900391
46
- C445.528595,270.490692 429.402710,260.799591 413.227325,251.194855
47
- C405.837860,246.807083 398.478485,242.368622 391.039581,237.913712
48
- C389.729462,240.238708 390.486420,242.081146 391.235260,243.922577
49
- C393.783508,250.188797 398.141815,254.715973 404.035889,258.047882
50
- C417.368042,265.584564 430.135620,274.295990 443.979340,280.699493
51
- C456.466248,286.475403 460.875702,294.913086 459.011292,307.869202
52
- C457.942413,315.296875 460.723846,320.798218 467.858063,323.992767
53
- C470.560974,325.203125 472.749512,327.578308 475.463928,328.744049
54
- C483.723846,332.291443 486.591675,338.343018 485.314209,347.057831
55
- C484.743073,350.954010 484.635193,355.137573 488.685608,358.694336
56
- z"/>
57
- <path fill="currentColor" opacity="1.000000" stroke="none"
58
- d="
59
- M558.922058,254.867172
60
- C589.204712,237.491531 619.164490,220.287964 649.082886,203.108154
61
- C650.773376,205.550339 650.292175,207.436569 650.299438,209.213394
62
- C650.345764,220.543396 650.093323,231.879837 650.395935,243.201935
63
- C650.639404,252.310059 646.651672,259.133789 639.443970,263.806030
64
- C622.814758,274.585510 605.871582,284.879822 589.104187,295.447784
65
- C587.010315,296.767456 584.977905,296.323181 582.844238,296.076233
66
- C577.018738,295.402100 572.650696,298.502747 571.490295,304.115784
67
- C570.464783,309.076141 573.400757,313.869568 578.371155,315.349701
68
- C583.516907,316.882050 588.984863,314.188751 590.608337,308.789337
69
- C591.483582,305.878418 593.387085,304.397461 595.673889,302.991699
70
- C610.290833,294.005981 624.878052,284.971344 639.544983,276.068085
71
- C642.976196,273.985291 646.030273,271.481110 648.754578,268.729034
72
- C651.023315,269.661560 650.322388,271.409576 650.324951,272.733307
73
- C650.371399,296.393280 650.304871,320.053528 650.402954,343.713165
74
- C650.415771,346.797241 649.256714,348.558105 646.654846,350.054504
75
- C608.396912,372.057617 570.192566,394.153870 531.937744,416.162476
76
- C528.820007,417.956177 526.057434,420.487488 522.573303,421.426544
77
- C520.496765,419.640656 521.110596,417.506927 521.123047,415.600128
78
- C521.246094,396.778076 521.575195,377.956421 521.568176,359.134735
79
- C521.559631,336.002838 521.435730,312.868469 521.048279,289.740417
80
- C520.905884,281.238678 522.192444,274.746002 531.354614,270.749603
81
- C540.903625,266.584473 549.555237,260.362122 558.922058,254.867172
82
- M567.112244,274.665222
83
- C561.034668,278.443420 555.028992,282.344269 548.855591,285.958832
84
- C544.356873,288.592926 542.327637,292.419189 542.278809,297.458588
85
- C542.212646,304.283966 541.990601,311.117615 542.242065,317.932678
86
- C542.402588,322.283203 541.267700,325.982971 537.914917,328.558594
87
- C531.053528,333.829498 533.465759,340.760803 533.406677,348.733734
88
- C537.612000,342.567108 541.648804,338.113770 546.347778,334.420044
89
- C550.857666,330.874939 552.485779,326.280060 552.576843,320.911926
90
- C552.692566,314.088287 552.766113,307.257965 552.587646,300.437592
91
- C552.488403,296.644562 554.018921,294.297272 557.219238,292.370850
92
- C567.913391,285.933716 578.496216,279.310608 589.085327,272.700531
93
- C593.300476,270.069336 597.122437,267.404541 602.835327,268.608948
94
- C607.635559,269.620941 611.832825,265.475128 612.624939,260.643494
95
- C613.427917,255.745514 610.715942,251.221527 606.038940,249.657120
96
- C601.246033,248.053940 595.774902,249.700027 594.276001,254.377563
97
- C592.751831,259.134308 589.317078,261.138580 585.632507,263.363708
98
- C579.649414,266.976868 573.702881,270.650574 567.112244,274.665222
99
- M630.293091,315.186188
100
- C624.332397,309.613007 615.675415,312.863464 613.910400,318.936432
101
- C612.726257,323.010681 610.118713,324.799133 606.950989,326.716339
102
- C585.612671,339.630981 564.304810,352.596252 543.035645,365.624451
103
- C536.794983,369.447113 533.367981,377.692810 535.213928,383.368530
104
- C561.230225,365.518646 588.632507,349.761627 615.391418,332.985260
105
- C617.054321,331.942688 618.719971,331.546631 620.600708,332.059937
106
- C625.433655,333.378876 629.182983,331.519409 631.841797,327.672180
107
- C634.676819,323.570038 633.752014,319.481689 630.293091,315.186188
108
- z"/>
109
- <path fill="currentColor" opacity="1.000000" stroke="none"
110
- d="
111
- M545.643066,246.726929
112
- C535.946289,252.317764 526.502380,257.614990 517.210022,263.165924
113
- C514.441772,264.819611 512.337219,264.909668 509.468292,263.240631
114
- C481.680115,247.074814 453.793427,231.078430 425.957062,214.995239
115
- C423.547363,213.602966 420.922089,212.433350 419.267609,210.177322
116
- C419.162170,208.707413 420.194977,208.342667 421.036469,207.873474
117
- C436.161743,199.440063 451.317688,191.061188 466.397675,182.547684
118
- C468.593231,181.308151 470.499725,180.972321 472.973541,181.648026
119
- C477.784485,182.962128 482.627533,180.280640 484.234680,175.823364
120
- C485.872620,171.280716 483.763062,166.052582 479.442749,163.947647
121
- C474.968262,161.767609 468.486755,163.036026 466.866119,167.567108
122
- C464.952728,172.916855 460.718628,174.688400 456.561646,176.984787
123
- C441.692261,185.198883 426.754669,193.291077 411.950653,201.620850
124
- C408.636719,203.485489 405.871277,203.701599 402.747528,201.475266
125
- C398.900574,198.733505 394.158661,197.275131 390.276886,193.144119
126
- C397.464203,188.865067 404.099243,184.835632 410.808533,180.933807
127
- C443.774811,161.762131 476.781036,142.659012 509.700256,123.407043
128
- C512.266907,121.906021 514.101440,122.082565 516.517395,123.485573
129
- C555.106628,145.894699 593.739319,168.228821 632.354614,190.593109
130
- C633.629333,191.331390 635.078796,191.929947 635.922485,194.568970
131
- C606.064148,211.813721 576.009033,229.172104 545.643066,246.726929
132
- M486.484375,194.074600
133
- C481.926147,196.497452 477.376526,198.936722 472.805084,201.334320
134
- C471.197662,202.177353 469.572723,203.384445 467.654846,202.783966
135
- C459.706360,200.295349 453.581055,204.507660 445.984711,208.574371
136
- C454.802429,211.029114 458.463654,221.642639 468.925476,218.827103
137
- C470.169128,218.492416 471.978027,219.889603 473.411407,220.687820
138
- C483.158356,226.115631 492.910492,231.536087 502.584198,237.092606
139
- C506.612427,239.406433 510.301514,239.360443 514.302429,236.949997
140
- C523.286621,231.537277 532.451050,226.423798 541.433716,221.008621
141
- C544.563538,219.121750 547.611633,218.315735 551.324097,218.667389
142
- C557.340027,219.237228 561.393921,215.776169 562.203430,210.109314
143
- C562.855286,205.546143 559.665222,201.072784 554.763000,199.675827
144
- C549.691284,198.230591 544.845581,200.673767 542.943176,206.075638
145
- C542.032593,208.661438 540.498535,210.222153 538.213806,211.500549
146
- C529.495117,216.378830 520.788452,221.283340 512.188232,226.365829
147
- C509.250824,228.101746 506.790375,228.088608 503.850098,226.368881
148
- C496.520599,222.081985 489.023468,218.082657 481.635559,213.893936
149
- C480.140564,213.046295 477.995331,212.912872 477.433411,210.257568
150
- C486.333740,205.605347 495.331635,200.985123 504.239319,196.197006
151
- C507.021484,194.701508 509.658417,194.181427 512.811584,194.904526
152
- C517.812622,196.051392 522.033142,193.544342 523.472290,189.047394
153
- C525.065613,184.068985 523.038147,179.409134 518.416992,177.428253
154
- C513.806580,175.451950 508.363190,176.824677 506.341461,181.210129
155
- C504.857178,184.429901 502.491241,186.004898 499.621399,187.414413
156
- C495.436249,189.469955 491.295990,191.616959 486.484375,194.074600
157
- M560.792969,186.646484
158
- C569.458069,191.921539 578.172913,197.117065 586.768738,202.502670
159
- C591.605286,205.532944 594.814758,205.211487 599.277222,200.605927
160
- C597.170654,197.317276 594.090820,195.120316 590.784973,193.156143
161
- C570.767334,181.262497 550.771729,169.331573 530.724426,157.488159
162
- C528.080505,155.926224 526.109314,154.284134 524.977234,151.119919
163
- C523.177612,146.089645 517.407104,143.891510 512.588196,145.667282
164
- C508.147980,147.303528 505.531525,152.484558 506.839630,157.050522
165
- C508.460999,162.710098 513.032593,165.708633 518.579651,164.261566
166
- C521.074158,163.610855 522.983215,163.844330 525.138489,165.158951
167
- C536.777405,172.258484 548.485229,179.245239 560.792969,186.646484
168
- z"/>
169
- <path fill="currentColor" opacity="1.000000" stroke="none"
170
- d="
171
- M666.321411,489.176208
172
- C665.019348,490.409729 663.488586,490.943176 662.813965,492.808075
173
- C666.254578,495.119812 669.958008,497.199097 672.159790,500.828278
174
- C678.264526,510.890564 677.622864,531.330933 660.077454,537.369141
175
- C654.996948,539.117554 649.815918,540.242249 644.451965,540.255005
176
- C624.468994,540.302368 604.485779,540.292969 584.502686,540.267212
177
- C578.862488,540.259949 577.829956,539.262390 577.824219,533.522888
178
- C577.797485,506.712311 577.891296,479.901459 577.788269,453.091278
179
- C577.770325,448.428345 579.419617,446.529419 584.221252,446.571808
180
- C603.869812,446.745483 623.520569,446.645599 643.170410,446.694855
181
- C648.213501,446.707489 653.081543,447.738983 657.750366,449.675751
182
- C673.795654,456.331848 678.225220,476.030548 666.321411,489.176208
183
- M611.755981,520.624756
184
- C620.557373,520.624084 629.358948,520.594910 638.160095,520.640869
185
- C640.677246,520.653992 643.138550,520.421387 645.523621,519.632507
186
- C649.301758,518.382812 651.275696,515.511963 651.266602,511.752930
187
- C651.257690,508.091370 649.696350,504.908234 645.835022,503.633240
188
- C643.314819,502.801086 640.726807,502.305542 638.019592,502.327087
189
- C629.384766,502.395813 620.748535,502.284393 612.113831,502.359467
190
- C600.875671,502.457153 602.310303,500.996918 602.328125,512.142639
191
- C602.342957,521.374573 600.712158,520.445496 611.755981,520.624756
192
- M627.485596,466.320312
193
- C620.504822,466.330170 613.523926,466.364319 606.543335,466.336456
194
- C604.149475,466.326904 601.857361,466.676361 602.367615,469.732239
195
- C603.138367,474.348724 599.946899,479.575104 604.446716,483.582397
196
- C604.743347,483.846497 605.413879,483.725677 605.910400,483.725159
197
- C616.879578,483.713654 627.852905,483.867889 638.816284,483.606537
198
- C644.828979,483.463165 648.592712,479.831451 648.622925,475.058563
199
- C648.654846,470.019684 644.824280,466.670441 638.449036,466.368347
200
- C635.132080,466.211182 631.802124,466.327454 627.485596,466.320312
201
- z"/>
202
- <path fill="currentColor" opacity="1.000000" stroke="none"
203
- d="
204
- M537.004639,449.729980
205
- C573.146484,461.629059 572.259644,507.779449 554.863464,525.700989
206
- C545.121826,535.736816 532.676575,539.735107 519.180420,540.150574
207
- C503.199860,540.642456 487.192017,540.188110 471.197723,540.334229
208
- C466.616241,540.376099 464.890289,538.284729 464.896362,534.008667
209
- C464.934845,506.849670 464.956543,479.690674 464.944275,452.531677
210
- C464.942413,448.405457 466.637268,446.543793 470.976196,446.586151
211
- C487.636719,446.748901 504.300262,446.601044 520.960815,446.764038
212
- C526.293945,446.816162 531.523071,447.997894 537.004639,449.729980
213
- M539.786560,504.117493
214
- C540.356873,501.865784 541.220459,499.643402 541.449280,497.357483
215
- C542.807434,483.792480 538.345581,469.988251 520.551880,467.878052
216
- C511.269348,466.777161 501.935577,467.613342 492.627808,467.401489
217
- C490.426880,467.351379 489.850220,468.575867 489.837158,470.579254
218
- C489.741577,485.218933 489.616852,499.858734 489.410339,514.497192
219
- C489.364838,517.726196 490.764771,518.949402 493.908447,518.912231
220
- C502.061859,518.815979 510.222626,519.057129 518.370056,518.814697
221
- C528.194397,518.522339 535.544373,514.154114 539.786560,504.117493
222
- z"/>
223
- <path fill="currentColor" opacity="1.000000" stroke="none"
224
- d="
225
- M423.951202,476.953247
226
- C420.717133,479.861725 417.858643,482.674438 414.732239,485.148682
227
- C411.467560,487.732452 410.847137,489.647186 414.268768,493.000122
228
- C427.473541,505.939789 440.369019,519.195618 453.340240,532.372498
229
- C454.901855,533.958862 457.454071,535.318726 456.400604,538.116455
230
- C455.214203,541.267273 452.185120,539.918762 449.861115,540.315002
231
- C435.037445,542.842712 423.820984,537.734497 414.504059,525.809753
232
- C408.225189,517.773315 399.994019,511.262268 392.329437,503.769012
233
- C387.671387,507.864349 382.932953,511.999481 378.234894,516.179993
234
- C376.837708,517.423340 376.991699,519.191833 376.961456,520.849365
235
- C376.873260,525.678406 376.869171,530.509644 376.719727,535.336609
236
- C376.613678,538.761841 374.853546,540.424133 371.288910,540.313660
237
- C366.794769,540.174377 362.291351,540.192505 357.795471,540.296326
238
- C353.858704,540.387146 351.891510,538.671021 351.891479,534.676270
239
- C351.891235,507.019867 351.878204,479.363434 351.843140,451.707031
240
- C351.838684,448.179688 353.409424,446.529236 357.013916,446.613190
241
- C361.842743,446.725677 366.679169,446.740112 371.506866,446.603149
242
- C375.380554,446.493286 376.994690,448.389252 376.969452,452.038361
243
- C376.906219,461.181030 376.982330,470.328918 376.669220,479.463287
244
- C376.560120,482.646790 376.711853,485.740784 377.111847,489.748474
245
- C381.132568,486.247192 384.707001,483.175018 388.237335,480.052948
246
- C399.964630,469.681824 411.690094,459.308502 423.376953,448.891846
247
- C424.945190,447.494049 426.573242,446.624054 428.726715,446.642548
248
- C434.890594,446.695496 441.055206,446.658691 447.219543,446.656342
249
- C449.129242,446.655609 450.969818,446.894165 451.788208,448.949615
250
- C452.638611,451.085419 451.190643,452.412476 449.829102,453.648865
251
- C442.432159,460.365692 435.009583,467.054352 427.590485,473.746765
252
- C426.477936,474.750305 425.336914,475.722229 423.951202,476.953247
253
- z"/>
254
- <path fill="currentColor" opacity="1.000000" stroke="none"
255
- d="
256
- M581.130798,310.306335
257
- C578.197754,309.726257 576.455078,308.376068 576.608032,305.569244
258
- C576.717346,303.565186 577.900269,302.148376 579.859680,301.642334
259
- C581.992188,301.091644 583.805481,301.801788 585.094849,303.588562
260
- C587.073425,306.330383 585.815979,308.670319 581.130798,310.306335
261
- z"/>
262
- <path fill="currentColor" opacity="1.000000" stroke="none"
263
- d="
264
- M402.302551,318.134552
265
- C407.374084,319.588013 409.051666,323.082947 406.267212,325.748413
266
- C404.214294,327.713562 401.594330,328.230713 399.751282,325.824982
267
- C397.339600,322.677002 398.433319,319.961029 402.302551,318.134552
268
- z"/>
269
- <path fill="currentColor" opacity="1.000000" stroke="none"
270
- d="
271
- M470.920227,171.302673
272
- C472.311462,168.718216 474.011902,167.323212 476.720215,168.340012
273
- C478.590790,169.042313 479.738800,170.477036 479.782715,172.476105
274
- C479.821716,174.250107 478.889038,175.626572 477.284088,176.475357
275
- C474.191711,178.110794 471.751495,176.300491 470.920227,171.302673
276
- z"/>
277
- <path fill="currentColor" opacity="1.000000" stroke="none"
278
- d="
279
- M440.942078,307.982391
280
- C442.653717,311.129608 441.554443,313.043854 438.904541,314.220367
281
- C436.625702,315.232147 434.674622,314.466980 433.356537,312.460266
282
- C432.069153,310.500305 432.718536,308.639832 434.297089,307.167542
283
- C436.556061,305.060638 438.733459,305.572357 440.942078,307.982391
284
- z"/>
285
- <path fill="currentColor" opacity="1.000000" stroke="none"
286
- d="
287
- M598.618286,260.434326
288
- C598.135437,256.842651 599.586365,254.976151 602.801941,254.738388
289
- C605.000793,254.575790 606.667725,255.661758 607.303040,257.830872
290
- C607.986267,260.163300 607.220337,262.167389 605.098877,263.321075
291
- C602.095520,264.954346 600.115784,263.481476 598.618286,260.434326
292
- z"/>
293
- <path fill="currentColor" opacity="1.000000" stroke="none"
294
- d="
295
- M619.241760,320.595459
296
- C621.840698,317.201599 624.461304,317.221497 626.898254,320.037689
297
- C628.707031,322.128021 628.306091,324.353302 626.266541,326.171387
298
- C624.890869,327.397705 623.284180,327.508423 621.652283,326.658356
299
- C619.310913,325.438599 618.219177,323.625763 619.241760,320.595459
300
- z"/>
301
- <path fill="currentColor" opacity="1.000000" stroke="none"
302
- d="
303
- M547.969788,209.708038
304
- C548.214478,208.408279 548.293274,207.277267 548.890198,206.609253
305
- C550.988647,204.260864 553.482056,203.900299 555.768433,206.246399
306
- C557.632629,208.159302 557.952637,210.549347 555.596252,212.276550
307
- C552.345398,214.659393 549.719971,213.725433 547.969788,209.708038
308
- z"/>
309
- <path fill="currentColor" opacity="1.000000" stroke="none"
310
- d="
311
- M510.558350,184.508957
312
- C512.076721,181.981445 513.975891,180.772034 516.505920,182.021454
313
- C518.192993,182.854584 519.253113,184.449020 519.154175,186.461838
314
- C519.049622,188.589386 517.587769,189.922821 515.727234,190.167847
315
- C511.882751,190.674194 510.419556,188.391296 510.558350,184.508957
316
- z"/>
317
- <path fill="currentColor" opacity="1.000000" stroke="none"
318
- d="
319
- M458.990875,209.251205
320
- C460.207733,206.804169 461.759674,205.251022 464.257904,206.042908
321
- C466.385437,206.717300 468.264221,208.080490 467.937531,210.693771
322
- C467.686951,212.698364 466.220367,214.075256 464.217163,214.122650
323
- C461.297455,214.191711 458.969543,213.147995 458.990875,209.251205
324
- z"/>
325
- <path fill="currentColor" opacity="1.000000" stroke="none"
326
- d="
327
- M519.787415,152.339264
328
- C521.453003,155.322586 520.849060,157.452530 518.115845,158.761993
329
- C516.117310,159.719498 514.241821,159.295761 512.833313,157.499207
330
- C511.466064,155.755264 511.134979,153.810699 512.707825,152.113785
331
- C514.864075,149.787384 517.256287,149.746964 519.787415,152.339264
332
- z"/>
333
- </svg>