@nocobase/plugin-ai 2.1.7 → 2.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/{406.9a530334eae8cede.js → 406.15c09d98faa2ccf1.js} +1 -1
- package/dist/client/{428.fdd0cc3cfd1632ef.js → 428.5eb4f53ddbb6a3b8.js} +1 -1
- package/dist/client/index.js +2 -2
- package/dist/client-v2/index.js +1 -1
- package/dist/externalVersion.js +21 -21
- package/dist/node_modules/@langchain/xai/dist/chat_models/completions.cjs +25 -34
- package/dist/node_modules/@langchain/xai/dist/chat_models/completions.d.cts +10 -22
- package/dist/node_modules/@langchain/xai/dist/chat_models/completions.d.ts +10 -22
- package/dist/node_modules/@langchain/xai/dist/chat_models/completions.js +17 -25
- package/dist/node_modules/@langchain/xai/dist/chat_models/index.cjs +2 -2
- package/dist/node_modules/@langchain/xai/dist/chat_models/index.d.cts +3 -0
- package/dist/node_modules/@langchain/xai/dist/chat_models/index.js +3 -2
- package/dist/node_modules/@langchain/xai/dist/chat_models/responses-types.d.cts +5 -12
- package/dist/node_modules/@langchain/xai/dist/chat_models/responses-types.d.ts +5 -12
- package/dist/node_modules/@langchain/xai/dist/chat_models/responses.cjs +18 -19
- package/dist/node_modules/@langchain/xai/dist/chat_models/responses.d.cts +1 -1
- package/dist/node_modules/@langchain/xai/dist/chat_models/responses.d.ts +1 -1
- package/dist/node_modules/@langchain/xai/dist/chat_models/responses.js +13 -13
- package/dist/node_modules/@langchain/xai/dist/converters/responses.cjs +16 -22
- package/dist/node_modules/@langchain/xai/dist/converters/responses.js +7 -12
- package/dist/node_modules/@langchain/xai/dist/index.cjs +2 -2
- package/dist/node_modules/@langchain/xai/dist/index.d.ts +0 -1
- package/dist/node_modules/@langchain/xai/dist/index.js +1 -2
- package/dist/node_modules/@langchain/xai/dist/live_search.cjs +4 -5
- package/dist/node_modules/@langchain/xai/dist/live_search.js +4 -4
- package/dist/node_modules/@langchain/xai/dist/profiles.cjs +81 -97
- package/dist/node_modules/@langchain/xai/dist/profiles.js +81 -96
- package/dist/node_modules/@langchain/xai/dist/tools/code_execution.cjs +1 -2
- package/dist/node_modules/@langchain/xai/dist/tools/code_execution.js +1 -1
- package/dist/node_modules/@langchain/xai/dist/tools/collections_search.cjs +1 -2
- package/dist/node_modules/@langchain/xai/dist/tools/collections_search.js +1 -1
- package/dist/node_modules/@langchain/xai/dist/tools/index.cjs +6 -7
- package/dist/node_modules/@langchain/xai/dist/tools/index.d.cts +1 -2
- package/dist/node_modules/@langchain/xai/dist/tools/index.d.ts +1 -2
- package/dist/node_modules/@langchain/xai/dist/tools/index.js +6 -7
- package/dist/node_modules/@langchain/xai/dist/tools/live_search.cjs +3 -7
- package/dist/node_modules/@langchain/xai/dist/tools/live_search.d.cts +1 -2
- package/dist/node_modules/@langchain/xai/dist/tools/live_search.d.ts +1 -2
- package/dist/node_modules/@langchain/xai/dist/tools/live_search.js +3 -6
- package/dist/node_modules/@langchain/xai/dist/tools/web_search.cjs +1 -2
- package/dist/node_modules/@langchain/xai/dist/tools/web_search.js +1 -1
- package/dist/node_modules/@langchain/xai/dist/tools/x_search.cjs +1 -2
- package/dist/node_modules/@langchain/xai/dist/tools/x_search.js +1 -1
- package/dist/node_modules/@langchain/xai/package.json +1 -1
- package/dist/node_modules/fs-extra/package.json +1 -1
- package/dist/node_modules/jsonrepair/package.json +1 -1
- package/dist/node_modules/just-bash/package.json +1 -1
- package/dist/node_modules/nodejs-snowflake/package.json +1 -1
- package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/branded.d.mts +1 -1
- package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/branded.d.ts +1 -1
- package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.d.mts +1 -1
- package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.d.ts +1 -1
- package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/readonly.d.mts +1 -1
- package/dist/node_modules/openai/_vendor/zod-to-json-schema/parsers/readonly.d.ts +1 -1
- package/dist/node_modules/openai/api-promise.d.mts +1 -0
- package/dist/node_modules/openai/api-promise.d.ts +1 -0
- package/dist/node_modules/openai/auth/index.d.mts +4 -0
- package/dist/node_modules/openai/auth/index.d.ts +4 -0
- package/dist/node_modules/openai/auth/index.js +11 -0
- package/dist/node_modules/openai/auth/subject-token-providers.d.mts +20 -0
- package/dist/node_modules/openai/auth/subject-token-providers.d.ts +20 -0
- package/dist/node_modules/openai/auth/subject-token-providers.js +127 -0
- package/dist/node_modules/openai/auth/types.d.mts +23 -0
- package/dist/node_modules/openai/auth/types.d.ts +23 -0
- package/dist/node_modules/openai/auth/types.js +3 -0
- package/dist/node_modules/openai/auth/workload-identity-auth.d.mts +16 -0
- package/dist/node_modules/openai/auth/workload-identity-auth.d.ts +16 -0
- package/dist/node_modules/openai/auth/workload-identity-auth.js +95 -0
- package/dist/node_modules/openai/azure.d.mts +6 -2
- package/dist/node_modules/openai/azure.d.ts +6 -2
- package/dist/node_modules/openai/azure.js +4 -3
- package/dist/node_modules/openai/beta/realtime/websocket.js +7 -2
- package/dist/node_modules/openai/beta/realtime/ws.js +5 -1
- package/dist/node_modules/openai/bin/migration-config.json +1120 -0
- package/dist/node_modules/openai/client.d.mts +72 -10
- package/dist/node_modules/openai/client.d.ts +72 -10
- package/dist/node_modules/openai/client.js +207 -28
- package/dist/node_modules/openai/core/EventEmitter.d.mts +56 -0
- package/dist/node_modules/openai/core/EventEmitter.d.ts +56 -0
- package/dist/node_modules/openai/core/EventEmitter.js +93 -0
- package/dist/node_modules/openai/core/error.d.mts +15 -0
- package/dist/node_modules/openai/core/error.d.ts +15 -0
- package/dist/node_modules/openai/core/error.js +34 -1
- package/dist/node_modules/openai/core/pagination.d.mts +18 -0
- package/dist/node_modules/openai/core/pagination.d.ts +18 -0
- package/dist/node_modules/openai/core/pagination.js +32 -1
- package/dist/node_modules/openai/core/streaming.d.mts +1 -1
- package/dist/node_modules/openai/core/streaming.d.ts +1 -1
- package/dist/node_modules/openai/core/streaming.js +2 -2
- package/dist/node_modules/openai/error.d.mts +1 -0
- package/dist/node_modules/openai/error.d.ts +1 -0
- package/dist/node_modules/openai/index.d.mts +1 -1
- package/dist/node_modules/openai/index.d.ts +1 -1
- package/dist/node_modules/openai/index.js +1 -1
- package/dist/node_modules/openai/internal/parse.js +2 -2
- package/dist/node_modules/openai/internal/qs/index.d.mts +2 -2
- package/dist/node_modules/openai/internal/qs/index.d.ts +2 -2
- package/dist/node_modules/openai/internal/request-options.d.mts +5 -0
- package/dist/node_modules/openai/internal/request-options.d.ts +5 -0
- package/dist/node_modules/openai/internal/shims.d.mts +6 -0
- package/dist/node_modules/openai/internal/shims.d.ts +6 -0
- package/dist/node_modules/openai/internal/types.d.mts +17 -11
- package/dist/node_modules/openai/internal/types.d.ts +17 -11
- package/dist/node_modules/openai/internal/utils/env.js +2 -2
- package/dist/node_modules/openai/internal/utils/log.js +2 -0
- package/dist/node_modules/openai/internal/utils/query.d.mts +2 -0
- package/dist/node_modules/openai/internal/utils/query.d.ts +2 -0
- package/dist/node_modules/openai/internal/utils/query.js +10 -0
- package/dist/node_modules/openai/internal/utils.d.mts +1 -0
- package/dist/node_modules/openai/internal/utils.d.ts +1 -0
- package/dist/node_modules/openai/internal/utils.js +1 -0
- package/dist/node_modules/openai/internal/ws-adapter-browser.d.mts +34 -0
- package/dist/node_modules/openai/internal/ws-adapter-browser.d.ts +34 -0
- package/dist/node_modules/openai/internal/ws-adapter-browser.js +88 -0
- package/dist/node_modules/openai/internal/ws-adapter-node.d.mts +27 -0
- package/dist/node_modules/openai/internal/ws-adapter-node.d.ts +27 -0
- package/dist/node_modules/openai/internal/ws-adapter-node.js +90 -0
- package/dist/node_modules/openai/internal/ws-adapter.d.mts +24 -0
- package/dist/node_modules/openai/internal/ws-adapter.d.ts +24 -0
- package/dist/node_modules/openai/internal/ws-adapter.js +11 -0
- package/dist/node_modules/openai/internal/ws.d.mts +80 -0
- package/dist/node_modules/openai/internal/ws.d.ts +80 -0
- package/dist/node_modules/openai/internal/ws.js +153 -0
- package/dist/node_modules/openai/package.json +1 -1
- package/dist/node_modules/openai/pagination.d.mts +1 -0
- package/dist/node_modules/openai/pagination.d.ts +1 -0
- package/dist/node_modules/openai/realtime/websocket.js +7 -2
- package/dist/node_modules/openai/realtime/ws.js +5 -1
- package/dist/node_modules/openai/resource.d.mts +1 -0
- package/dist/node_modules/openai/resource.d.ts +1 -0
- package/dist/node_modules/openai/resources/admin/admin.d.mts +10 -0
- package/dist/node_modules/openai/resources/admin/admin.d.ts +10 -0
- package/dist/node_modules/openai/resources/admin/admin.js +17 -0
- package/dist/node_modules/openai/resources/admin/index.d.mts +3 -0
- package/dist/node_modules/openai/resources/admin/index.d.ts +3 -0
- package/dist/node_modules/openai/resources/admin/index.js +9 -0
- package/dist/node_modules/openai/resources/admin/organization/admin-api-keys.d.mts +140 -0
- package/dist/node_modules/openai/resources/admin/organization/admin-api-keys.d.ts +140 -0
- package/dist/node_modules/openai/resources/admin/organization/admin-api-keys.js +81 -0
- package/dist/node_modules/openai/resources/admin/organization/audit-logs.d.mts +1267 -0
- package/dist/node_modules/openai/resources/admin/organization/audit-logs.d.ts +1267 -0
- package/dist/node_modules/openai/resources/admin/organization/audit-logs.js +31 -0
- package/dist/node_modules/openai/resources/admin/organization/certificates.d.mts +322 -0
- package/dist/node_modules/openai/resources/admin/organization/certificates.d.ts +322 -0
- package/dist/node_modules/openai/resources/admin/organization/certificates.js +144 -0
- package/dist/node_modules/openai/resources/admin/organization/data-retention.d.mts +50 -0
- package/dist/node_modules/openai/resources/admin/organization/data-retention.d.ts +50 -0
- package/dist/node_modules/openai/resources/admin/organization/data-retention.js +42 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/groups.d.mts +160 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/groups.d.ts +160 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/groups.js +109 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/index.d.mts +4 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/index.d.ts +4 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/index.js +11 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/roles.d.mts +275 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/roles.d.ts +275 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/roles.js +84 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/users.d.mts +164 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/users.d.ts +164 -0
- package/dist/node_modules/openai/resources/admin/organization/groups/users.js +84 -0
- package/dist/node_modules/openai/resources/admin/organization/groups.d.mts +2 -0
- package/dist/node_modules/openai/resources/admin/organization/groups.d.ts +2 -0
- package/dist/node_modules/openai/resources/admin/organization/groups.js +6 -0
- package/dist/node_modules/openai/resources/admin/organization/index.d.mts +13 -0
- package/dist/node_modules/openai/resources/admin/organization/index.d.ts +13 -0
- package/dist/node_modules/openai/resources/admin/organization/index.js +29 -0
- package/dist/node_modules/openai/resources/admin/organization/invites.d.mts +153 -0
- package/dist/node_modules/openai/resources/admin/organization/invites.d.ts +153 -0
- package/dist/node_modules/openai/resources/admin/organization/invites.js +83 -0
- package/dist/node_modules/openai/resources/admin/organization/organization.d.mts +50 -0
- package/dist/node_modules/openai/resources/admin/organization/organization.d.ts +50 -0
- package/dist/node_modules/openai/resources/admin/organization/organization.js +57 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/api-keys.d.mts +167 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/api-keys.d.ts +167 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/api-keys.js +68 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/certificates.d.mts +186 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/certificates.d.ts +186 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/certificates.js +64 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/data-retention.d.mts +53 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/data-retention.d.ts +53 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/data-retention.js +46 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups/groups.d.mts +142 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups/groups.d.ts +142 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups/groups.js +93 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups/index.d.mts +3 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups/index.d.ts +3 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups/index.js +9 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups/roles.d.mts +292 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups/roles.d.ts +292 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups/roles.js +87 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups.d.mts +2 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups.d.ts +2 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/groups.js +6 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/hosted-tool-permissions.d.mts +174 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/hosted-tool-permissions.d.ts +174 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/hosted-tool-permissions.js +45 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/index.d.mts +13 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/index.d.ts +13 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/index.js +29 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/model-permissions.d.mts +86 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/model-permissions.d.ts +86 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/model-permissions.js +63 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/projects.d.mts +188 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/projects.d.ts +188 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/projects.js +149 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/rate-limits.d.mts +120 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/rate-limits.d.ts +120 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/rate-limits.js +47 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/roles.d.mts +146 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/roles.d.ts +146 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/roles.js +108 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/service-accounts.d.mts +168 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/service-accounts.d.ts +168 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/service-accounts.js +101 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/spend-alerts.d.mts +241 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/spend-alerts.d.ts +241 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/spend-alerts.js +102 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users/index.d.mts +3 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users/index.d.ts +3 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users/index.js +9 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users/roles.d.mts +266 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users/roles.d.ts +266 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users/roles.js +87 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users/users.d.mts +157 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users/users.d.ts +157 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users/users.js +116 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users.d.mts +2 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users.d.ts +2 -0
- package/dist/node_modules/openai/resources/admin/organization/projects/users.js +6 -0
- package/dist/node_modules/openai/resources/admin/organization/projects.d.mts +2 -0
- package/dist/node_modules/openai/resources/admin/organization/projects.d.ts +2 -0
- package/dist/node_modules/openai/resources/admin/organization/projects.js +6 -0
- package/dist/node_modules/openai/resources/admin/organization/roles.d.mts +153 -0
- package/dist/node_modules/openai/resources/admin/organization/roles.d.ts +153 -0
- package/dist/node_modules/openai/resources/admin/organization/roles.js +96 -0
- package/dist/node_modules/openai/resources/admin/organization/spend-alerts.d.mts +224 -0
- package/dist/node_modules/openai/resources/admin/organization/spend-alerts.d.ts +224 -0
- package/dist/node_modules/openai/resources/admin/organization/spend-alerts.js +93 -0
- package/dist/node_modules/openai/resources/admin/organization/usage.d.mts +5123 -0
- package/dist/node_modules/openai/resources/admin/organization/usage.d.ts +5123 -0
- package/dist/node_modules/openai/resources/admin/organization/usage.js +207 -0
- package/dist/node_modules/openai/resources/admin/organization/users/index.d.mts +3 -0
- package/dist/node_modules/openai/resources/admin/organization/users/index.d.ts +3 -0
- package/dist/node_modules/openai/resources/admin/organization/users/index.js +9 -0
- package/dist/node_modules/openai/resources/admin/organization/users/roles.d.mts +249 -0
- package/dist/node_modules/openai/resources/admin/organization/users/roles.d.ts +249 -0
- package/dist/node_modules/openai/resources/admin/organization/users/roles.js +84 -0
- package/dist/node_modules/openai/resources/admin/organization/users/users.d.mts +185 -0
- package/dist/node_modules/openai/resources/admin/organization/users/users.d.ts +185 -0
- package/dist/node_modules/openai/resources/admin/organization/users/users.js +84 -0
- package/dist/node_modules/openai/resources/admin/organization/users.d.mts +2 -0
- package/dist/node_modules/openai/resources/admin/organization/users.d.ts +2 -0
- package/dist/node_modules/openai/resources/admin/organization/users.js +6 -0
- package/dist/node_modules/openai/resources/admin/organization.d.mts +2 -0
- package/dist/node_modules/openai/resources/admin/organization.d.ts +2 -0
- package/dist/node_modules/openai/resources/admin/organization.js +6 -0
- package/dist/node_modules/openai/resources/admin.d.mts +2 -0
- package/dist/node_modules/openai/resources/admin.d.ts +2 -0
- package/dist/node_modules/openai/resources/admin.js +6 -0
- package/dist/node_modules/openai/resources/audio/speech.d.mts +22 -5
- package/dist/node_modules/openai/resources/audio/speech.d.ts +22 -5
- package/dist/node_modules/openai/resources/audio/speech.js +8 -2
- package/dist/node_modules/openai/resources/audio/transcriptions.d.mts +6 -0
- package/dist/node_modules/openai/resources/audio/transcriptions.d.ts +6 -0
- package/dist/node_modules/openai/resources/audio/transcriptions.js +4 -0
- package/dist/node_modules/openai/resources/audio/translations.d.mts +3 -0
- package/dist/node_modules/openai/resources/audio/translations.d.ts +3 -0
- package/dist/node_modules/openai/resources/audio/translations.js +4 -1
- package/dist/node_modules/openai/resources/batches.d.mts +8 -4
- package/dist/node_modules/openai/resources/batches.d.ts +8 -4
- package/dist/node_modules/openai/resources/batches.js +14 -4
- package/dist/node_modules/openai/resources/beta/assistants.d.mts +6 -2
- package/dist/node_modules/openai/resources/beta/assistants.d.ts +6 -2
- package/dist/node_modules/openai/resources/beta/assistants.js +8 -0
- package/dist/node_modules/openai/resources/beta/chatkit/sessions.d.mts +4 -2
- package/dist/node_modules/openai/resources/beta/chatkit/sessions.d.ts +4 -2
- package/dist/node_modules/openai/resources/beta/chatkit/sessions.js +6 -2
- package/dist/node_modules/openai/resources/beta/chatkit/threads.d.mts +4 -4
- package/dist/node_modules/openai/resources/beta/chatkit/threads.d.ts +4 -4
- package/dist/node_modules/openai/resources/beta/chatkit/threads.js +13 -5
- package/dist/node_modules/openai/resources/beta/realtime/sessions.js +1 -0
- package/dist/node_modules/openai/resources/beta/realtime/transcription-sessions.js +1 -0
- package/dist/node_modules/openai/resources/beta/threads/messages.d.mts +2 -0
- package/dist/node_modules/openai/resources/beta/threads/messages.d.ts +2 -0
- package/dist/node_modules/openai/resources/beta/threads/messages.js +7 -0
- package/dist/node_modules/openai/resources/beta/threads/runs/runs.d.mts +2 -0
- package/dist/node_modules/openai/resources/beta/threads/runs/runs.d.ts +2 -0
- package/dist/node_modules/openai/resources/beta/threads/runs/runs.js +10 -0
- package/dist/node_modules/openai/resources/beta/threads/runs/steps.d.mts +2 -0
- package/dist/node_modules/openai/resources/beta/threads/runs/steps.d.ts +2 -0
- package/dist/node_modules/openai/resources/beta/threads/runs/steps.js +4 -0
- package/dist/node_modules/openai/resources/beta/threads/threads.d.mts +8 -4
- package/dist/node_modules/openai/resources/beta/threads/threads.d.ts +8 -4
- package/dist/node_modules/openai/resources/beta/threads/threads.js +8 -0
- package/dist/node_modules/openai/resources/chat/completions/completions.d.mts +37 -18
- package/dist/node_modules/openai/resources/chat/completions/completions.d.ts +37 -18
- package/dist/node_modules/openai/resources/chat/completions/completions.js +27 -5
- package/dist/node_modules/openai/resources/chat/completions/messages.d.mts +3 -0
- package/dist/node_modules/openai/resources/chat/completions/messages.d.ts +3 -0
- package/dist/node_modules/openai/resources/chat/completions/messages.js +4 -1
- package/dist/node_modules/openai/resources/completions.d.mts +9 -3
- package/dist/node_modules/openai/resources/completions.d.ts +9 -3
- package/dist/node_modules/openai/resources/completions.js +9 -1
- package/dist/node_modules/openai/resources/containers/containers.js +11 -3
- package/dist/node_modules/openai/resources/containers/files/content.js +1 -0
- package/dist/node_modules/openai/resources/containers/files/files.js +7 -2
- package/dist/node_modules/openai/resources/conversations/conversations.d.mts +15 -0
- package/dist/node_modules/openai/resources/conversations/conversations.d.ts +15 -0
- package/dist/node_modules/openai/resources/conversations/conversations.js +17 -4
- package/dist/node_modules/openai/resources/conversations/items.d.mts +4 -1
- package/dist/node_modules/openai/resources/conversations/items.d.ts +4 -1
- package/dist/node_modules/openai/resources/conversations/items.js +14 -3
- package/dist/node_modules/openai/resources/embeddings.d.mts +3 -0
- package/dist/node_modules/openai/resources/embeddings.d.ts +3 -0
- package/dist/node_modules/openai/resources/embeddings.js +4 -0
- package/dist/node_modules/openai/resources/evals/evals.d.mts +3 -0
- package/dist/node_modules/openai/resources/evals/evals.d.ts +3 -0
- package/dist/node_modules/openai/resources/evals/evals.js +12 -5
- package/dist/node_modules/openai/resources/evals/runs/output-items.d.mts +3 -0
- package/dist/node_modules/openai/resources/evals/runs/output-items.d.ts +3 -0
- package/dist/node_modules/openai/resources/evals/runs/output-items.js +8 -2
- package/dist/node_modules/openai/resources/evals/runs/runs.d.mts +3 -0
- package/dist/node_modules/openai/resources/evals/runs/runs.d.ts +3 -0
- package/dist/node_modules/openai/resources/evals/runs/runs.js +21 -4
- package/dist/node_modules/openai/resources/files.d.mts +11 -1
- package/dist/node_modules/openai/resources/files.d.ts +11 -1
- package/dist/node_modules/openai/resources/files.js +20 -5
- package/dist/node_modules/openai/resources/fine-tuning/alpha/graders.d.mts +3 -0
- package/dist/node_modules/openai/resources/fine-tuning/alpha/graders.d.ts +3 -0
- package/dist/node_modules/openai/resources/fine-tuning/alpha/graders.js +13 -2
- package/dist/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.d.mts +2 -2
- package/dist/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.d.ts +2 -2
- package/dist/node_modules/openai/resources/fine-tuning/checkpoints/index.d.mts +1 -1
- package/dist/node_modules/openai/resources/fine-tuning/checkpoints/index.d.ts +1 -1
- package/dist/node_modules/openai/resources/fine-tuning/checkpoints/permissions.d.mts +54 -7
- package/dist/node_modules/openai/resources/fine-tuning/checkpoints/permissions.d.ts +54 -7
- package/dist/node_modules/openai/resources/fine-tuning/checkpoints/permissions.js +26 -9
- package/dist/node_modules/openai/resources/fine-tuning/jobs/checkpoints.d.mts +3 -0
- package/dist/node_modules/openai/resources/fine-tuning/jobs/checkpoints.d.ts +3 -0
- package/dist/node_modules/openai/resources/fine-tuning/jobs/checkpoints.js +4 -1
- package/dist/node_modules/openai/resources/fine-tuning/jobs/jobs.d.mts +3 -0
- package/dist/node_modules/openai/resources/fine-tuning/jobs/jobs.d.ts +3 -0
- package/dist/node_modules/openai/resources/fine-tuning/jobs/jobs.js +26 -7
- package/dist/node_modules/openai/resources/images.d.mts +56 -24
- package/dist/node_modules/openai/resources/images.d.ts +56 -24
- package/dist/node_modules/openai/resources/images.js +11 -3
- package/dist/node_modules/openai/resources/index.d.mts +2 -1
- package/dist/node_modules/openai/resources/index.d.ts +2 -1
- package/dist/node_modules/openai/resources/index.js +3 -1
- package/dist/node_modules/openai/resources/models.d.mts +3 -0
- package/dist/node_modules/openai/resources/models.d.ts +3 -0
- package/dist/node_modules/openai/resources/models.js +6 -3
- package/dist/node_modules/openai/resources/moderations.d.mts +3 -0
- package/dist/node_modules/openai/resources/moderations.d.ts +3 -0
- package/dist/node_modules/openai/resources/moderations.js +4 -1
- package/dist/node_modules/openai/resources/realtime/calls.d.mts +13 -3
- package/dist/node_modules/openai/resources/realtime/calls.d.ts +13 -3
- package/dist/node_modules/openai/resources/realtime/calls.js +4 -0
- package/dist/node_modules/openai/resources/realtime/client-secrets.d.mts +45 -39
- package/dist/node_modules/openai/resources/realtime/client-secrets.d.ts +45 -39
- package/dist/node_modules/openai/resources/realtime/client-secrets.js +19 -1
- package/dist/node_modules/openai/resources/realtime/index.d.mts +1 -1
- package/dist/node_modules/openai/resources/realtime/index.d.ts +1 -1
- package/dist/node_modules/openai/resources/realtime/realtime.d.mts +592 -21
- package/dist/node_modules/openai/resources/realtime/realtime.d.ts +592 -21
- package/dist/node_modules/openai/resources/responses/index.d.mts +2 -0
- package/dist/node_modules/openai/resources/responses/index.d.ts +2 -0
- package/dist/node_modules/openai/resources/responses/input-items.js +1 -1
- package/dist/node_modules/openai/resources/responses/input-tokens.d.mts +4 -1
- package/dist/node_modules/openai/resources/responses/input-tokens.d.ts +4 -1
- package/dist/node_modules/openai/resources/responses/input-tokens.js +9 -2
- package/dist/node_modules/openai/resources/responses/internal-base.d.mts +71 -0
- package/dist/node_modules/openai/resources/responses/internal-base.d.ts +71 -0
- package/dist/node_modules/openai/resources/responses/internal-base.js +48 -0
- package/dist/node_modules/openai/resources/responses/responses.d.mts +956 -64
- package/dist/node_modules/openai/resources/responses/responses.d.ts +956 -64
- package/dist/node_modules/openai/resources/responses/responses.js +20 -5
- package/dist/node_modules/openai/resources/responses/ws-base.d.mts +106 -0
- package/dist/node_modules/openai/resources/responses/ws-base.d.ts +106 -0
- package/dist/node_modules/openai/resources/responses/ws-base.js +476 -0
- package/dist/node_modules/openai/resources/responses/ws.d.mts +13 -0
- package/dist/node_modules/openai/resources/responses/ws.d.ts +13 -0
- package/dist/node_modules/openai/resources/responses/ws.js +31 -0
- package/dist/node_modules/openai/resources/shared.d.mts +3 -2
- package/dist/node_modules/openai/resources/shared.d.ts +3 -2
- package/dist/node_modules/openai/resources/skills/content.d.mts +1 -1
- package/dist/node_modules/openai/resources/skills/content.d.ts +1 -1
- package/dist/node_modules/openai/resources/skills/content.js +2 -1
- package/dist/node_modules/openai/resources/skills/skills.d.mts +5 -5
- package/dist/node_modules/openai/resources/skills/skills.d.ts +5 -5
- package/dist/node_modules/openai/resources/skills/skills.js +18 -10
- package/dist/node_modules/openai/resources/skills/versions/content.d.mts +1 -1
- package/dist/node_modules/openai/resources/skills/versions/content.d.ts +1 -1
- package/dist/node_modules/openai/resources/skills/versions/content.js +2 -1
- package/dist/node_modules/openai/resources/skills/versions/versions.d.mts +4 -4
- package/dist/node_modules/openai/resources/skills/versions/versions.d.ts +4 -4
- package/dist/node_modules/openai/resources/skills/versions/versions.js +14 -7
- package/dist/node_modules/openai/resources/uploads/parts.d.mts +3 -0
- package/dist/node_modules/openai/resources/uploads/parts.d.ts +3 -0
- package/dist/node_modules/openai/resources/uploads/parts.js +4 -1
- package/dist/node_modules/openai/resources/uploads/uploads.d.mts +10 -1
- package/dist/node_modules/openai/resources/uploads/uploads.d.ts +10 -1
- package/dist/node_modules/openai/resources/uploads/uploads.js +20 -4
- package/dist/node_modules/openai/resources/vector-stores/file-batches.d.mts +9 -3
- package/dist/node_modules/openai/resources/vector-stores/file-batches.d.ts +9 -3
- package/dist/node_modules/openai/resources/vector-stores/file-batches.js +9 -1
- package/dist/node_modules/openai/resources/vector-stores/files.d.mts +3 -1
- package/dist/node_modules/openai/resources/vector-stores/files.d.ts +3 -1
- package/dist/node_modules/openai/resources/vector-stores/files.js +10 -1
- package/dist/node_modules/openai/resources/vector-stores/vector-stores.js +6 -0
- package/dist/node_modules/openai/resources/videos.d.mts +123 -11
- package/dist/node_modules/openai/resources/videos.d.ts +123 -11
- package/dist/node_modules/openai/resources/videos.js +46 -11
- package/dist/node_modules/openai/src/auth/index.ts +9 -0
- package/dist/node_modules/openai/src/auth/subject-token-providers.ts +185 -0
- package/dist/node_modules/openai/src/auth/types.ts +28 -0
- package/dist/node_modules/openai/src/auth/workload-identity-auth.ts +122 -0
- package/dist/node_modules/openai/src/azure.ts +9 -4
- package/dist/node_modules/openai/src/beta/realtime/websocket.ts +7 -2
- package/dist/node_modules/openai/src/beta/realtime/ws.ts +5 -1
- package/dist/node_modules/openai/src/client.ts +312 -35
- package/dist/node_modules/openai/src/core/EventEmitter.ts +114 -0
- package/dist/node_modules/openai/src/core/error.ts +40 -0
- package/dist/node_modules/openai/src/core/pagination.ts +62 -0
- package/dist/node_modules/openai/src/core/streaming.ts +2 -1
- package/dist/node_modules/openai/src/index.ts +2 -0
- package/dist/node_modules/openai/src/internal/parse.ts +12 -2
- package/dist/node_modules/openai/src/internal/request-options.ts +2 -0
- package/dist/node_modules/openai/src/internal/types.ts +14 -8
- package/dist/node_modules/openai/src/internal/utils/env.ts +2 -2
- package/dist/node_modules/openai/src/internal/utils/log.ts +2 -0
- package/dist/node_modules/openai/src/internal/utils/query.ts +7 -0
- package/dist/node_modules/openai/src/internal/utils.ts +1 -0
- package/dist/node_modules/openai/src/internal/ws-adapter-browser.ts +123 -0
- package/dist/node_modules/openai/src/internal/ws-adapter-node.ts +105 -0
- package/dist/node_modules/openai/src/internal/ws-adapter.ts +30 -0
- package/dist/node_modules/openai/src/internal/ws.ts +193 -0
- package/dist/node_modules/openai/src/realtime/websocket.ts +7 -2
- package/dist/node_modules/openai/src/realtime/ws.ts +5 -1
- package/dist/node_modules/openai/src/resources/admin/admin.ts +15 -0
- package/dist/node_modules/openai/src/resources/admin/index.ts +4 -0
- package/dist/node_modules/openai/src/resources/admin/organization/admin-api-keys.ts +199 -0
- package/dist/node_modules/openai/src/resources/admin/organization/audit-logs.ts +1597 -0
- package/dist/node_modules/openai/src/resources/admin/organization/certificates.ts +458 -0
- package/dist/node_modules/openai/src/resources/admin/organization/data-retention.ts +79 -0
- package/dist/node_modules/openai/src/resources/admin/organization/groups/groups.ts +277 -0
- package/dist/node_modules/openai/src/resources/admin/organization/groups/index.ts +36 -0
- package/dist/node_modules/openai/src/resources/admin/organization/groups/roles.ts +359 -0
- package/dist/node_modules/openai/src/resources/admin/organization/groups/users.ts +232 -0
- package/dist/node_modules/openai/src/resources/admin/organization/groups.ts +3 -0
- package/dist/node_modules/openai/src/resources/admin/organization/index.ts +117 -0
- package/dist/node_modules/openai/src/resources/admin/organization/invites.ts +215 -0
- package/dist/node_modules/openai/src/resources/admin/organization/organization.ts +272 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/api-keys.ts +239 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/certificates.ts +269 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/data-retention.ts +91 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/groups/groups.ts +231 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/groups/index.ts +24 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/groups/roles.ts +386 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/groups.ts +3 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/hosted-tool-permissions.ts +217 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/index.ts +102 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/model-permissions.ts +123 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/projects.ts +445 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/rate-limits.ts +173 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/roles.ts +210 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/service-accounts.ts +266 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/spend-alerts.ts +332 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/users/index.ts +25 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/users/roles.ts +351 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/users/users.ts +256 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects/users.ts +3 -0
- package/dist/node_modules/openai/src/resources/admin/organization/projects.ts +3 -0
- package/dist/node_modules/openai/src/resources/admin/organization/roles.ts +217 -0
- package/dist/node_modules/openai/src/resources/admin/organization/spend-alerts.ts +301 -0
- package/dist/node_modules/openai/src/resources/admin/organization/usage.ts +6427 -0
- package/dist/node_modules/openai/src/resources/admin/organization/users/index.ts +22 -0
- package/dist/node_modules/openai/src/resources/admin/organization/users/roles.ts +328 -0
- package/dist/node_modules/openai/src/resources/admin/organization/users/users.ts +291 -0
- package/dist/node_modules/openai/src/resources/admin/organization/users.ts +3 -0
- package/dist/node_modules/openai/src/resources/admin/organization.ts +3 -0
- package/dist/node_modules/openai/src/resources/admin.ts +3 -0
- package/dist/node_modules/openai/src/resources/audio/speech.ts +26 -6
- package/dist/node_modules/openai/src/resources/audio/transcriptions.ts +7 -0
- package/dist/node_modules/openai/src/resources/audio/translations.ts +7 -1
- package/dist/node_modules/openai/src/resources/batches.ts +20 -8
- package/dist/node_modules/openai/src/resources/beta/assistants.ts +11 -2
- package/dist/node_modules/openai/src/resources/beta/chatkit/sessions.ts +6 -2
- package/dist/node_modules/openai/src/resources/beta/chatkit/threads.ts +13 -5
- package/dist/node_modules/openai/src/resources/beta/realtime/sessions.ts +1 -0
- package/dist/node_modules/openai/src/resources/beta/realtime/transcription-sessions.ts +1 -0
- package/dist/node_modules/openai/src/resources/beta/threads/messages.ts +7 -0
- package/dist/node_modules/openai/src/resources/beta/threads/runs/runs.ts +10 -0
- package/dist/node_modules/openai/src/resources/beta/threads/runs/steps.ts +4 -0
- package/dist/node_modules/openai/src/resources/beta/threads/threads.ts +14 -4
- package/dist/node_modules/openai/src/resources/chat/completions/completions.ts +64 -27
- package/dist/node_modules/openai/src/resources/chat/completions/messages.ts +4 -1
- package/dist/node_modules/openai/src/resources/completions.ts +15 -6
- package/dist/node_modules/openai/src/resources/containers/containers.ts +11 -3
- package/dist/node_modules/openai/src/resources/containers/files/content.ts +1 -0
- package/dist/node_modules/openai/src/resources/containers/files/files.ts +7 -2
- package/dist/node_modules/openai/src/resources/conversations/conversations.ts +31 -4
- package/dist/node_modules/openai/src/resources/conversations/items.ts +17 -3
- package/dist/node_modules/openai/src/resources/embeddings.ts +4 -0
- package/dist/node_modules/openai/src/resources/evals/evals.ts +12 -5
- package/dist/node_modules/openai/src/resources/evals/runs/output-items.ts +8 -2
- package/dist/node_modules/openai/src/resources/evals/runs/runs.ts +21 -4
- package/dist/node_modules/openai/src/resources/files.ts +23 -5
- package/dist/node_modules/openai/src/resources/fine-tuning/alpha/graders.ts +13 -2
- package/dist/node_modules/openai/src/resources/fine-tuning/checkpoints/checkpoints.ts +6 -0
- package/dist/node_modules/openai/src/resources/fine-tuning/checkpoints/index.ts +3 -0
- package/dist/node_modules/openai/src/resources/fine-tuning/checkpoints/permissions.ts +84 -10
- package/dist/node_modules/openai/src/resources/fine-tuning/jobs/checkpoints.ts +4 -1
- package/dist/node_modules/openai/src/resources/fine-tuning/jobs/jobs.ts +26 -7
- package/dist/node_modules/openai/src/resources/images.ts +74 -27
- package/dist/node_modules/openai/src/resources/index.ts +7 -0
- package/dist/node_modules/openai/src/resources/models.ts +6 -3
- package/dist/node_modules/openai/src/resources/moderations.ts +4 -1
- package/dist/node_modules/openai/src/resources/realtime/calls.ts +21 -2
- package/dist/node_modules/openai/src/resources/realtime/client-secrets.ts +54 -40
- package/dist/node_modules/openai/src/resources/realtime/index.ts +0 -1
- package/dist/node_modules/openai/src/resources/realtime/realtime.ts +705 -20
- package/dist/node_modules/openai/src/resources/responses/index.ts +2 -0
- package/dist/node_modules/openai/src/resources/responses/input-items.ts +1 -1
- package/dist/node_modules/openai/src/resources/responses/input-tokens.ts +9 -2
- package/dist/node_modules/openai/src/resources/responses/internal-base.ts +113 -0
- package/dist/node_modules/openai/src/resources/responses/responses.ts +1314 -143
- package/dist/node_modules/openai/src/resources/responses/ws-base.ts +611 -0
- package/dist/node_modules/openai/src/resources/responses/ws.ts +38 -0
- package/dist/node_modules/openai/src/resources/shared.ts +9 -1
- package/dist/node_modules/openai/src/resources/skills/content.ts +2 -1
- package/dist/node_modules/openai/src/resources/skills/skills.ts +21 -10
- package/dist/node_modules/openai/src/resources/skills/versions/content.ts +2 -1
- package/dist/node_modules/openai/src/resources/skills/versions/versions.ts +14 -7
- package/dist/node_modules/openai/src/resources/uploads/parts.ts +4 -1
- package/dist/node_modules/openai/src/resources/uploads/uploads.ts +20 -4
- package/dist/node_modules/openai/src/resources/vector-stores/file-batches.ts +18 -4
- package/dist/node_modules/openai/src/resources/vector-stores/files.ts +13 -2
- package/dist/node_modules/openai/src/resources/vector-stores/vector-stores.ts +6 -0
- package/dist/node_modules/openai/src/resources/videos.ts +186 -16
- package/dist/node_modules/openai/src/version.ts +1 -1
- package/dist/node_modules/openai/streaming.d.mts +1 -0
- package/dist/node_modules/openai/streaming.d.ts +1 -0
- package/dist/node_modules/openai/uploads.d.mts +1 -0
- package/dist/node_modules/openai/uploads.d.ts +1 -0
- package/dist/node_modules/openai/version.d.mts +1 -1
- package/dist/node_modules/openai/version.d.ts +1 -1
- package/dist/node_modules/openai/version.js +1 -1
- package/dist/node_modules/zod/package.json +1 -1
- package/dist/server/ai-employees/ai-employee.d.ts +1 -1
- package/package.json +13 -13
- package/dist/node_modules/@langchain/xai/dist/_virtual/rolldown_runtime.cjs +0 -25
package/dist/client-v2/index.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n(require("@nocobase/flow-engine"),require("ahooks"),require("@nocobase/client-v2"),require("react"),require("antd")):"function"==typeof define&&define.amd?define("@nocobase/plugin-ai/client-v2",["@nocobase/flow-engine","ahooks","@nocobase/client-v2","react","antd"],n):"object"==typeof exports?exports["@nocobase/plugin-ai/client-v2"]=n(require("@nocobase/flow-engine"),require("ahooks"),require("@nocobase/client-v2"),require("react"),require("antd")):e["@nocobase/plugin-ai/client-v2"]=n(e["@nocobase/flow-engine"],e.ahooks,e["@nocobase/client-v2"],e.react,e.antd)}(self,function(e,n,t,a,r){return function(){"use strict";var i={485:function(e){e.exports=t},694:function(n){n.exports=e},625:function(e){e.exports=n},59:function(e){e.exports=r},155:function(e){e.exports=a}},o={};function s(e){var n=o[e];if(void 0!==n)return n.exports;var t=o[e]={exports:{}};return i[e](t,t.exports,s),t.exports}s.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return s.d(n,{a:n}),n},s.d=function(e,n){for(var t in n)s.o(n,t)&&!s.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}}(),s.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},s.r=function(e){"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.g.importScripts&&(l=s.g.location+"");var l,u=s.g.document;if(!l&&u&&(u.currentScript&&"SCRIPT"===u.currentScript.tagName.toUpperCase()&&(l=u.currentScript.src),!l)){var c=u.getElementsByTagName("script");if(c.length)for(var d=c.length-1;d>-1&&(!l||!/^http(s?):/.test(l));)l=c[d--].src}if(!l)throw Error("Automatic publicPath is not supported in this browser");s.p=l.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/");var f={};return!function(){var e="",n="u">typeof document?document.currentScript:null;if(n&&n.src&&(e=n.src.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/")),!e){var t=window.__webpack_public_path__||"";t&&("/"!==t.charAt(t.length-1)&&(t+="/"),e=t+"static/plugins/@nocobase/plugin-ai/dist/client-v2/")}if(!e){var a=window.__nocobase_modern_client_prefix__||"v",r="/"+(a=String(a).replace(/^\/+|\/+$/g,"")||"v")+"/";if(!(e=window.__nocobase_public_path__||"")&&window.location&&window.location.pathname){var i=window.location.pathname||"/",o=i.indexOf(r);e=o>=0?i.slice(0,o+1):"/"}e&&(e=e.replace(RegExp("/"+a+"/?$"),"/")),e||(e="/"),"/"!==e.charAt(e.length-1)&&(e+="/"),e+="static/plugins/@nocobase/plugin-ai/dist/client-v2/"}s.p=e}(),!function(){s.r(f),s.d(f,{avatarsMap:function(){return q},useAIConfigRepository:function(){return K},useChatBoxStore:function(){return ev},useChatMessagesStore:function(){return eh},AIEmployeeShortcut:function(){return N},avatars:function(){return D},PluginAIClientV2:function(){return ej},useChatBoxActions:function(){return eS},formatModelLabel:function(){return X},AIConfigRepository:function(){return u},AIPluginFeatureManagerImpl:function(){return g},default:function(){return eA},AIEmployeeProfileCard:function(){return B},defaultVectorStorePropForm:function(){return J},useChatConversationsStore:function(){return ey}});var e={};s.r(e),s.d(e,{base:function(){return I},clothes:function(){return E},earing:function(){return j},glasses:function(){return A},hair:function(){return C},mask:function(){return L},mouth:function(){return z}});var n={};s.r(n),s.d(n,{create:function(){return F},meta:function(){return R},schema:function(){return $}});var t=s(485),a=s(694);function r(e,n,t,a,r,i,o){try{var s=e[i](o),l=s.value}catch(e){t(e);return}s.done?n(l):Promise.resolve(l).then(a,r)}function i(e){return function(){var n=this,t=arguments;return new Promise(function(a,i){var o=e.apply(n,t);function s(e){r(o,a,i,s,l,"next",e)}function l(e){r(o,a,i,s,l,"throw",e)}s(void 0)})}}function o(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function l(e,n){var t,a,r,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype),s=Object.defineProperty;return s(o,"next",{value:l(0)}),s(o,"throw",{value:l(1)}),s(o,"return",{value:l(2)}),"function"==typeof Symbol&&s(o,Symbol.iterator,{value:function(){return this}}),o;function l(s){return function(l){var u=[s,l];if(t)throw TypeError("Generator is already executing.");for(;o&&(o=0,u[0]&&(i=0)),i;)try{if(t=1,a&&(r=2&u[0]?a.return:u[0]?a.throw||((r=a.return)&&r.call(a),0):a.next)&&!(r=r.call(a,u[1])).done)return r;switch(a=0,r&&(u=[2&u[0],r.value]),u[0]){case 0:case 1:r=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,a=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===u[0]||2===u[0])){i=0;continue}if(3===u[0]&&(!r||u[1]>r[0]&&u[1]<r[3])){i.label=u[1];break}if(6===u[0]&&i.label<r[1]){i.label=r[1],r=u;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(u);break}r[2]&&i.ops.pop(),i.trys.pop();continue}u=n.call(e,i)}catch(e){u=[6,e],a=0}finally{t=r=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}}var u=function(){var e;function n(e,t){if(!(this instanceof n))throw TypeError("Cannot call a class as a function");o(this,"apiClient",void 0),o(this,"options",void 0),o(this,"llmServices",void 0),o(this,"llmServicesLoading",void 0),o(this,"aiEmployees",void 0),o(this,"aiEmployeesLoading",void 0),o(this,"aiTools",void 0),o(this,"aiToolsLoading",void 0),o(this,"aiSkills",void 0),o(this,"aiSkillsLoading",void 0),o(this,"llmServicesLoaded",void 0),o(this,"aiEmployeesLoaded",void 0),o(this,"aiToolsLoaded",void 0),o(this,"aiToolsBySessionId",void 0),o(this,"aiSkillsLoaded",void 0),o(this,"llmServicesInFlight",void 0),o(this,"aiEmployeesInFlight",void 0),o(this,"aiToolsInFlight",void 0),o(this,"aiSkillsInFlight",void 0),this.apiClient=e,this.options=t,this.llmServices=a.observable.shallow([]),this.llmServicesLoading=!1,this.aiEmployees=a.observable.shallow([]),this.aiEmployeesLoading=!1,this.aiTools=a.observable.shallow([]),this.aiToolsLoading=!1,this.aiSkills=a.observable.shallow([]),this.aiSkillsLoading=!1,this.llmServicesLoaded=!1,this.aiEmployeesLoaded=!1,this.aiToolsLoaded=!1,this.aiToolsBySessionId=null,this.aiSkillsLoaded=!1,this.llmServicesInFlight=null,this.aiEmployeesInFlight=null,this.aiToolsInFlight=null,this.aiSkillsInFlight=null,(0,a.define)(this,{llmServices:a.observable.shallow,llmServicesLoading:a.observable.ref,aiEmployees:a.observable.shallow,aiEmployeesLoading:a.observable.ref,aiTools:a.observable.shallow,aiToolsLoading:a.observable.ref,aiSkills:a.observable.shallow,aiSkillsLoading:a.observable.ref})}return e=[{key:"getLLMServices",value:function(){return i(function(){var e;return l(this,function(n){return(e=this,this.llmServicesInFlight)?[2,this.llmServicesInFlight]:this.llmServicesLoaded?[2,this.llmServices]:[2,this.startRefresh(this.llmServicesInFlight,function(n){e.llmServicesInFlight=n},function(){return e.doRefreshLLMServices()},function(){return e.llmServices})]})}).call(this)}},{key:"refreshLLMServices",value:function(){return i(function(){var e;return l(this,function(n){return e=this,[2,this.startRefresh(this.llmServicesInFlight,function(n){e.llmServicesInFlight=n},function(){return e.doRefreshLLMServices()},function(){return e.llmServices})]})}).call(this)}},{key:"getAIEmployees",value:function(){return i(function(){var e;return l(this,function(n){return(e=this,this.aiEmployeesInFlight)?[2,this.aiEmployeesInFlight]:this.aiEmployeesLoaded?[2,this.aiEmployees]:[2,this.startRefresh(this.aiEmployeesInFlight,function(n){e.aiEmployeesInFlight=n},function(){return e.doRefreshAIEmployees()},function(){return e.aiEmployees})]})}).call(this)}},{key:"refreshAIEmployees",value:function(){return i(function(){var e;return l(this,function(n){return e=this,[2,this.startRefresh(this.aiEmployeesInFlight,function(n){e.aiEmployeesInFlight=n},function(){return e.doRefreshAIEmployees()},function(){return e.aiEmployees})]})}).call(this)}},{key:"getAIEmployeesMap",value:function(){return this.aiEmployees.reduce(function(e,n){return e[n.username]=n,e},{})}},{key:"getAITools",value:function(e){return i(function(){var n;return l(this,function(t){return(n=this,this.aiToolsInFlight)?[2,this.aiToolsInFlight]:this.aiToolsLoaded&&this.aiToolsBySessionId===e?[2,this.aiTools]:[2,this.startRefresh(this.aiToolsInFlight,function(e){n.aiToolsInFlight=e},function(){return n.doRefreshAITools(e)},function(){return n.aiTools})]})}).call(this)}},{key:"refreshAITools",value:function(e){return i(function(){var n;return l(this,function(t){return n=this,[2,this.startRefresh(this.aiToolsInFlight,function(e){n.aiToolsInFlight=e},function(){return n.doRefreshAITools(e)},function(){return n.aiTools})]})}).call(this)}},{key:"getAISkills",value:function(){return i(function(){var e;return l(this,function(n){return(e=this,this.aiSkillsInFlight)?[2,this.aiSkillsInFlight]:this.aiSkillsLoaded?[2,this.aiSkills]:[2,this.startRefresh(this.aiSkillsInFlight,function(n){e.aiSkillsInFlight=n},function(){return e.doRefreshAISkills()},function(){return e.aiSkills})]})}).call(this)}},{key:"refreshAISkills",value:function(){return i(function(){var e;return l(this,function(n){return e=this,[2,this.startRefresh(this.aiSkillsInFlight,function(n){e.aiSkillsInFlight=n},function(){return e.doRefreshAISkills()},function(){return e.aiSkills})]})}).call(this)}},{key:"startRefresh",value:function(e,n,t,a){if(e)return e;var r=t().then(function(){return a()}).finally(function(){n(null)});return n(r),r}},{key:"doRefreshLLMServices",value:function(){return i(function(){var e,n,t;return l(this,function(a){switch(a.label){case 0:this.llmServicesLoading=!0,a.label=1;case 1:return a.trys.push([1,3,4,5]),[4,this.apiClient.resource("ai").listAllEnabledModels()];case 2:return t=Array.isArray(null==(n=a.sent())||null==(e=n.data)?void 0:e.data)?n.data.data:[],this.llmServices=t,this.llmServicesLoaded=!0,[3,5];case 3:return a.sent(),this.llmServices=[],this.llmServicesLoaded=!1,[3,5];case 4:return this.llmServicesLoading=!1,[7];case 5:return[2]}})}).call(this)}},{key:"doRefreshAIEmployees",value:function(){return i(function(){var e,n,t;return l(this,function(a){switch(a.label){case 0:this.aiEmployeesLoading=!0,a.label=1;case 1:return a.trys.push([1,3,4,5]),[4,this.apiClient.resource("aiEmployees").listByUser()];case 2:return t=Array.isArray(null==(n=a.sent())||null==(e=n.data)?void 0:e.data)?n.data.data:[],this.aiEmployees=t,this.aiEmployeesLoaded=!0,[3,5];case 3:return a.sent(),this.aiEmployees=[],this.aiEmployeesLoaded=!1,[3,5];case 4:return this.aiEmployeesLoading=!1,[7];case 5:return[2]}})}).call(this)}},{key:"doRefreshAITools",value:function(e){return i(function(){var n,t,a,r;return l(this,function(i){switch(i.label){case 0:this.aiToolsLoading=!0,i.label=1;case 1:if(i.trys.push([1,6,7,8]),t=[],!(null==(n=this.options)?void 0:n.toolsManager))return[3,3];return[4,this.options.toolsManager.listTools({sessionId:e})];case 2:return t=i.sent(),[3,5];case 3:return[4,this.apiClient.resource("aiTools").list({filter:{sessionId:e}})];case 4:t=Array.isArray(null==(r=i.sent())||null==(a=r.data)?void 0:a.data)?r.data.data:[],i.label=5;case 5:return this.aiTools=t,this.aiToolsLoaded=!0,this.aiToolsBySessionId=e,[3,8];case 6:return i.sent(),this.aiTools=[],this.aiToolsLoaded=!1,this.aiToolsBySessionId=null,[3,8];case 7:return this.aiToolsLoading=!1,[7];case 8:return[2]}})}).call(this)}},{key:"doRefreshAISkills",value:function(){return i(function(){var e,n,t;return l(this,function(a){switch(a.label){case 0:this.aiSkillsLoading=!0,a.label=1;case 1:return a.trys.push([1,3,4,5]),[4,this.apiClient.resource("aiSkills").list({})];case 2:return t=Array.isArray(null==(n=a.sent())||null==(e=n.data)?void 0:e.data)?n.data.data:[],this.aiSkills=t,this.aiSkillsLoaded=!0,[3,5];case 3:return a.sent(),this.aiSkills=[],this.aiSkillsLoaded=!1,[3,5];case 4:return this.aiSkillsLoading=!1,[7];case 5:return[2]}})}).call(this)}}],function(e,n){for(var t=0;t<n.length;t++){var a=n[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}(n.prototype,e),n}();function c(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}var d=function(){var e;function n(){if(!(this instanceof n))throw TypeError("Cannot call a class as a function");c(this,"features",{})}return e=[{key:"enableFeatures",value:function(e){this.features=function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},a=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.forEach(function(n){c(e,n,t[n])})}return e}({},this.features,e)}},{key:"disableFeatures",value:function(e){var n=!0,t=!1,a=void 0;try{for(var r,i=e[Symbol.iterator]();!(n=(r=i.next()).done);n=!0){var o=r.value;this.features[o]&&delete this.features[o]}}catch(e){t=!0,a=e}finally{try{n||null==i.return||i.return()}finally{if(t)throw a}}}},{key:"isFeaturesEnabled",value:function(e){var n=this;return Array.from(e).every(function(e){return n.features[e]})}}],function(e,n){for(var t=0;t<n.length;t++){var a=n[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}(n.prototype,e),n}();function m(e){return(m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e,n){return(b=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function h(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(h=function(){return!!e})()}var g=function(e){var n;if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");function t(){var e,n;if(!(this instanceof t))throw TypeError("Cannot call a class as a function");return e=t,n=arguments,e=m(e),function(e,n){var t;if(n&&("object"==((t=n)&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)||"function"==typeof n))return n;if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(this,h()?Reflect.construct(e,n||[],m(this).constructor):e.apply(this,n))}return t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&b(t,e),n=[{key:"vectorDatabaseProvider",get:function(){if(!this.features.vectorDatabaseProvider)throw this.featureNotSupportedError("vectorDatabaseProvider");return this.features.vectorDatabaseProvider}},{key:"vectorStoreProvider",get:function(){if(!this.features.vectorStoreProvider)throw this.featureNotSupportedError("vectorStoreProvider");return this.features.vectorStoreProvider}},{key:"featureNotSupportedError",value:function(e){return Error("".concat(e," is not supported"))}}],function(e,n){for(var t=0;t<n.length;t++){var a=n[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}(t.prototype,n),t}(d),p=s(155),v=s.n(p),y=s(59);function w(e){return e.replace(/&/g,"&").replace(/'/g,"'").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")}function k(e){return e^=e<<13,e^=e>>17,e^=e<<5}function x(e=""){let n=function(e){let n=0;for(let t=0;t<e.length;t++)n=k(n=(n<<5)-n+e.charCodeAt(t)|0);return n}(e=e.toString())||1,t=()=>n=k(n),a=(e,n)=>Math.floor((t()- -0x80000000)/0xffffffff*(n+1-e)+e);return{seed:e,next:t,bool:(e=50)=>a(1,100)<=e,integer:(e,n)=>a(e,n),pick(e,n){var r;return 0===e.length?(t(),n):null!=(r=e[a(0,e.length-1)])?r:n},shuffle(e){let n=x(t().toString()),a=[...e];for(let e=a.length-1;e>0;e--){let t=n.integer(0,e);[a[e],a[t]]=[a[t],a[e]]}return a},string(e,n="abcdefghijklmnopqrstuvwxyz1234567890"){let a=x(t().toString()),r="";for(let t=0;t<e;t++)r+=n[a.integer(0,n.length-1)];return r}}}function S(e){let n=e.attributes.viewBox.split(" "),t=parseInt(n[0]),a=parseInt(n[1]);return{x:t,y:a,width:parseInt(n[2]),height:parseInt(n[3])}}let P={type:"object",$schema:"http://json-schema.org/draft-07/schema#",properties:{seed:{type:"string"},flip:{type:"boolean",default:!1},rotate:{type:"integer",minimum:0,maximum:360,default:0},scale:{type:"integer",minimum:0,maximum:200,default:100},radius:{type:"integer",minimum:0,maximum:50,default:0},size:{type:"integer",minimum:1},backgroundColor:{type:"array",items:{type:"string",pattern:"^(transparent|[a-fA-F0-9]{6})$"}},backgroundType:{type:"array",items:{type:"string",enum:["solid","gradientLinear"]},default:["solid"]},backgroundRotation:{type:"array",items:{type:"integer",minimum:-360,maximum:360},default:[0,360]},translateX:{type:"integer",minimum:-100,maximum:100,default:0},translateY:{type:"integer",minimum:-100,maximum:100,default:0},clip:{type:"boolean",default:!0},randomizeIds:{type:"boolean",default:!1}}};function M(e){var n;let t={},a=null!=(n=e.properties)?n:{};return Object.keys(a).forEach(e=>{let n=a[e];"object"==typeof n&&void 0!==n.default&&(Array.isArray(n.default)?t[e]=[...n.default]:"object"==typeof n.default?t[e]={...n.default}:t[e]=n.default)}),t}function O(e){return"transparent"===e?e:`#${e}`}let I={yellow:(e,n)=>'<mask id="baseYellow-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseYellow-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#FEEAC3"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#FFB804"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#FFB804"/></g>',blue:(e,n)=>'<mask id="baseBlue-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseBlue-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#BDC1FF"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#2520F9"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#2520F9"/></g>',brown:(e,n)=>'<mask id="baseBrown-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseBrown-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#E1D3D0"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#7E6561"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#7E6561"/></g>',red:(e,n)=>'<mask id="baseRed-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseRed-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#FFC9C9"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#FE3B03"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#FE3B03"/></g>',green:(e,n)=>'<mask id="baseGreen-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseGreen-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#C0E4A3"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#517933"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#517933"/></g>',purple:(e,n)=>'<mask id="basePurple-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#basePurple-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#E5D1F4"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.357 3.884-25.823-46.25.843-33.982 5.867 3.733 22.4 0 20.8-30.934 28.8 30.934 62.237-5.145 65.104 24.254 3.916 40.144-.023 82.156-24.971 82.159a46.7 46.7 0 0 1-8.133-.813v17.067c0 10.667 19.2 16 19.2 16s-33.165 31.253-46.933 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#A250CC"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#A250CC"/></g>'},C={man001:(e,n)=>'<path d="M128.016 68.87s14.658-23.072 26.428-21.913c11.77 1.16 3.989 12.65 3.989 12.65s18.185-14.238 31.323-9.173c13.137 5.066 3.545 16.38 3.545 16.38s18.202-6.694 20.825 2.05-7.431 16.24-7.431 16.24c.013.005 14.711 4.346 17.769 13.62 2.176 6.602-.348 25.63-3.786 36.603.81-12.175.057-25.498-1.659-37.156-21.887-1.59-53.369 19.564-68.656 14.182s2.646 14.95-3.316 17.084c-5.95 2.129-11.195-10.776-11.215-10.825-22.519-8.567-21.597 29.729-.325 26.755q.365.05.746.099c.097 2.131.44 7.828.847 14.486-8.654 5.921-22.075-9.874-22.12-9.927-2.056-2.196-20.694-22.662-15.313-46.053 5.381-23.392 14.931-14.736 14.931-14.736s-.449-20.037 5.649-25.094c6.099-5.056 7.769 4.728 7.769 4.728" fill="black"/>',woman001:(e,n)=>'<path d="M144.19 73.104c-6.555-14.312-18.488-27.279-30.778-15.536s-8.713 34.866 13.976 30.125c0 0-1.638 13.211-10.534 20.183-8.895 6.973-10.114 5.106-15.732 13.057s-.025 14.542-4.096 18.348S84.413 164.488 86.257 172h47.264v-26.624c-25.57-.359-19.939-43.373 5.11-29.262 12.775 7.195 27.593-4.798 21.973-22.547 11.241 14.871 40.878 17.749 38.323-.96 10.22 13.432 17.373 13.433 20.439 13.433.75 6.405 1.155 12.632 1.209 18.577l.324-.109c6.897-18.709.665-25.812-3.067-38.857-9.721-24.758-34.543-19.764-42.736-12.547-6.321-9.175-18.801-4.078-30.906 0" fill="black"/>',woman002:(e,n)=>'<path d="M98.982 74.59c15.476-31.39 56.847-25.918 70.455-23.94 36.515 2.478 50.849 34.082 53.563 48.072-.994.63-2.193 1.274-3.563 1.926-5.524-21.983-37.021 9.029-64.341-20.27 1.597 30.833-14.909 34.554-20.765 30.833-26.621-12.227-27.154 37.742-.843 33.871-.015.801.31 47.994.31 57.562-.001 10.632-19.168 15.947-19.168 15.947s2.017 2.005 5.249 4.994L83 227c27.875-33.534-3.364-113.174 15.982-152.41" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m130.473 78.18-13.202-18.26c-1.153-1.595-3.582-1.423-4.497.318l-11.832 22.5c-.915 1.742.323 3.835 2.291 3.877l22.552.48 13.203 18.261c1.152 1.594 3.581 1.422 4.496-.319l11.832-22.5c.915-1.74-.323-3.835-2.291-3.877z" fill="white"/>',man002:(e,n)=>'<path d="M115.546 148.572c-6.668-16.162-33.393-49.078-10.356-69.56 7.743-38.04 50.525-33.829 79.078-25.05 19.191 5.9 33.684 17.556 36.781 8.778 19.358 16.272 9.664 32.187-3.097 36.754-11.582 4.146-31.167 8.291-64.469 4.39-5.949-.698-4.703 17.662-7.882 19.646-4.768 2.978-8.47-15.745-21.544-10.123s-5.316 31.69 8.719 31.69c4.839 0 7.259 13.408-5.808 19.748-9.486 4.697-7.088-5.771-11.422-16.273" fill="black"/>',woman003:(e,n)=>'<path d="M170.395 41c19.657 0 32.533 7.688 39.984 30.648 16.666 1.261 23.745 13.832 27.769 31.762 2.776 12.367-5.465 24.257-4.002 41.054 1.291 14.826 12.78 34.797 10.573 37.067-3.313 3.407-46.214 6.228-57.849 4.875v-1.284a46.5 46.5 0 0 0 8.09.808c24.819-.004 28.738-41.742 24.843-81.624-2.853-29.208-36.116 6.636-64.767-24.096 1.592 30.732-14.855 34.441-20.692 30.732-26.528-12.187-27.058 37.62-.839 33.76-.013.67.213 34.02.286 50.298C95.421 193.356 76 181.531 76 181.531c12.587-7.736 21.624-29.654 18.877-72.791-2.56-40.216 39.2-67.74 75.518-67.74" fill="black"/>',man003:(e,n)=>'<path d="M159.838 11.324c11.056-1.832 19.408 4.698 19.408 4.698.042-.026 7.393-4.486 15.835 1.102 8.466 5.605 6.809 11.957 6.809 11.957.042-.005 15.003-1.862 24.937 12.161 9.949 14.043 2.018 27.016 2.018 27.016s10.633-4.246 14.597 4.302c3.961 8.539-2.721 15.27-2.736 15.286.053.032 7.586 4.593 7.285 16.591-.301 12.014-7.253 14.954-7.285 14.968.039.061 5.428 8.415-1.471 17.178-6.925 8.795-16.859 4.586-16.859 4.586.011.036 3.467 11.169-3.476 16.324l-.048.034c2.891-14.975 2.774-33.96.968-52.542-2.838-29.195-35.931 6.633-64.435-24.085 1.584 30.718-14.779 34.425-20.586 30.718-26.392-12.181-26.92 37.602-.835 33.745-.007.388.066 11.847.143 24.565-6.038.496-10.379-1.532-10.379-7.791 0 0-7.256 3.838-13.908 0s-8.207-10.085-8.207-10.085c-.028.02-9.239 6.724-17.19-2.127-7.938-8.836-2.253-14.164-2.218-14.197-.04-.008-9.875-2.013-9.875-12.668 0-10.676 6.64-14.538 6.64-14.538-.041-.022-8.75-4.62-6.64-17.212 2.11-12.59 9.834-15.42 9.875-15.435 0 0-3.245-14.153 5.545-23.947 8.764-9.766 20.266-9.788 20.332-9.788 0 0-.968-14.557 12.622-18.91s21.882 2.586 21.882 2.586 6.196-12.66 17.252-14.492" fill="black"/>',man004:(e,n)=>'<path d="M89.552 124.502c6.346-74.287 75.609-84.439 116.447-47.512 33.87-7.412 23.473 25.592 14.799 42.995a16 16 0 0 0-.078-1.107 180 180 0 0 0-1.7-19.743c-31.577-5.684-54.331 18.854-69.796 13.479-15.465-5.376 2.551 14.682-3.517 16.737-1.137.385-2.244.25-3.293-.223-1.285-1.048-2.657-2.317-4.072-3.598-2.37-3.094-3.908-6.837-3.921-6.868-23.035-8.644-22.163 29.892.181 26.134.077 2.237.487 9.793.935 18.06-3.275-3.786-10.407-7.33-12.203-8.841-22.119-10.394-24.74-24.247-23.284-29.875-9.264 3.889-10.859 1.861-10.498.362" fill="black"/>',man005:(e,n)=>'<path d="M241.998 83.927c.399-8.434-74.687-45.19-106.045-3.201-10.807-2.35-16.714-3.276-23.752 4.115-4.829 8.57-.413 12.887 6.228 20.673-5.415-.007-6.273 1.191-7.723 4.564s-.98 7.71 4.406 13.604c-5.184 2.243-3.581 4.745-3.327 8.885.252 4.121 6.415 6.361 6.468 6.38 0 0 2.025 8.222 5.469 12.431 2.808 3.432 8.679 6.782 11.125 8.091-.135-6.883-.246-12.678-.246-14.63-23.855 3.147-23.373-37.468.764-27.53.031.083 5.092 13.605 11.589 11.667 6.516-1.945-11.876-23.722 4.343-17.5s35.223-16.026 68.534-8.896c.416 3.816.803 7.761 1.129 11.75 5.824.935 10.361 1.558 11.846-2.08 1.588-3.893-6.159-9.391-6.159-9.391s11.804 3.175 12.095-2.533c.289-5.688-10.948-10.669-11.029-10.704.088.017 13.885 2.712 14.285-5.695" fill="black"/>',woman004:(e,n)=>'<path d="M216.638 166.174c-4.604 12.548-10.194 19.152-21.047 20.473-2.959-.33-6.556-.239-8.879-.66v18.161c-.658 12.547 55.664 30.798 62.174 45.223 3.135 6.944 7.84 26.054 9.517 40.629l30.584-36.322c.736-14.779-30.382-60.999-72.349-87.504M193.216 58.323c-33.73-26.986-83.28-21.459-80.279 65.884-12.504 21.465-22.956 59.545 3.728 93.809 8.244-4.402 18.253-7.165 25.583-10.486v-58.016c-23.002-.396-17.936-47.807 4.597-32.254 11.492 7.931 24.821-5.288 19.765-24.852 10.113 16.391 36.773 19.564 34.475-1.058 9.193 14.806 15.628 14.806 18.386 14.806.444 4.639.753 9.193.926 13.629 12.422.425 23.838-9.744 23.838-27.578-1-16.001-12.605-45.179-51.019-33.884" fill="black"/>',woman005:(e,n)=>'<path d="m188.148 183.963-.176.037v-.069zM118.248 33c18.123 0 33.051 13.626 35.026 31.155 7.527-2.155 15.894-3.338 25.124-3.338 48.315 0 44.23 32.436 42.921 66.814-.076-7.289-.523-14.812-1.253-22.269-2.78-28.396-35.196 6.451-63.118-23.427 1.551 29.878-14.478 33.484-20.165 29.879-25.853-11.849-26.371 36.573-.819 32.821-.009.469.101 17.461.192 32.837-18.312-7.343-35.947-19.261-35.947-38.287 0-12.75 2.717-25.701 8.324-37.304C93.791 97.678 83 84.153 83 68.116 83 48.722 98.781 33 118.248 33m102.808 107.035c-.053 5.888-.663 11.06-1.78 15.595.894-4.836 1.471-10.086 1.78-15.595" fill="black"/><path d="M172.226 61.603c-15.095-1.037-46.168 11.158-62.072 44.029-3.47 7.171-8.655 6.249-6.118-3.889 7.654-30.584 24.676-52.616 48.9-50.319 4.205.41 4.811 3.05 7.014 4.415 4.19 2.596 11.582 3.745 12.276 5.764" fill="white"/>',man006:(e,n)=>'<path d="M233.624 87.196c-10.041 24.328-72.934 28.139-85.261 25.672-36.131 11.131-25.959 15.005-14.311 33.888-.748-1.221-22.447 2.16-22.227-30.985-7.453-39.252 37.661-53.238 69.463-54.686s45.453-9.716 45.453-9.716c11.824 7.976 12.842 21.388 6.883 35.827" fill="black"/><path d="m221.524 131.157-3.322-35.942 7.358-4.563c2.166 24.917-.154 38.67-4.036 40.505m-96.046-5.565-.017-.001-3.578-27.543 26.275-.35a7.7 7.7 0 0 1 1.564-.02l-1.564.02c-11.995 1.425-9.876 32.543-2.863 46.624l-7.084-.097c-.167-17.972-6.771-18.32-12.733-18.633m-8.948-53.464c6.044-1.73 12.226 1.209 14.562 2.895l-9.135 7.995c2.48-2.71-2.585-8.389-5.427-10.89" fill="black"/><path d="M105.117 81.154c8.044-2.88 14.749-.02 17.097 1.771l-4.689 9.294c.278-5.49-8.156-9.664-12.408-11.065" fill="black"/>',man007:(e,n)=>'<path d="M160.038 160.401c-5.944-9.874-23.468-51.455-6.999-52.731 14.231 6.758 22.381 8.986 39.192-7.78 4.251 8.685 13.217 9.698 25.705 10.131l3.647 21.551.729-26.964c7.494.042 13.464.254 14.592-4.069 1.127-4.323-8.67-8.824-8.67-8.824s14.015 1.422 13.345-4.59-14.453-9.415-14.453-9.415 16.311.633 15.289-8.244c-1.021-8.877-83.653-21.033-121.468 13.686-12.733-.72-19.63-.738-26.358 8.116-4.002 9.73 1.79 13.533 10.728 20.603-6.175.862-6.943 2.251-8.004 6.009s5.376 10.338 12.551 15.633c-5.517 3.176-8.392 3.408-7.376 7.694s8.494 5.628 8.494 5.628l13.104 12.026 9.636 26.09v-38.116c9.529 9.558 12.947 14.399 17.469 27.451 9.718 16.633 24.969 17.296 51.825 17.296 16.44-1.273 21.932-4.973 13.594-21.882-1.658.663-2.653.803-5.305 1.326-11.403 2.249-43.675 1.987-51.267-10.625" fill="black"/>',woman006:(e,n)=>'<path d="M167.23 36C207.239 36 233 69.14 233 114.039c0 24.347-5.803 44.065-17.776 57.438 6.254-14.797 7.242-38.144 5.012-63.44-2.411-22.388-39.824 14.459-67.23-6.271 4.06 13.993-8.39 19.228-12.957 17.155-25.52-13.715-30.473 26.191-5.076 26.579v64.45c-24.433 12.167-61.834 26.075-69.023 40.089C62.732 256.314 58.382 283 58.382 283s.526-3.279 0 3c-20.254-12.919-11.882-8-37.367-26.334.532-19.821 11.688-37.208 28.703-48.306a52 52 0 0 1-2.061-14.535c0-15.616 7.425-29.922 18.746-39.557a65 65 0 0 1 4.091-4.842c-4.46-7.669-7.097-16.247-7.097-24.994 0-23.279 17.465-41.19 39.1-46.666C114.419 54.214 138.929 36 167.23 36" fill="black"/><path d="M201.522 185.94c.147 1.644 0 2.807 0 4.484 0 7.22-3.549 16.487-6.789 23.144-3.278-1.377-4.857-4.178-7.757-6.086V185.94c2.565.414 5.163.572 7.757.471 2.327 0 4.738.166 6.789-.471" fill="black"/>',woman007:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M162.585 51.272c-21.976-21.249-34.451-19.213-56.888 1.104-36.442-5.225-35.791 32.566-41.63 41.76-5.839 9.192-13.354 12.457-12.602 23.415s6.048 17.549 11.209 21.257c-15.1 11.22-26.632 30.503-21.39 42.075 7.45 20.32 52.064 26.382 61.088 8.639 1.912-3.761 1.183-8.85-.459-13.893q.224.112.459.214c7.801 3.435 13.645 1.245 19.635-4.778 5.897-5.929 7.272-15.909 7.272-15.909 14.119-19.226 14.445-13.685 18.908-37.605 5.936 3.944 9.375 5.203 11.656 4.984 1.772-8.627 1.875-18.133-.682-29.633 36.271 24.179 58.535-11.268 61.117 14.945.375 3.804.626 7.609.748 11.372 14.983-8.985 20.003-12.838 17.258-25.978-3.157-15.103-11.761-17.732-36.907-18.71-2.28-11.11-1.293-16.8-9.894-21.841s-17.519-2.847-28.898-1.418m-27.226 92.98c-17.015-4.547-15.004-39.31 5.95-30.802 1.589 10.058-2.951 19.606-5.95 30.802" fill="black"/><path d="M152.81 73.021c15.502 38.366 6.782 57.07-5.329 79.61s2.906 43.642 2.906 43.642-17.44-11.031-17.44-35.489c0-24.459 17.44-39.805 2.906-59.948-14.534-20.142 1.454-66.181 16.957-27.815" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m137.62 47.465 12.014-16.475c1.048-1.438 3.259-1.282 4.091.288l10.766 20.3c.833 1.57-.293 3.459-2.084 3.497l-20.521.433-12.013 16.474c-1.049 1.438-3.259 1.283-4.092-.288l-10.765-20.299c-.833-1.57.293-3.46 2.084-3.497z" fill="white"/>',woman008:(e,n)=>'<path d="M182.356 67.456c-14.939-26.964-29.906-39.497-65.323-37.186-35.597 2.323-42.687 37.33-43.99 95.088-15.627 1.327-24.744-.754-31.111 15.341s4.904 34.59 15.194 62.037c-15.863 18.303-20.107 28.49-15.194 47.036C46.44 266.789 52.15 266.419 62.19 273l94.922-64.038c-9.757-1.467-18.798-6.439-18.798-6.439v-56.694c-24.378-.366-19.01-44.188 4.872-29.813 12.178 7.331 26.306-4.887 20.947-22.97 10.718 15.15 39.303 19.06 36.867 0 9.743 13.685 16.234 12.707 19.157 12.707.92 8.395 1.294 16.488 1.113 24.058 13.62-14.504-3.034-62.008-38.914-62.355" fill="black"/><path d="M160.613 62.51c13.859-5.023 20.343-2.532 23.496 5.023-19.499.175-27.91 4.231-39.585 16.706-3.387-9.532 2.23-16.707 16.089-21.73" fill="white"/>',woman009:(e,n)=>'<path d="M96.877 109.825c10.353-44.443 68.519-71.7 111.603-61.795s48.334 48.347 37.981 92.79c-5.113 21.949-15.07 38.111-28.877 48.582 2.616 5.267 3.246 11.513 1.27 17.538a19 19 0 0 1-.202.587c6.682 4.139 10.375 13.67 9.788 21.473-14.929-5.304-42.44-16-41.44-25v-18c2.754.433 5.775.954 8.56.849 23.591-2.604 29.017-37.134 23.922-83.164-2.589-23.388-35.93 14.693-65.357-6.962 4.358 14.617-8.034 20.398-12.939 18.234-27.402-14.328-34.956 29.638-7.686 30.043l.387 50.185c-27.453-16.202-44.817-51.848-37.01-85.36" fill="black"/>',woman010:(e,n)=>'<path d="M171.923 43.312c-33.702-3.413-63.751 21.53-67.117 55.712L89 231c19.087-7.261 44.199-20.938 44.199-20.938.005-.037 1.366-10.509 4.976-11.356.63-.147 1.768-.274 3.218-.362q-.266-51.729-.257-52.441c-24.435 3.652-23.94-43.485.781-31.952 5.439 3.51 17.8 6.519 16.317-22.565 37.577 26.577 58.369-11.659 61.027 15.984 3.631 37.744-2.319 78.352-25.449 79.355-2.205.1-14.713-2.384-14.734-2.384v13.282c0 .341 2.403.927 3.014 1.083 2.009 1.301 4.015 10.476 4.018 10.497s0 4.427 36.835 18.391l11.747-115.416c3.365-34.182-21.229-64.659-54.931-68.072z" fill="black"/>',man008:(e,n)=>'<path d="M134.195 145.954c-14.612-52.519 9.44-15.947 9.44-15.947s5.583-37.892 12.742-21.612 24.556 8.004 28.826 6.442c-4.752-10.138-2.114-11.597.495-11.68 10.529 6.851 25.697.358 31.042-1.484 2.603 14.032 3.285 23.471 6.627 20.368.578-2.404.781-13.702 0-18.634 19.648-15.89 16.47-26.282 13.956-30.054 5.595-3.4 3.584-11.673 1.877-15.385-6.302 3.774-21.228-2.982-27.903-6.831-40.045-25.862-80.088 4.051-88.979 19.992-6.659-1.516-13.425 6.45-15.974 10.621-9.82 21.79 2.739 65.865 27.851 64.204" fill="black"/>',woman011:(e,n)=>'<path d="M167.056 44c17.077 0 28.264 3.883 34.737 23.847.153.471.643.73 1.094.583 13.539-4.39 39.856 8.954 39.856 29.838 0 8.787-1.51 14.738-2.959 20.443-1.741 6.856-3.39 13.357-2.22 24.001.771 7.013 3.106 9.711 6.104 13.177 14.402 16.642-1.282 22.973-.919 39.347.157 7.025 2.483 9.278 4.643 11.37l.001.002c1.931 1.871 3.731 3.614 3.731 8.525-27.601 16.656-54.78 13.656-54.78 13.656l-3.537-3.189c3.566-3.692 5.867-6.324 5.9-6.363-.058-.019-15.415-5.159-15.416-15.417V185c2.585.489 8.079 1.468 10.709 1.5 24.038-.004 27.571-38.825 23.798-77.505-2.762-28.327-34.979 6.436-62.729-23.369 1.541 29.805-14.39 33.402-20.042 29.805-25.695-11.82-25.91 32.812-.515 29.069-.015.774 0 50.071 0 59.32 0 10.278-18.5 15.417-18.5 15.417.016.016 3.46 3.443 8.522 7.975-25.221-6.11-38.783-12.046-38.858-12.079 0 0-12.771-30.375 0-59.244 5.023-11.354 15.771-23.659 15.771-52.986 0-35.04 34.056-58.903 65.609-58.903" fill="black"/>',woman012:(e,n)=>'<path d="M174.948 46.312c-59.034-4.975-89.495 50.58-92.761 91.761-2.584 32.575 21.964 47.605 51.46 53.98v-47.04c-24.908 3.671-20.407-41.01 4.793-29.421 5.545 3.527 18.145 6.55 16.633-22.675 38.306 26.706 61.842-11.411 64.551 16.365 3.701 37.927-4.178 75.845-27.757 76.853-2.255.101-4.867-.135-4.867-.135v10.5c30.958-1.832 63.149-12.921 65.686-44.912 3.266-41.181-18.704-100.301-77.738-105.276" fill="black"/>'},E={unisex001:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m132.717 268.623-17.632-50.248-4.841 1.693 17.633 50.249zM74 239.868l22.637 34.171 4.237-2.885-22.636-34.172zm112.204 30.583 21.802-52.49-4.737-1.961-21.803 52.489zm53.523-34.083-24.688 37.127 4.274 2.832L244 239.2z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M104.314 272.67h104.788c3.22 0 5.83 2.606 5.83 5.821v36.388H98.484v-36.388a5.826 5.826 0 0 1 5.83-5.821m104.788-5.121c6.053 0 10.959 4.899 10.959 10.942V320H93.354v-41.509c0-6.043 4.907-10.942 10.96-10.942z" fill="black"/>',woman001:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m254.537 257.399-.17-.255c-10.357-15.521-31.065-29.343-62.341-41.562-9.227 12.772-19.063 20.929-30.647 21.006-11.608.077-22.54-8.029-33.739-21.3-24.734 8.274-47.48 23.233-62.954 41.863l-.073.087-.076.084a12.05 12.05 0 0 0-3.127 8.116c0 6.678 5.43 12.135 12.186 12.135a12.15 12.15 0 0 0 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.315 0 6.309-1.311 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.316 0 6.309-1.311 8.508-3.447l3.764-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447 12.15 12.15 0 0 0 8.507-3.447l3.764-3.656 3.765 3.656a12.15 12.15 0 0 0 8.508 3.447 12.15 12.15 0 0 0 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.315 0 6.309-1.311 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.315 0 6.309-1.311 8.508-3.447l3.764-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c6.755 0 12.185-5.457 12.185-12.135 0-2.974-1.068-5.69-2.854-7.804zM129.481 209c23.957 29.806 40.831 29.292 60.53 0 33.758 12.694 57.1 27.514 68.852 45.126A17.47 17.47 0 0 1 263 265.438c0 9.7-7.878 17.562-17.596 17.562a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 220.86 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 196.316 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 171.772 283a17.56 17.56 0 0 1-12.273-4.976A17.56 17.56 0 0 1 147.228 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 122.684 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 98.14 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 73.596 283C63.878 283 56 275.138 56 265.438a17.48 17.48 0 0 1 4.529-11.761c16.928-20.38 42.005-36.397 68.952-44.677" fill="black"/>',unisex002:(e,n)=>'<path d="M127.559 250.874c-28.505-18.07-23.908-23.391-10.266-41.896 2.361 8.933 0 7.345 10.266 15.082zm61.744.844c30.5-17.078 23.952-22.817 11.269-43.339-2.572 9.532 0 5.56-11.269 17.124z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m193.988 205 6.775.914c9.339 1.261 19.51 5.575 26.683 11.97 7.197 6.417 11.747 15.345 8.474 25.463-1.614 4.986-5.1 9.54-9.77 13.671-4.682 4.141-10.686 7.977-17.571 11.505-13.766 7.054-31.355 13.029-49.707 17.757l-.588.152-.594-.123c-18.003-3.717-34.18-9.371-46.911-16.196-12.651-6.783-22.228-14.901-26.541-23.723-4.534-9.276-1.774-20.126 4.644-28.038 6.458-7.96 16.971-13.438 28.771-11.838l5.015.68-3.441 3.725c-1.916 2.076-3.094 5.309-3.404 9.316-.306 3.975.267 8.459 1.584 12.717 1.319 4.263 3.34 8.157 5.805 11.016 2.471 2.865 5.227 4.517 8.055 4.776 3.989.364 7.216 1.277 9.973 2.82 2.76 1.543 4.89 3.629 6.799 6.103 1.879 2.435 3.613 5.342 5.511 8.538l.169.286c1.199 2.019 2.488 4.19 3.964 6.526a61 61 0 0 1 4.396-7.9c4.308-6.523 11.21-13.997 21.213-16.317 7.905-1.833 13.99-8.717 16.916-16.88 2.952-8.236 2.352-16.773-1.799-21.687zm-33.276 74.46-.319.971c17.108-4.55 33.201-10.151 45.798-16.606 6.644-3.405 12.24-7.008 16.486-10.764 4.257-3.766 7.024-7.567 8.246-11.343 2.397-7.41-.68-14.286-6.965-19.89-4.937-4.402-11.624-7.762-18.332-9.56 2.529 6.453 2.042 14.417-.475 21.438-3.317 9.252-10.495 17.872-20.677 20.233-8.085 1.875-14.015 8.032-18.017 14.092a56 56 0 0 0-4.374 8.009 49 49 0 0 0-1.049 2.532c-.114.299-.196.53-.25.681l-.057.166-.013.036-.001.004zm-4.305 1.187-.358-.527c-2.785-4.094-4.955-7.749-6.826-10.901l-.186-.313c-1.936-3.26-3.505-5.876-5.151-8.01-1.617-2.095-3.237-3.625-5.203-4.725-1.969-1.102-4.446-1.86-7.893-2.175-4.606-.421-8.515-3.058-11.549-6.576-3.04-3.524-5.367-8.108-6.851-12.903-1.485-4.801-2.17-9.957-1.804-14.689.225-2.917.858-5.774 2.025-8.299-7.953.306-14.992 4.405-19.655 10.153-5.535 6.824-7.376 15.482-4.002 22.384 3.596 7.356 12.022 14.811 24.3 21.394 11.657 6.25 26.491 11.555 43.153 15.187" fill="black"/><path d="M137.898 267.399a2.39 2.39 0 0 1-2.388 2.397 2.39 2.39 0 0 1-2.387-2.397 2.39 2.39 0 0 1 2.387-2.397 2.39 2.39 0 0 1 2.388 2.397m46.557 0a2.39 2.39 0 0 1-2.387 2.397 2.39 2.39 0 0 1-2.388-2.397 2.39 2.39 0 0 1 2.388-2.397 2.39 2.39 0 0 1 2.387 2.397" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M130.738 298.158 134.915 267l1.481.201-4.179 31.157z" fill="black"/><path d="M135.812 302.151c0 2.565-2.07 4.644-4.625 4.644s-4.626-2.079-4.626-4.644 2.071-4.643 4.626-4.643 4.625 2.079 4.625 4.643" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m183.897 298.538-2.33-31.352 1.489-.112 2.331 31.352z" fill="black"/><path d="M189.688 301.395a4.644 4.644 0 0 1-3.569 5.504 4.626 4.626 0 0 1-5.482-3.583c-.529-2.509 1.07-4.974 3.569-5.504a4.626 4.626 0 0 1 5.482 3.583" fill="black"/>',unisex003:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M187.136 296.905c1.315-17.123 1.449-43.444 1.561-65.444.03-5.813.058-11.325.106-16.285.017-1.691.035-3.319.057-4.872 1.481.355 3.058.883 4.667 1.551 6.549 2.724 13.633 7.798 16.955 13.174q2.794-1.471 5.499.216a19.9 19.9 0 0 1 4.274 6.478c-.316 5.594-2.481 20.563-3.505 26.081-5.483 21.78-13.088 34.634-24.858 51.435a952 952 0 0 1-5.009 7.062c.47-2.82.401-5.64.252-8.47q-.038-.726-.081-1.452c-.18-3.138-.361-6.291.082-9.474m4.411 4.558c-.007-1.343.053-2.624.231-3.899l.02-.145.011-.147c1.329-17.311 1.464-43.943 1.577-65.983.026-5.061.05-9.88.088-14.289a41 41 0 0 1 4.887 2.779c3.627 2.405 6.561 5.187 8.144 7.748l2.299 3.719 3.85-2.028c.164-.087.274-.122.331-.136a.3.3 0 0 1 .088-.012.2.2 0 0 1 .059.01 15 15 0 0 1 2.365 3.492c-.481 5.957-2.371 19.015-3.327 24.214-4.727 18.713-11.021 30.513-20.623 44.677m-84.017-73.579a74 74 0 0 1 6.039-6.028c.739-.568 1.537-1.212 2.378-1.892 2.806-2.266 6.097-4.925 9.364-6.445 1.593-.741 3.179-1.212 4.701-1.235-.033 1.292-.005 2.932.051 4.726.044 1.412.105 2.92.165 4.428.139 3.422.276 6.844.217 9.154-.13 6.218-.452 12.428-.775 18.638-.599 11.517-1.197 23.03-.561 34.582a492 492 0 0 0 5.605 33.8 204 204 0 0 1-6.423-8.605q-18.612-26.363-28.107-57.751-2.553-8.883-1.455-17.971 2.391-5.837 8.801-5.401m-4.227 6.674c.432-.855.884-1.274 1.26-1.504.457-.281 1.241-.551 2.652-.455l2.274.155 1.524-1.706a69 69 0 0 1 5.532-5.537c.878-.676 1.718-1.357 2.556-2.034 1.564-1.267 3.118-2.524 4.885-3.734q.762-.521 1.449-.937c.033.891.069 1.79.105 2.672l.005.15c.141 3.492.269 6.725.214 8.838v.025c-.123 5.899-.436 11.959-.754 18.102-.604 11.698-1.224 23.7-.575 35.48l.009.177.023.176a499 499 0 0 0 1.905 13.233c-9.297-14.773-16.526-30.685-21.691-47.748-1.454-5.077-1.908-10.184-1.373-15.353" fill="black"/>',unisex004:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m199.017 276.155.005-57.155 3.688.001-.005 57.155zm-97.065 7.829v-57.938h3.688v57.938zm14.047-7.829v-56.372h3.688v56.372zm97.065 7.829V224.48h3.688v59.504z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M212.929 271.957H107.071c-3.253 0-5.889 2.645-5.889 5.909v36.936h117.636v-36.936c0-3.264-2.636-5.909-5.889-5.909m-105.858-5.198c-6.114 0-11.071 4.973-11.071 11.107V320h128v-42.134c0-6.134-4.957-11.107-11.071-11.107z" fill="black"/><path d="M112.11 289.671c4.583 0 8.298-3.727 8.298-8.323 0-4.597-3.715-8.324-8.298-8.324-4.582 0-8.297 3.727-8.297 8.324s3.715 8.323 8.297 8.323m95.325.832c4.582 0 8.297-3.726 8.297-8.323s-3.715-8.323-8.297-8.323-8.297 3.726-8.297 8.323 3.715 8.323 8.297 8.323" fill="black"/>',unisex005:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m188.093 217.265 4.841 8.173c-3.095 4.756-5.522 6.813-6.947 7.694l-6.015-10.199c2.33-1.002 5.455-2.754 8.121-5.668m3.239-5.69c-1.402-2.367-4.613-2.138-5.932-.097-2.906 4.498-7.739 6.367-9.635 6.937-2.069.623-3.232 3.099-2.02 5.153l8.378 14.207c.596 1.01 1.88 1.908 3.483 1.611 2.26-.419 6.997-2.553 12.874-12.076a3.49 3.49 0 0 0 .036-3.607z" fill="black"/><path d="m166.761 237.16-6.48-15.537-5.04 10.84z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M160.308 220.178c.57.011 1.08.359 1.301.887l6.48 15.536a1.443 1.443 0 0 1-1.872 1.899l-11.52-4.697a1.45 1.45 0 0 1-.764-1.952l5.041-10.839a1.44 1.44 0 0 1 1.334-.834m-3.122 11.517 6.907 2.816-3.885-9.313z" fill="black"/><path d="m169.711 234.756 5.584-13.386 4.343 9.339z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M175.271 220.124a1.24 1.24 0 0 0-1.12.765l-5.584 13.385c-.194.464-.09 1 .263 1.357.353.358.886.468 1.35.278l9.926-4.046a1.245 1.245 0 0 0 .658-1.682l-4.343-9.339a1.24 1.24 0 0 0-1.15-.718m2.69 9.923-5.951 2.426 3.347-8.024zm-43.242-14.967-5.655 9.706c3.19 4.509 7.648 7.595 11.826 9.661a44 44 0 0 0 8.174 3.061l6.836-13.009c-5.261.057-13.231-1.538-21.181-9.419m-3.484-5.316c1.282-2.199 4.225-2.293 5.763-.556 9.237 10.429 18.375 9.926 21.699 9.329 1.557-.279 2.853.486 3.557 1.381.711.904 1.192 2.443.394 3.963l-9.33 17.757c-.696 1.325-2.213 2.167-3.84 1.826-1.557-.325-6.038-1.399-11.1-3.903-5.048-2.495-10.86-6.505-14.828-12.792a3.58 3.58 0 0 1-.064-3.707z" fill="black"/><path d="M161.15 309.419c0-.906.268-1.792.769-2.544a4.557 4.557 0 0 1 7.022-.694 4.59 4.59 0 0 1-.691 7.047 4.554 4.554 0 0 1-5.763-.57 4.6 4.6 0 0 1-1.337-3.239m0-22.902c0-.906.268-1.792.769-2.545a4.57 4.57 0 0 1 2.049-1.687 4.55 4.55 0 0 1 4.973.993 4.593 4.593 0 0 1-.691 7.047 4.554 4.554 0 0 1-5.763-.569 4.6 4.6 0 0 1-1.337-3.239m0-22.903c0-.906.268-1.791.769-2.544a4.557 4.557 0 0 1 7.022-.695 4.59 4.59 0 0 1-.691 7.048 4.554 4.554 0 0 1-5.763-.57 4.6 4.6 0 0 1-1.337-3.239" fill="black"/>',unisex006:(e,n)=>'<path d="M153.897 234.894h16.752V320h-16.752zm31.221 36.475a4.565 4.565 0 0 1 4.569-4.56h32.744a4.565 4.565 0 0 1 4.569 4.56 4.564 4.564 0 0 1-4.569 4.559h-32.744a4.564 4.564 0 0 1-4.569-4.559" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M133.584 232.088c-7.816-2.942-14.458-7.475-17.584-13.879l4.545-2.209c2.313 4.737 7.552 8.631 14.823 11.367 7.209 2.714 16.051 4.143 24.952 4.213 8.903.069 17.709-1.224 24.851-3.83 7.203-2.63 12.326-6.445 14.524-11.146l4.581 2.133c-3.012 6.443-9.599 10.915-17.369 13.751-7.832 2.858-17.263 4.209-26.626 4.136-9.365-.073-18.818-1.571-26.697-4.536" fill="black"/>',unisex007:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M159.5 229.929 123.988 217 114 231.219 148.402 252l11.098-19.697L170.597 252 205 231.219 195.012 217zm33.532-6.656-27.067 9.855 6.546 11.618 24.997-15.1zm-46.543 21.473 6.546-11.618-27.067-9.855-4.476 6.373z" fill="black"/>',unisex008:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M184.254 205.101v10.024l-27.556 26.494 14.196 29.516L208 227.373zm16.827 22.668-29.016 34.22-9.267-19.268 26.474-25.454v-.574z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M135.958 205v10.711l27.715 26.592-14.27 30.321L116 228.347zm-13.521 23.544 25.966 34.418 9.192-19.531-26.307-25.241z" fill="black"/><path d="M165.237 312.962a4.04 4.04 0 0 0-2.489-3.73 4.028 4.028 0 0 0-5.496 2.943 4.04 4.04 0 0 0 1.714 4.145 4.031 4.031 0 0 0 6.271-3.358m0-20.188a4.038 4.038 0 0 0-4.818-3.959 4.04 4.04 0 0 0-1.453 7.317 4.031 4.031 0 0 0 6.271-3.358m0-20.187a4.04 4.04 0 0 0-2.489-3.731 4.03 4.03 0 0 0-4.392.875 4.043 4.043 0 0 0 .61 6.212 4.024 4.024 0 0 0 5.09-.502 4.04 4.04 0 0 0 1.181-2.854" fill="black"/>',unisex009:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M125.237 214c-5.073 2.313-10.01 4.048-14.828 5.74-9.926 3.486-19.347 6.795-28.409 14.626L94.237 341h135.421L237 234.366c-9.005-7.782-18.588-11.099-28.594-14.561-4.95-1.713-10.004-3.462-15.142-5.805l-32.132 48.065zm70.029 6.746-33.889 50.694-37.923-50.78c-3.951 1.618-7.892 3.005-11.597 4.308-2.486.875-4.867 1.713-7.073 2.558-6.07 2.325-11.671 4.968-17.067 9.151l11.35 98.914h125.534l6.804-98.815c-5.438-4.225-11.172-6.891-17.41-9.239-2.198-.828-4.558-1.646-7.015-2.498-3.754-1.3-7.735-2.68-11.714-4.293" fill="black"/>',unisex010:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M156.846 320H284s-.224-1.801-.66-4.84c-1.754-12.206-6.933-44.387-14.777-60.116-9.798-19.646-55.448-34.734-55.448-34.734-5.988 2.341-9.848 16.997-14.429 34.382-5.932 22.518-13.071 49.614-27.599 60.468-4.109 3.07-8.81 4.84-14.241 4.84-2.611 0-5.082-1.77-7.443-4.84-6.933-9.015-12.913-29.235-18.677-48.726-6.556-22.169-12.833-43.396-19.918-46.124 0 0-48.575 15.093-58.37 34.734-7.843 15.726-13.024 47.909-14.777 60.116C37.224 318.199 37 320 37 320zm-114.283-4.84h100.959c-1.478-2.366-2.851-5.056-4.14-7.917-4.155-9.223-7.953-21.435-11.542-33.48-.6-2.011-1.193-4.017-1.782-6.008-2.987-10.098-5.858-19.807-8.769-27.688-1.743-4.716-3.421-8.558-5.042-11.329-.902-1.542-1.645-2.504-2.192-3.089-1.3.437-3.123 1.066-5.32 1.87-4.62 1.69-10.862 4.138-17.386 7.178-6.544 3.048-13.252 6.638-18.86 10.588-5.706 4.017-9.795 8.079-11.708 11.915-4.564 9.151-8.328 24.775-10.97 38.594a449 449 0 0 0-3.248 19.366m135.806 0h100.069q-.125-.86-.27-1.832a449 449 0 0 0-2.978-17.532c-2.642-13.819-6.406-29.442-10.971-38.596-1.946-3.903-5.92-7.979-11.339-11.981-5.342-3.944-11.689-7.527-17.864-10.57-6.156-3.034-12.031-5.478-16.375-7.165a203 203 0 0 0-4.752-1.778c-.478.568-1.103 1.473-1.834 2.892-1.422 2.754-2.817 6.579-4.264 11.326-1.438 4.713-2.857 10.094-4.386 15.897l-.035.132c-1.509 5.73-3.118 11.838-4.914 17.909-3.594 12.147-8.063 24.613-14.366 34.11-1.722 2.595-3.623 5.025-5.721 7.188" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m153.306 224.284-5.146 93.375h24.7l-5.146-93.375s-4.803-5.074-7.204-5.074-7.204 5.074-7.204 5.074m14.428 88.535-4.761-86.403a32 32 0 0 0-1.096-.977 17 17 0 0 0-1.367-1.055c-.404.276-.871.637-1.366 1.055-.392.332-.766.668-1.097.977l-4.761 86.403z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M160.507 216.998 193.441 205l9.262 13.195-31.904 19.283-10.292-18.277-10.291 18.277-31.904-19.283L127.574 205zm-31.097-6.176 25.102 9.145-6.071 10.78-23.182-14.012zm43.163 19.925-6.07-10.78 25.102-9.145 4.15 5.913z" fill="black"/>',unisex011:(e,n)=>'<path d="M160 214h11v123h-11z" fill="black"/>',woman002:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M157.505 243.633a37 37 0 0 0 1.995-3.174l.12.214c.496.878 1.12 1.878 1.868 2.948.598.857 1.276 1.76 2.03 2.683 5.2 6.363 14.059 13.696 25.893 13.696 12.581 0 28.007-16.845 14.1-35.633-1.632-2.204-3.976-4.593-6.261-6.522-2.643-2.23-5.205-3.845-6.486-3.845v8.371c0 8.266-15.582 12.828-25.923 14.361-2.057.305-3.906.489-5.384.56-1.503-.068-3.321-.242-5.317-.526-10.503-1.498-25.903-6.067-25.903-14.395V214c-1.282 0-3.844 1.615-6.486 3.845-2.285 1.929-4.63 4.318-6.262 6.522-13.907 18.788 1.519 35.633 14.1 35.633 11.835 0 20.695-7.333 25.894-13.695a45 45 0 0 0 2.022-2.672m-7.397-.986c-3.901-.711-8.133-1.769-12.041-3.207-3.653-1.344-7.45-3.172-10.447-5.675-2.194-1.833-4.302-4.338-5.288-7.525a26 26 0 0 0-1.62 1.952m29.396 14.455a37 37 0 0 1-5.024 4.96c-4.26 3.448-9.458 5.941-15.495 5.941-3.645 0-8.626-2.677-11.323-7.47-2.391-4.25-3.068-10.437 2.446-17.886m48.142 14.41c3.808-.709 7.964-1.751 11.823-3.153 3.682-1.337 7.526-3.156 10.566-5.641 2.225-1.818 4.407-4.337 5.42-7.573a26 26 0 0 1 1.626 1.957c5.514 7.45 4.836 13.636 2.445 17.886-2.697 4.793-7.678 7.47-11.323 7.47-6.036 0-11.234-2.493-15.495-5.942a37.3 37.3 0 0 1-5.062-5.004" fill="black"/>',woman003:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m188.189 215.207 3.522 1.947c2.239 1.239 4.457 1.313 5.862 1.303.587-.004 1.035-.018 1.409-.029.707-.022 1.151-.035 1.77.039.92.109 2.897.443 6.052 5.041l1.545 2.251h2.739c1.836 0 3.293.045 4.59.536 1.017.386 2.184 1.139 3.114 3.316l.747 1.748 1.707.849c.835.416 1.841.851 2.73 1.235l.169.073a86 86 0 0 1 2.568 1.141c-.8 9.822-6.406 21.431-15.634 32.051-9.905 11.398-23.423 20.988-37.851 25.447-14.324 4.425-29.369 3.771-43.036-4.924-13.282-8.448-25.961-24.934-35.19-53.536 6.018-4.537 14.94-9.698 23.476-14.511l2.798-1.575c3.804-2.138 7.402-4.161 10.333-5.911a110 110 0 0 0 3.029-1.869c6.519 8.606 15.649 14.144 25.528 14.419 10.371.289 20.162-5.233 27.378-16.402q.217.25.418.506c1.346 1.726 1.332 2.673 1.252 2.977zm-4.664-10.689c-12.74 20.368-32.948 17.76-44.717 2.244a41 41 0 0 1-2.923-4.429c-.585.776-2.048 1.869-4.129 3.203-3.193 2.047-7.839 4.66-13 7.562C108.37 218.937 95.9 225.949 89 231.878c38.057 125.379 142.988 48.371 143 .399 0-.999-3.057-2.318-5.77-3.488-.988-.427-1.931-.833-2.664-1.198-2.989-6.994-8.964-6.994-12.478-6.994-4.707-6.862-8.496-7.38-11.677-7.344q-.47.007-.923.022c-.636.018-1.248.036-1.837.001-.85-.05-1.653-.21-2.42-.634.903-3.414-1.305-6.879-3.995-9.464-1.392-1.338-2.914-2.441-4.2-3.178a52 52 0 0 1-2.511 4.518m44.629 30.916-.02-.015z" fill="black"/><path d="M194.433 213.177c-8.202 21.563-51.605 37.713-76.957 2.692 38.482 30.303 64.304 4.943 76.957-2.692" fill="black"/><path d="M210.393 221.86c-8.204 21.564-63.513 48.188-88.865 13.167 38.482 30.303 77.619-2.603 88.865-13.167" fill="black"/><path d="M223.098 228.162c-3.617 21.954-57.611 67.97-94.703 27.792 38.481 30.304 80.339-8.591 94.703-27.792" fill="black"/>',woman004:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m226.814 231.84 5.3 104.485-143.83-2.418 6.748-56.578c7.521 2.986 16.957 3.005 26.772 1.176 11.619-2.165 24.261-7.007 35.959-13.356 11.699-6.348 22.59-14.278 30.658-22.717 7.104-7.431 12.307-15.563 13.559-23.575 1.347.269 2.877.727 4.549 1.359 2.78 1.052 5.755 2.507 8.617 4.091 4.962 2.747 9.392 5.777 11.668 7.533m-18.302-16.837c-3.069-1.16-6.233-2.003-9.047-2.003h-2.714l-.08 2.706c-.205 6.894-4.637 14.865-12.298 22.879-7.582 7.932-17.975 15.53-29.282 21.667-11.308 6.136-23.394 10.737-34.315 12.772-11.016 2.053-20.365 1.409-26.62-2.317l-3.702-2.204L82 339.379 238 342l-5.726-112.89-.921-.78c-2.142-1.816-7.508-5.584-13.493-8.898-3.007-1.665-6.236-3.252-9.348-4.429" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m208.062 217.162-.422 2.047c-2.82 13.658-11.894 32.092-30.311 47.094-18.275 14.886-45.842 24.996-85.844 18.733l-2.07-.325-.913 5.792 2.071.324c41.525 6.503 70.808-3.963 90.475-19.983 19.526-15.905 29.275-35.556 32.35-50.453l.423-2.047z" fill="black"/>',unisex012:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M107.593 227.751v46.577h8.841v-51.735a128 128 0 0 0-8.841 5.158m8.841-10.384c-4.706 2.441-8.268 4.463-13.474 7.866v53.72h18.107V215c-1.698.86-3.217 1.632-4.633 2.367m98.693 11.743v45.218h-8.842v-50.665c2.983 1.68 5.609 3.338 8.842 5.447m-8.842-10.723c4.807 2.572 8.337 4.851 13.475 8.227v52.338h-18.108v-62.94c1.703.84 3.223 1.62 4.633 2.375" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M219.752 265.451H100.248a2.613 2.613 0 0 0-2.615 2.611v49.313h124.734v-49.313a2.613 2.613 0 0 0-2.615-2.611m-119.504-4.624c-4.003 0-7.248 3.239-7.248 7.235V322h134v-53.938c0-3.996-3.245-7.235-7.248-7.235z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M183.287 283.845h-47.832a5.33 5.33 0 0 0-5.333 5.323v26.473h58.498v-26.473a5.33 5.33 0 0 0-5.333-5.323m-47.832-4.625c-5.504 0-9.966 4.454-9.966 9.948v31.098h67.764v-31.098c0-5.494-4.462-9.948-9.966-9.948z" fill="black"/>',unisex013:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M187.97 210.998c-.005.008.324.182.852 1.094.553.955 1.056 2.262 1.483 3.681.421 1.394.732 2.778.939 3.822.103.52.179.949.228 1.244l.055.335.012.082.003.018v.002l2.729-.397 2.729-.397-.002-.014-.005-.032-.017-.112q-.022-.144-.065-.401a47 47 0 0 0-.258-1.404 47 47 0 0 0-1.068-4.343c-.479-1.596-1.129-3.366-1.992-4.856-.791-1.367-2.123-3.138-4.238-3.673-1.311-.331-3.763-.524-6.436-.604a102 102 0 0 0-9.299.155c-3.17.205-6.373.589-8.848 1.258-1.218.329-2.457.777-3.452 1.434-.964.637-2.231 1.846-2.239 3.754v.013q0-.011-.002.011c-.002.043-.008.17-.027.4a28 28 0 0 1-.115 1.086 31 31 0 0 1-.468 2.791 31 31 0 0 1-.43-2.763 31 31 0 0 1-.103-1.091c-.022-.286-.027-.43-.028-.448v-.001c-.01-1.901-1.266-3.109-2.231-3.748-.994-.657-2.23-1.104-3.443-1.431-2.467-.665-5.658-1.045-8.819-1.246a104 104 0 0 0-9.287-.153c-2.691.079-5.129.266-6.442.571-2.165.501-3.529 2.268-4.339 3.658-.875 1.501-1.52 3.286-1.99 4.89a45 45 0 0 0-1.032 4.371 46 46 0 0 0-.303 1.819l-.008.055-.007.058-.005.032-.001.011v.003l-.001.001 2.734.361 2.734.36v-.002l.003-.017.011-.083.05-.336c.047-.296.117-.725.214-1.246.196-1.048.493-2.434.902-3.828.416-1.421.911-2.719 1.461-3.662.526-.901.855-1.061.851-1.068.736-.163 2.647-.345 5.328-.423a98 98 0 0 1 8.777.143c3.041.194 5.8.545 7.735 1.068.782.21 1.308.418 1.627.584a37 37 0 0 0 .695 4.936c.264 1.222.655 2.621 1.253 3.776.489.945 1.714 2.869 4.063 2.869 2.333 0 3.569-1.903 4.068-2.842.611-1.151 1.019-2.546 1.299-3.77.433-1.888.668-3.862.754-4.966.322-.169.855-.381 1.649-.595 1.947-.526 4.72-.882 7.767-1.079a97 97 0 0 1 8.779-.146c2.674.08 4.535.269 5.216.431m-28.517 7.847a.2.2 0 0 0-.048-.06c.031.046.047.063.048.06m-1.959-.077a.2.2 0 0 0-.048.059c0 .003.016-.013.048-.059m.023 78.209a1.1 1.1 0 0 1 .235-1.185 1.083 1.083 0 0 1 1.831.98 1.09 1.09 0 0 1-1.063.875 1.06 1.06 0 0 1-.603-.183 1.1 1.1 0 0 1-.4-.487m0-22.2a1.09 1.09 0 0 1 1.003-1.503 1.09 1.09 0 0 1 .901.483q.06.089.1.188a1.07 1.07 0 0 1 .062.628 1.087 1.087 0 0 1-1.478.793 1.08 1.08 0 0 1-.588-.589m0-22.199a1.09 1.09 0 0 1 .235-1.185 1.1 1.1 0 0 1 .768-.317 1.1 1.1 0 0 1 .602.183 1.06 1.06 0 0 1 .399.487 1.07 1.07 0 0 1 .062.628 1.084 1.084 0 0 1-2.066.204m1.003-.416c4.43 43.52 4.171 42.662 3.683 41.932.28 4.773.747 3.644.747 2.467-3.256 4.439-2.128 3.971-1.298 3.139-4.866 1.04-4.009 1.3-3.132 1.3-3.758-1.93-3.19-1.236-2.462-.748-2.055-3.697-1.967-2.804-1.632-1.993.341-4.217-.081-3.426-.252-2.565 2.621-3.317 1.832-2.894 1.213-2.273 4.019-1.298 3.128-1.387 2.268-1.215 4.061 1.157 3.37.588 2.56.252m1.988-20.563a4.446 4.446 0 0 1-.551 5.606 4.426 4.426 0 0 1-7.226-1.44 4.44 4.44 0 0 1 3.229-6.054 4.42 4.42 0 0 1 4.548 1.888m0-22.2a4.44 4.44 0 0 1-.551 5.606 4.423 4.423 0 0 1-7.226-1.44 4.45 4.45 0 0 1 .961-4.838 4.42 4.42 0 0 1 4.828-.963c.81.336 1.501.906 1.988 1.635" fill="black"/>',unisex014:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M150.665 235.792 144.703 378h28.621l-5.963-142.208s-5.565-5.998-8.347-5.998c-2.783 0-8.349 5.998-8.349 5.998m16.465 136.235-5.604-133.648a34 34 0 0 0-1.16-1.05 21 21 0 0 0-1.352-1.083c-.408.296-.867.662-1.354 1.083-.411.354-.805.714-1.16 1.05l-5.604 133.648z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M159.002 227.181 197.164 213 214 224.559l-43.073 26.83-11.925-21.605-11.926 21.605L106 224.559 120.839 213zm-37.132-7.43 29.771 11.062-6.668 12.08-28.725-18.762zm51.226 23.261-6.734-12.199 29.985-11.142 6.765 4.645z" fill="black"/>',unisex015:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m111 298.315 28.682 56.017-1.965-144.506-12.77 5.869L111 263.03h10.822zm6.524-40.155h10.897l-12.174 39.696 18.27 35.679-1.581-116.15-3.93 1.806zM211 262.434l-13.186-48.974L184.76 208l4.382 150L211 296.973l-10.592-34.539zm-5.142 34.42-12.05-39.29h10.825l-10.914-40.536-3.858-1.614 3.406 116.593z" fill="black"/>',unisex016:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M166.154 322H39s.191-2.183.589-5.803c1.448-13.187 5.64-45.444 13.327-60.755 9.798-19.514 55.447-34.501 55.447-34.501 5.98 2.323 10.053 17.131 14.893 34.729 6.12 22.253 13.467 48.965 27.448 60.527 4.428 3.662 9.52 5.803 15.45 5.803 2.851 0 5.567-2.141 8.176-5.803 6.808-9.551 12.892-29.441 18.757-48.612 6.871-22.462 13.441-43.936 20.518-46.644 0 0 47.162 17.03 56.957 36.539 7.637 15.21 12.75 45.92 14.632 58.717.532 3.617.806 5.803.806 5.803zm113.121-5.803H181.27c1.227-2.089 2.381-4.372 3.475-6.756 4.316-9.412 8.309-21.849 12.072-34.062a2766 2766 0 0 0 1.893-6.169c3.126-10.219 6.121-20.008 9.125-27.951 1.802-4.764 3.514-8.606 5.134-11.349.638-1.081 1.179-1.846 1.608-2.382 1.156.452 2.607 1.033 4.285 1.73 4.475 1.86 10.523 4.532 16.85 7.787 6.348 3.266 12.848 7.055 18.289 11.127 5.547 4.151 9.473 8.218 11.318 11.894 4.495 8.951 8.24 24.344 10.883 38.077a443 443 0 0 1 3.073 18.054m-136.901 0H45.48l.136-1.199a425 425 0 0 1 2.453-18.057c2.266-14.27 5.646-30.063 10.09-38.914 1.843-3.669 5.668-7.604 11.038-11.543 5.276-3.87 11.565-7.399 17.71-10.407 6.123-2.997 11.97-5.413 16.295-7.081a197 197 0 0 1 4.041-1.511c.37.509.829 1.232 1.361 2.247 1.426 2.723 2.858 6.544 4.373 11.344 1.503 4.759 3 10.199 4.619 16.087l.019.069c1.604 5.829 3.317 12.057 5.219 18.25 3.788 12.333 8.482 25.072 15.003 34.808 1.394 2.079 2.902 4.067 4.537 5.907" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M157.103 231.057c-4.694 5.723-12.693 12.319-23.379 12.319-11.36 0-25.289-15.152-12.731-32.052 1.472-1.982 3.59-4.131 5.653-5.865 2.387-2.007 4.7-3.459 5.857-3.459v7.529c0 7.436 14.07 11.539 23.406 12.918 1.857.274 3.527.44 4.861.503a51 51 0 0 0 4.8-.473c9.485-1.347 23.39-5.457 23.39-12.948V202c1.157 0 3.47 1.452 5.857 3.459 2.063 1.734 4.18 3.883 5.653 5.865 12.558 16.9-1.371 32.052-12.731 32.052-10.686 0-18.685-6.596-23.38-12.319a40 40 0 0 1-1.826-2.403 34 34 0 0 1-1.618-2.529l-.184-.325-.107.192a33 33 0 0 1-1.687 2.651 40 40 0 0 1-1.834 2.414m-4.818-3.331a33.6 33.6 0 0 1-4.57 4.502c-3.847 3.101-8.541 5.345-13.991 5.345-3.291 0-7.789-2.408-10.224-6.72-2.159-3.822-2.77-9.386 2.209-16.088.415-.559.915-1.155 1.467-1.76.915 2.911 2.885 5.176 4.893 6.811 2.746 2.236 6.216 3.871 9.542 5.075 3.483 1.26 7.236 2.197 10.674 2.835m16.926.041c3.523-.64 7.345-1.592 10.873-2.884 3.298-1.21 6.726-2.853 9.432-5.105 1.981-1.648 3.886-3.901 4.776-6.768a23 23 0 0 1 1.462 1.755m-26.543 13.002a33.5 33.5 0 0 0 4.537 4.461c3.846 3.102 8.54 5.345 13.991 5.345 3.291 0 7.789-2.408 10.224-6.72 2.159-3.822 2.77-9.387-2.209-16.088" fill="black"/>'},j={woman001:(e,n)=>'<path d="M127.593 142.278a.76.76 0 0 1 1.519 0v9.112a.76.76 0 0 1-1.519 0zm0 12.909a.76.76 0 1 1 1.519 0v5.315a.76.76 0 0 1-1.519 0z" fill="white"/><path d="M132.516 173.8a2.75 2.75 0 0 0 1.01-3.763l-.407-.704h.828a2.756 2.756 0 1 0 0-5.51h-.83l.409-.707a2.75 2.75 0 0 0-1.01-3.763 2.76 2.76 0 0 0-3.768 1.009l-.408.705-.408-.705a2.76 2.76 0 0 0-3.769-1.009 2.753 2.753 0 0 0-1.009 3.763l.409.707h-.804a2.757 2.757 0 0 0-2.759 2.755 2.757 2.757 0 0 0 2.759 2.755h.802l-.407.704a2.753 2.753 0 0 0 1.009 3.763 2.76 2.76 0 0 0 3.769-1.008l.408-.705.408.705a2.76 2.76 0 0 0 3.768 1.008m-4.163-29.244a2.278 2.278 0 1 1 0-4.556 2.278 2.278 0 0 1 0 4.556" fill="white"/>',unisex001:(e,n)=>'<path d="M130.461 130.382c0 2.972-2.118 5.382-4.73 5.382s-4.731-2.41-4.731-5.382 2.118-5.382 4.731-5.382 4.73 2.41 4.73 5.382" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M136.174 180.158c-7.353-20.418-10.569-39.978-11.03-48.261l4.721-.34c.426 7.639 3.508 26.626 10.687 46.561 7.191 19.967 18.324 40.409 34.592 51.54l.084.057.079.065s.072.096.445.022c.433-.087 1.117-.385 2.073-1.098 1.91-1.424 4.366-4.088 7.28-8.053 5.795-7.884 12.978-20.328 20.75-36.403l4.145 2.594c-7.841 16.217-15.193 29-21.266 37.261-3.019 4.108-5.828 7.246-8.316 9.102-2.281 1.701-5.26 2.995-7.784 1.015-17.516-12.022-29.129-33.706-36.46-54.062" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M175.403 310v-78.036h4.731V310z" fill="white"/>',unisex002:(e,n)=>'<path d="M120.117 129.412c1.918 2.669 8.873 7.368 11.547 5.454s.055-9.717-1.863-12.385a5.967 5.967 0 0 0-8.315-1.366 5.94 5.94 0 0 0-1.369 8.297" fill="white"/>',woman002:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M115.846 151c0-5.608 4.546-10.154 10.154-10.154V139c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12c0-2.998-1.516-5.436-2.824-7.54q-.176-.283-.345-.559l-.002-.002-.429-.693-1.57.972.427.69.001.001.31.502c1.351 2.185 2.586 4.183 2.586 6.629 0 5.608-4.546 10.154-10.154 10.154s-10.154-4.546-10.154-10.154" fill="white"/>',woman003:(e,n)=>'<path d="M125.214 140.199c.952-2.932 5.099-2.932 6.052 0a3.18 3.18 0 0 0 3.026 2.198c3.082 0 4.363 3.944 1.87 5.756a3.18 3.18 0 0 0-1.156 3.557c.952 2.932-2.403 5.369-4.896 3.558a3.18 3.18 0 0 0-3.741 0c-2.493 1.811-5.848-.626-4.896-3.558a3.18 3.18 0 0 0-1.155-3.557c-2.494-1.812-1.213-5.756 1.87-5.756 1.378 0 2.6-.887 3.026-2.198" fill="white"/>',woman004:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m126.272 145.845 1.318.159-.322 2.683q.15.024.324.056c.578.105 1.354.269 2.129.505.763.234 1.574.552 2.191.984.605.423 1.184 1.08 1.075 1.987-.115.959-.933 1.395-1.631 1.616-.665.211-1.498.317-2.266.414l-.197.025c-.864.11-1.634.222-2.205.438-.565.214-.738.448-.769.705-.018.148.016.212.055.261.058.072.183.168.431.268.455.183 1.078.289 1.814.414l.289.049c.799.137 1.728.312 2.43.698.364.201.706.479.936.874.234.403.317.871.256 1.388a2.35 2.35 0 0 1-.562 1.303c-.302.343-.686.567-1.083.718-.771.295-1.719.356-2.547.392l-.401.016c-.711.027-1.321.051-1.801.16-.276.063-.44.141-.532.214a.3.3 0 0 0-.122.229c-.013.111.011.154.046.194.057.066.184.159.437.255.472.179 1.123.281 1.885.401l.225.036c.799.127 1.72.284 2.417.626.359.176.709.423.951.788.252.379.349.826.29 1.319-.121 1.005-.807 1.661-1.581 2.071-.769.407-1.717.628-2.598.752-.89.124-1.762.156-2.406.157-.324.001-.593-.007-.783-.014q-.143-.005-.221-.011l-.061-.003-.017-.001h-.006l.046-.664.045-.663h.003l.012.001.05.003.201.009c.174.007.425.013.728.013a17 17 0 0 0 2.225-.145c.82-.114 1.592-.308 2.162-.61.564-.298.834-.645.883-1.053.025-.214-.019-.337-.077-.424-.067-.102-.196-.216-.429-.331-.486-.238-1.202-.373-2.042-.506l-.244-.039c-.722-.113-1.518-.237-2.129-.469-.346-.132-.707-.323-.972-.63a1.53 1.53 0 0 1-.358-1.221c.056-.469.278-.841.612-1.11.313-.25.697-.387 1.066-.471.612-.139 1.371-.167 2.074-.194l.365-.014c.852-.037 1.59-.099 2.132-.305.26-.1.439-.22.56-.357.115-.13.206-.308.239-.58.033-.274-.017-.443-.085-.561-.074-.126-.205-.253-.429-.377-.473-.261-1.177-.409-2.015-.553l-.285-.049c-.707-.118-1.488-.249-2.087-.491-.351-.141-.712-.345-.972-.67-.279-.348-.395-.775-.338-1.252.119-.989.872-1.508 1.619-1.79.743-.28 1.672-.407 2.505-.513l.159-.021c.812-.103 1.527-.195 2.072-.367.606-.192.698-.384.713-.506.021-.174-.059-.419-.518-.739-.446-.313-1.1-.582-1.817-.802a18 18 0 0 0-1.978-.468c-.274-.05-.502-.085-.661-.109l-.182-.025-.047-.006-.011-.002h-.002l-.659-.079z" fill="white"/><path d="M126.532 146.271a5.15 5.15 0 0 1-4.495-5.73 5.146 5.146 0 0 1 5.719-4.504 5.15 5.15 0 0 1 4.496 5.73 5.146 5.146 0 0 1-5.72 4.504" fill="white"/>',woman005:(e,n)=>'<path d="m125 148.934 2.833 8.428H137l-7.416 5.21 2.832 8.428-7.416-5.209-7.416 5.209 2.833-8.428-7.417-5.21h9.167z" fill="white"/><path d="M122.712 140.61c.721-2.147 3.862-2.147 4.584 0 .323.96 1.247 1.609 2.292 1.609 2.334 0 3.304 2.888 1.416 4.215a2.29 2.29 0 0 0-.876 2.604c.721 2.147-1.82 3.932-3.708 2.606a2.475 2.475 0 0 0-2.833 0c-1.888 1.326-4.429-.459-3.708-2.606a2.285 2.285 0 0 0-.875-2.604c-1.889-1.327-.918-4.215 1.417-4.215 1.043 0 1.969-.649 2.291-1.609" fill="white"/>'},A={unisex001:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M211.956 138.347c8.359.739 15.726-5.539 16.453-14.021.728-8.483-5.457-15.958-13.816-16.697s-15.726 5.538-16.454 14.021c-.728 8.482 5.458 15.958 13.817 16.697m-.22 2.56c9.752.862 18.347-6.462 19.196-16.358s-6.367-18.618-16.119-19.48-18.347 6.462-19.196 16.358 6.367 18.618 16.119 19.48m-42.524-.536c8.359.739 15.726-5.538 16.454-14.021.728-8.482-5.458-15.958-13.817-16.697s-15.725 5.539-16.453 14.021c-.729 8.483 5.457 15.958 13.816 16.697m-.22 2.56c9.753.862 18.347-6.462 19.196-16.358s-6.367-18.618-16.119-19.48-18.346 6.462-19.196 16.358c-.849 9.896 6.367 18.618 16.119 19.48" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M188.011 120.709a6.27 6.27 0 0 1 4.62-1.481 6.3 6.3 0 0 1 4.298 2.269 6.48 6.48 0 0 1 1.458 4.688l-2.522-.223a3.9 3.9 0 0 0-.875-2.813 3.8 3.8 0 0 0-2.579-1.361 3.76 3.76 0 0 0-2.772.889 3.87 3.87 0 0 0-1.341 2.617l-2.523-.223a6.46 6.46 0 0 1 2.236-4.362M135 125.438l19.221-1.847.239 2.558-19.221 1.848z" fill="white"/>',unisex002:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M157.332 123.625a1.25 1.25 0 0 1-1.004 1.465l-21.824 4.145a1.266 1.266 0 0 1-1.481-.993 1.25 1.25 0 0 1 1.003-1.464l21.825-4.145c.686-.13 1.35.314 1.481.992" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="m181.373 106.705-24.492 3.405c-1.49.207-2.469 1.645-2.102 3.088l6.206 24.407a2.53 2.53 0 0 0 2.806 1.867l21.808-3.03c1.384-.192 2.348-1.458 2.154-2.826l-3.522-24.78c-.194-1.37-1.474-2.323-2.858-2.131m-24.845.926c-2.979.415-4.937 3.292-4.203 6.177l6.207 24.407c.63 2.481 3.05 4.091 5.612 3.736l21.807-3.031c2.768-.385 4.697-2.916 4.307-5.653l-3.522-24.78c-.388-2.737-2.947-4.644-5.716-4.26zm45.73-3.7 24.492-3.404c1.49-.206 2.832.91 2.881 2.396l.838 25.154a2.51 2.51 0 0 1-2.178 2.56l-21.807 3.031c-1.384.192-2.663-.761-2.858-2.13l-3.522-24.781c-.194-1.368.77-2.633 2.154-2.826m24.14-5.881c2.979-.415 5.664 1.817 5.763 4.791l.836 25.153c.085 2.556-1.792 4.765-4.354 5.121l-21.807 3.031c-2.768.385-5.326-1.523-5.716-4.26l-3.521-24.78c-.389-2.737 1.539-5.268 4.307-5.652z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="m201.207 119.546-13.917 2.189-.398-2.471 13.918-2.19z" fill="white"/>'},z={unisex001:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M207.484 167.339c.345.622.09 1.391-.568 1.716-13.046 6.45-22.07.858-25.027-3.044-.432-.571-.292-1.365.312-1.774.604-.408 1.445-.276 1.877.295 2.255 2.975 9.85 8.075 21.59 2.271.658-.325 1.472-.085 1.816.536" fill="white"/>'},L={dark:(e,n)=>'<path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="black" fill-opacity="0.6"/>',dark2:(e,n)=>'<path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="black" fill-opacity="0.8"/>'};function T({prng:n,group:t,values:a=[]}){let r=n.pick(a);return r&&e[t][r]?{name:r,value:e[t][r]}:void 0}let $={$schema:"http://json-schema.org/draft-07/schema#",properties:{base:{type:"array",items:{type:"string",enum:["yellow","blue","brown","red","green","purple"]},default:["yellow","blue","brown","red","green","purple"]},clothes:{type:"array",items:{type:"string",enum:["unisex001","woman001","unisex002","unisex003","unisex004","unisex005","unisex006","unisex007","unisex008","unisex009","unisex010","unisex011","woman002","woman003","woman004","unisex012","unisex013","unisex014","unisex015","unisex016"]},default:["unisex001","woman001","unisex002","unisex003","unisex004","unisex005","unisex006","unisex007","unisex008","unisex009","unisex010","unisex011","woman002","woman003","woman004","unisex012","unisex013","unisex014","unisex015","unisex016"]},earing:{type:"array",items:{type:"string",enum:["woman001","unisex001","unisex002","woman002","woman003","woman004","woman005"]},default:["woman001","unisex001","unisex002","woman002","woman003","woman004","woman005"]},glasses:{type:"array",items:{type:"string",enum:["unisex001","unisex002"]},default:["unisex001","unisex002"]},hair:{type:"array",items:{type:"string",enum:["man001","woman001","woman002","man002","woman003","man003","man004","man005","woman004","woman005","man006","man007","woman006","woman007","woman008","woman009","woman010","man008","woman011","woman012"]},default:["man001","woman001","woman002","man002","woman003","man003","man004","man005","woman004","woman005","man006","man007","woman006","woman007","woman008","woman009","woman010","man008","woman011","woman012"]},mask:{type:"array",items:{type:"string",enum:["dark","dark2"]},default:["dark","dark2"]},mouth:{type:"array",items:{type:"string",enum:["unisex001"]},default:["unisex001"]}}},R={title:"NocoBase AI employee avatars"},F=({prng:e,options:n})=>{var t,a,r,i,o,s,l,u,c,d,f,m,b,h;let g=function({prng:e,options:n}){return{base:T({prng:e,group:"base",values:n.base}),hair:T({prng:e,group:"hair",values:n.hair}),clothes:T({prng:e,group:"clothes",values:n.clothes}),earing:T({prng:e,group:"earing",values:n.earing}),glasses:T({prng:e,group:"glasses",values:n.glasses}),mouth:T({prng:e,group:"mouth",values:n.mouth}),mask:T({prng:e,group:"mask",values:n.mask})}}({prng:e,options:n}),p=function({prng:e,options:n}){return{}}({prng:e,options:n});return{attributes:{viewBox:"0 0 320 320",fill:"none","shape-rendering":"auto"},body:`${null!=(a=null==(t=g.base)?void 0:t.value(g,p))?a:""}${null!=(i=null==(r=g.hair)?void 0:r.value(g,p))?i:""}${null!=(s=null==(o=g.clothes)?void 0:o.value(g,p))?s:""}${null!=(u=null==(l=g.earing)?void 0:l.value(g,p))?u:""}${null!=(d=null==(c=g.glasses)?void 0:c.value(g,p))?d:""}${null!=(m=null==(f=g.mouth)?void 0:f.value(g,p))?m:""}${null!=(h=null==(b=g.mask)?void 0:b.value(g,p))?h:""}`,extra:()=>({...Object.entries(g).reduce((e,[n,t])=>(e[n]=null==t?void 0:t.name,e),{}),...Object.entries(p).reduce((e,[n,t])=>(e[`${n}Color`]=t,e),{})})}};function _(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},a=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.forEach(function(n){var a;a=t[n],n in e?Object.defineProperty(e,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[n]=a})}return e}var D=function(e,t){var a,r;return(function(e,n={}){var t,a,r,i,o,s,l,u,c,d,f,m,b,h,g,p,v,y,k,I,C,E,j,A,z,L,T,$,R,F,_,D,q,B;let U,H,V,N,G,W,Y,X,J,K,Q,Z,ee,en,et,ea,er;s=n;let ei=x((n=JSON.parse(JSON.stringify({...M(P),...M(null!=(l=e.schema)?l:{}),...s}))).seed),eo=e.create({prng:ei,options:n}),es=ei.pick(null!=(t=n.backgroundType)?t:[],"solid"),{primary:el,secondary:eu}=(u=null!=(a=n.backgroundColor)?a:[],(U=ei.shuffle(u)).length<=1||2==u.length&&"gradientLinear"==es?(U=u,ei.next()):U=ei.shuffle(u),0===U.length&&(U=["transparent"]),H=U[0],V=null!=(c=U[1])?c:U[0],{primary:O(H),secondary:O(V)}),ec=ei.integer((null==(r=n.backgroundRotation)?void 0:r.length)?Math.min(...n.backgroundRotation):0,(null==(i=n.backgroundRotation)?void 0:i.length)?Math.max(...n.backgroundRotation):0);n.size&&(eo.attributes.width=n.size.toString(),eo.attributes.height=n.size.toString()),void 0!==n.scale&&100!==n.scale&&(eo.body=function(e,n){let{width:t,height:a,x:r,y:i}=S(e),o=n?(n-100)/100:0;return`<g transform="translate(${-((t/2+r)*o*1)} ${-((a/2+i)*o*1)}) scale(${n/100})">${e.body}</g>`}(eo,n.scale)),n.flip&&(eo.body=function(e){let{width:n,x:t}=S(e);return`<g transform="scale(-1 1) translate(${-1*n-2*t} 0)">${e.body}</g>`}(eo)),n.rotate&&(eo.body=function(e,n){let{width:t,height:a,x:r,y:i}=S(e);return`<g transform="rotate(${n}, ${t/2+r}, ${a/2+i})">${e.body}</g>`}(eo,n.rotate)),(n.translateX||n.translateY)&&(d=n.translateX,f=n.translateY,G=((N=S(eo)).width+2*N.x)*((null!=d?d:0)/100),W=(N.height+2*N.y)*((null!=f?f:0)/100),eo.body=`<g transform="translate(${G} ${W})">${eo.body}</g>`),"transparent"!==el&&"transparent"!==eu&&(eo.body=function(e,n,t,a,r){let{width:i,height:o,x:s,y:l}=S(e),u=`<rect fill="${n}" width="${i}" height="${o}" x="${s}" y="${l}" />`;switch(a){case"solid":return u+e.body;case"gradientLinear":return`<rect fill="url(#backgroundLinear)" width="${i}" height="${o}" x="${s}" y="${l}" /><defs><linearGradient id="backgroundLinear" gradientTransform="rotate(${r} 0.5 0.5)"><stop stop-color="${n}"/><stop offset="1" stop-color="${t}"/></linearGradient></defs>`+e.body}}(eo,el,eu,es,ec)),(n.radius||n.clip)&&(eo.body=function(e,n){let{width:t,height:a,x:r,y:i}=S(e);return`<mask id="viewboxMask"><rect width="${t}" height="${a}" rx="${n?t*n/100:0}" ry="${n?a*n/100:0}" x="${r}" y="${i}" fill="#fff" /></mask><g mask="url(#viewboxMask)">${e.body}</g>`}(eo,null!=(o=n.radius)?o:0)),n.randomizeIds&&(Y=x(Math.random().toString()),X={},eo.body=eo.body.replace(/(id="|url\(#)([a-z0-9-_]+)([")])/gi,(e,n,t,a)=>(X[t]=X[t]||Y.string(8),`${n}${X[t]}${a}`)));let ed=Object.keys(J={xmlns:"http://www.w3.org/2000/svg",...eo.attributes}).map(e=>`${w(e)}="${w(J[e])}"`).join(" "),ef=(K=null==(m=e.meta)?void 0:m.title,Q=null==(b=e.meta)?void 0:b.creator,Z=null==(h=e.meta)?void 0:h.source,ee=null==(p=null==(g=e.meta)?void 0:g.license)?void 0:p.url,et=(null==(I=(k=e).meta)?void 0:I.title)?`„${null==(C=k.meta)?void 0:C.title}”`:"Design",ea=`„${null!=(j=null==(E=k.meta)?void 0:E.creator)?j:"Unknown"}”`,(null==(A=k.meta)?void 0:A.source)&&(et+=` (${k.meta.source})`),er="",(null==(L=null==(z=k.meta)?void 0:z.license)?void 0:L.name)!=="MIT"&&(null==(T=k.meta)?void 0:T.creator)!=="DiceBear"&&(null==($=k.meta)?void 0:$.title)&&(er+="Remix of "),er+=`${et} by ${ea}`,(null==(F=null==(R=k.meta)?void 0:R.license)?void 0:F.name)&&(er+=`, licensed under „${null==(D=null==(_=k.meta)?void 0:_.license)?void 0:D.name}”`,(null==(B=null==(q=k.meta)?void 0:q.license)?void 0:B.url)&&(er+=` (${k.meta.license.url})`)),en=er,K||Q||Z||ee||en?'<metadata xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/"><rdf:RDF><rdf:Description>'+(K?`<dc:title>${w(K)}</dc:title>`:"")+(Q?`<dc:creator>${w(Q)}</dc:creator>`:"")+(Z?`<dc:source xsi:type="dcterms:URI">${w(null!=(y=null==(v=e.meta)?void 0:v.source)?y:"")}</dc:source>`:"")+(ee?`<dcterms:license xsi:type="dcterms:URI">${w(ee)}</dcterms:license>`:"")+(en?`<dc:rights>${w(en)}</dc:rights>`:"")+"</rdf:Description></rdf:RDF></metadata>":""),em=`<svg ${ed}>${ef}${eo.body}</svg>`;return{toString:()=>em,toJson:()=>{var e;return{svg:em,extra:{primaryBackgroundColor:el,secondaryBackgroundColor:eu,backgroundType:es,backgroundRotation:ec,...null==(e=eo.extra)?void 0:e.call(eo)}}},toDataUri:()=>`data:image/svg+xml;utf8,${encodeURIComponent(em)}`}})(n,_((a=_({},q[e]),r=r={mask:void 0,scale:100},Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(r)):(function(e){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n.push.apply(n,t)}return n})(Object(r)).forEach(function(e){Object.defineProperty(a,e,Object.getOwnPropertyDescriptor(r,e))}),a),t)).toDataUri()},q={"nocobase-001-male":{seed:"nocobase-001-male",gender:"male",base:["purple"],hair:["man002"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-002-male":{seed:"nocobase-002-male",gender:"male",base:["purple"],hair:["man001"],mouth:["unisex001"],clothes:["unisex016"],earing:["unisex002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-003-female":{seed:"nocobase-003-female",gender:"female",base:["purple"],hair:["woman012"],mouth:["unisex001"],clothes:["unisex002"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-004-male":{seed:"nocobase-004-male",gender:"male",base:["purple"],hair:["man004"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-005-female":{seed:"nocobase-005-female",gender:"female",base:["purple"],hair:["woman008"],mouth:["unisex001"],clothes:["unisex007"],earing:["woman004"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-006-male":{seed:"nocobase-006-male",gender:"male",base:["purple"],hair:["man007"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-007-male":{seed:"nocobase-007-male",gender:"male",base:["purple"],hair:["man003"],mouth:["unisex001"],clothes:["unisex006"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-008-female":{seed:"nocobase-008-female",gender:"female",base:["purple"],hair:["woman004"],mouth:["unisex001"],clothes:["woman003"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-009-female":{seed:"nocobase-009-female",gender:"female",base:["purple"],hair:["woman004"],mouth:["unisex001"],clothes:["woman002"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-010-male":{seed:"nocobase-010-male",gender:"male",base:["purple"],hair:["man006"],mouth:["unisex001"],clothes:["unisex004"],earing:["unisex002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-011-male":{seed:"nocobase-011-male",gender:"male",base:["green"],hair:["man006"],mouth:["unisex001"],clothes:["unisex016"],earing:["unisex002"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-012-male":{seed:"nocobase-012-male",gender:"male",base:["green"],hair:["man007"],mouth:["unisex001"],clothes:["unisex004"],earing:["unisex001"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-013-female":{seed:"nocobase-013-female",gender:"female",base:["green"],hair:["woman012"],mouth:["unisex001"],clothes:["unisex010"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-014-female":{seed:"nocobase-014-female",gender:"female",base:["green"],hair:["woman002"],mouth:["unisex001"],clothes:["unisex014"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-015-male":{seed:"nocobase-015-male",gender:"male",base:["green"],hair:["man002"],mouth:["unisex001"],clothes:["unisex013"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-016-female":{seed:"nocobase-016-female",gender:"female",base:["green"],hair:["woman009"],mouth:["unisex001"],clothes:["unisex003"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-017-female":{seed:"nocobase-017-female",gender:"female",base:["green"],hair:["woman010"],mouth:["unisex001"],clothes:["woman003"],earing:["woman001"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-018-female":{seed:"nocobase-018-female",gender:"female",base:["green"],hair:["woman006"],mouth:["unisex001"],clothes:["unisex014"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-019-female":{seed:"nocobase-019-female",gender:"female",base:["green"],hair:["woman005"],mouth:["unisex001"],clothes:["unisex001"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-020-female":{seed:"nocobase-020-female",gender:"female",base:["green"],hair:["woman011"],mouth:["unisex001"],clothes:["unisex006"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-021-male":{seed:"nocobase-021-male",gender:"male",base:["red"],hair:["man006"],mouth:["unisex001"],clothes:["unisex007"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-022-male":{seed:"nocobase-022-male",gender:"male",base:["red"],hair:["man005"],mouth:["unisex001"],clothes:["unisex006"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-023-female":{seed:"nocobase-023-female",gender:"female",base:["red"],hair:["woman006"],mouth:["unisex001"],clothes:["unisex006"],earing:["woman001"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-024-male":{seed:"nocobase-024-male",gender:"male",base:["red"],hair:["man001"],mouth:["unisex001"],clothes:["unisex002"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-025-male":{seed:"nocobase-025-male",gender:"male",base:["red"],hair:["man006"],mouth:["unisex001"],clothes:["unisex006"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-026-male":{seed:"nocobase-026-male",gender:"male",base:["red"],hair:["man002"],mouth:["unisex001"],clothes:["unisex016"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-027-female":{seed:"nocobase-027-female",gender:"female",base:["red"],hair:["woman003"],mouth:["unisex001"],clothes:["unisex009"],earing:["woman005"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-028-male":{seed:"nocobase-028-male",gender:"male",base:["red"],hair:["man003"],mouth:["unisex001"],clothes:["unisex012"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-029-male":{seed:"nocobase-029-male",gender:"male",base:["red"],hair:["man007"],mouth:["unisex001"],clothes:["unisex011"],earing:["unisex002"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-030-male":{seed:"nocobase-030-male",gender:"male",base:["red"],hair:["man005"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-031-female":{seed:"nocobase-031-female",gender:"female",base:["brown"],hair:["woman006"],mouth:["unisex001"],clothes:["woman003"],earing:["woman002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-032-male":{seed:"nocobase-032-male",gender:"male",base:["brown"],hair:["man004"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-033-male":{seed:"nocobase-033-male",gender:"male",base:["brown"],hair:["man001"],mouth:["unisex001"],clothes:["unisex016"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-034-female":{seed:"nocobase-034-female",gender:"female",base:["brown"],hair:["woman011"],mouth:["unisex001"],clothes:["woman003"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-035-male":{seed:"nocobase-035-male",gender:"male",base:["brown"],hair:["man001"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-036-female":{seed:"nocobase-036-female",gender:"female",base:["brown"],hair:["woman012"],mouth:["unisex001"],clothes:["woman002"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-037-male":{seed:"nocobase-037-male",gender:"male",base:["brown"],hair:["man005"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-038-female":{seed:"nocobase-038-female",gender:"female",base:["brown"],hair:["woman008"],mouth:["unisex001"],clothes:["woman001"],earing:["woman002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-039-female":{seed:"nocobase-039-female",gender:"female",base:["brown"],hair:["woman010"],mouth:["unisex001"],clothes:["unisex005"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-040-female":{seed:"nocobase-040-female",gender:"female",base:["brown"],hair:["woman010"],mouth:["unisex001"],clothes:["unisex001"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-041-male":{seed:"nocobase-041-male",gender:"male",base:["blue"],hair:["man006"],mouth:["unisex001"],clothes:["unisex011"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-042-male":{seed:"nocobase-042-male",gender:"male",base:["blue"],hair:["man003"],mouth:["unisex001"],clothes:["unisex014"],earing:["unisex001"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-043-male":{seed:"nocobase-043-male",gender:"male",base:["blue"],hair:["man003"],mouth:["unisex001"],clothes:["unisex014"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-044-male":{seed:"nocobase-044-male",gender:"male",base:["blue"],hair:["man008"],mouth:["unisex001"],clothes:["unisex002"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-045-female":{seed:"nocobase-045-female",gender:"female",base:["blue"],hair:["woman003"],mouth:["unisex001"],clothes:["woman004"],earing:["woman005"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-046-female":{seed:"nocobase-046-female",gender:"female",base:["blue"],hair:["woman001"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-047-male":{seed:"nocobase-047-male",gender:"male",base:["blue"],hair:["man007"],mouth:["unisex001"],clothes:["unisex001"],earing:["unisex002"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-048-female":{seed:"nocobase-048-female",gender:"female",base:["blue"],hair:["woman007"],mouth:["unisex001"],clothes:["unisex009"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-049-male":{seed:"nocobase-049-male",gender:"male",base:["blue"],hair:["man005"],mouth:["unisex001"],clothes:["unisex005"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-050-female":{seed:"nocobase-050-female",gender:"female",base:["blue"],hair:["woman001"],mouth:["unisex001"],clothes:["unisex013"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-051-female":{seed:"nocobase-051-female",gender:"female",base:["yellow"],hair:["woman001"],mouth:["unisex001"],clothes:["unisex002"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-052-female":{seed:"nocobase-052-female",gender:"female",base:["yellow"],hair:["woman002"],mouth:["unisex001"],clothes:["unisex008"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-053-male":{seed:"nocobase-053-male",gender:"male",base:["yellow"],hair:["man005"],mouth:["unisex001"],clothes:["unisex015"],earing:["unisex002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-054-female":{seed:"nocobase-054-female",gender:"female",base:["yellow"],hair:["woman012"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-055-male":{seed:"nocobase-055-male",gender:"male",base:["yellow"],hair:["man003"],mouth:["unisex001"],clothes:["unisex001"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-056-female":{seed:"nocobase-056-female",gender:"female",base:["yellow"],hair:["woman002"],mouth:["unisex001"],clothes:["unisex011"],earing:["unisex001"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-057-female":{seed:"nocobase-057-female",gender:"female",base:["yellow"],hair:["woman009"],mouth:["unisex001"],clothes:["unisex004"],earing:["woman005"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-058-female":{seed:"nocobase-058-female",gender:"female",base:["yellow"],hair:["woman010"],mouth:["unisex001"],clothes:["unisex008"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-059-male":{seed:"nocobase-059-male",gender:"male",base:["yellow"],hair:["man005"],mouth:["unisex001"],clothes:["unisex008"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-060-female":{seed:"nocobase-060-female",gender:"female",base:["yellow"],hair:["woman012"],mouth:["unisex001"],clothes:["woman004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0}},B=function(e){var n=e.aiEmployee,t=e.tasks,a=e.onTaskClick,r=e.taskLoadingTitle,i=e.loadingTaskTitle,o=y.theme.useToken().token,s=(null==t?void 0:t.filter(function(e){return e.title}))||[];return n?v().createElement("div",{style:{width:260,padding:"4px 8px"}},v().createElement(y.Flex,{align:"center",gap:10},v().createElement(y.Avatar,{src:n.avatar?D(n.avatar):void 0,size:40,style:{flexShrink:0}}),v().createElement(y.Flex,{vertical:!0},v().createElement("span",{style:{fontSize:o.fontSize,color:o.colorText,lineHeight:1.4}},n.nickname),v().createElement("span",{style:{fontSize:o.fontSizeSM,color:o.colorTextTertiary,lineHeight:1.4}},n.position))),n.bio?v().createElement(v().Fragment,null,v().createElement(y.Divider,{style:{margin:"8px 0"}}),v().createElement(y.Typography.Paragraph,{style:{marginBottom:0,fontSize:o.fontSizeSM,color:o.colorTextSecondary,lineHeight:1.6}},n.bio)):null,s.length?v().createElement(y.Flex,{gap:"4px 4px",wrap:!0,style:{marginTop:8}},s.map(function(e,n){return v().createElement(y.Tag,{key:n,style:{cursor:a&&!i?"pointer":"default",maxWidth:"100%",whiteSpace:"normal"},onClick:function(){i||null==a||a(e)}},i===e.title&&r?r:e.title)})):null):null},U=s(625);function H(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,a=Array(n);t<n;t++)a[t]=e[t];return a}function V(e,n,t,a,r,i,o){try{var s=e[i](o),l=s.value}catch(e){t(e);return}s.done?n(l):Promise.resolve(l).then(a,r)}var N=function(e){var n,t=e.aiEmployee,r=e.tasks,i=e.size,o=e.mask,s=e.showNotice,l=e.onClick,u=e.onTaskClick,c=e.taskLoadingTitle,d=e.loadingTaskTitle,f=(0,a.useFlowContext)(),m=function(e){if(Array.isArray(e))return e}(n=(0,p.useState)(!1))||function(e){var n,t,a=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var r=[],i=!0,o=!1;try{for(a=a.call(e);!(i=(n=a.next()).done)&&(r.push(n.value),2!==r.length);i=!0);}catch(e){o=!0,t=e}finally{try{i||null==a.return||a.return()}finally{if(o)throw t}}return r}}(n)||function(e){if(e){if("string"==typeof e)return H(e,2);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return H(e,2)}}(n)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),b=m[0],h=m[1],g=(0,U.useRequest)(function(){var e;return(e=function(){var e,n;return function(e,n){var t,a,r,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype),s=Object.defineProperty;return s(o,"next",{value:l(0)}),s(o,"throw",{value:l(1)}),s(o,"return",{value:l(2)}),"function"==typeof Symbol&&s(o,Symbol.iterator,{value:function(){return this}}),o;function l(s){return function(l){var u=[s,l];if(t)throw TypeError("Generator is already executing.");for(;o&&(o=0,u[0]&&(i=0)),i;)try{if(t=1,a&&(r=2&u[0]?a.return:u[0]?a.throw||((r=a.return)&&r.call(a),0):a.next)&&!(r=r.call(a,u[1])).done)return r;switch(a=0,r&&(u=[2&u[0],r.value]),u[0]){case 0:case 1:r=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,a=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===u[0]||2===u[0])){i=0;continue}if(3===u[0]&&(!r||u[1]>r[0]&&u[1]<r[3])){i.label=u[1];break}if(6===u[0]&&i.label<r[1]){i.label=r[1],r=u;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(u);break}r[2]&&i.ops.pop(),i.trys.pop();continue}u=n.call(e,i)}catch(e){u=[6,e],a=0}finally{t=r=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}}(this,function(t){switch(t.label){case 0:return[4,f.app.apiClient.resource("aiEmployees").listByUser()];case 1:return[2,(null==(n=t.sent())||null==(e=n.data)?void 0:e.data)||[]]}})},function(){var n=this,t=arguments;return new Promise(function(a,r){var i=e.apply(n,t);function o(e){V(i,a,r,o,s,"next",e)}function s(e){V(i,a,r,o,s,"throw",e)}o(void 0)})})()}),w=g.data,k=void 0===w?[]:w,x=g.loading,S=(0,p.useMemo)(function(){return k.find(function(e){return e.username===(null==t?void 0:t.username)})},[t,k]),P=(0,p.useMemo)(function(){var e=null==S?void 0:S.avatar;if(e)return b||s?D(e,{mask:void 0,flip:!0}):D(e,{mouth:void 0,mask:!1!==o?["dark"]:void 0})},[null==S?void 0:S.avatar,b,o,s]);return x||!S?null:v().createElement(y.Popover,{content:v().createElement(B,{aiEmployee:S,tasks:r,onTaskClick:u,taskLoadingTitle:c,loadingTaskTitle:d}),placement:"bottomRight"},v().createElement("span",{style:{cursor:"pointer",display:"inline-block"},onMouseEnter:function(){return h(!0)},onMouseLeave:function(){return h(!1)},onClick:l},v().createElement(y.Avatar,{src:P,size:void 0===i?52:i,shape:"circle"})))},G=function(e){var n=e,t=(n=n.replace(/^ft:/,"")).lastIndexOf("/");return -1!==t&&(n=n.substring(t+1)),n},W=function(e){return e.length>0?e.charAt(0).toUpperCase()+e.slice(1):e},Y=function(e){for(var n=[],t=0;t<e.length;){if(/^\d{1,2}$/.test(e[t])){for(var a=e[t];t+1<e.length&&/^\d{1,2}$/.test(e[t+1]);)a+="."+e[t+1],t++;n.push(a)}else n.push(e[t]);t++}return n},X=function(e){return Y(G(e).split(/[-_]/)).map(W).join(" ")},J=function(e){return function(n){var r=n.form,i=(0,a.useFlowContext)();return v().createElement(y.Form,{form:r,layout:"vertical",validateMessages:{required:i.t("defaults.form.required")}},e.map(function(e,n){var a=e.label,r=e.key,i=e.tooltip,o=e.required,s=e.password;return v().createElement(y.Form.Item,{key:n,label:null!=a?a:r,name:r,tooltip:i,required:o,rules:o?[{required:!0}]:void 0},v().createElement(t.EnvVariableInput,{password:s}))}))}},K=function(){return(0,a.useFlowEngine)().context.aiConfigRepository};let Q=e=>{let n,t=new Set,a=(e,a)=>{let r="function"==typeof e?e(n):e;if(!Object.is(r,n)){let e=n;n=(null!=a?a:"object"!=typeof r||null===r)?r:Object.assign({},n,r),t.forEach(t=>t(n,e))}},r=()=>n,i={setState:a,getState:r,getInitialState:()=>o,subscribe:e=>(t.add(e),()=>t.delete(e))},o=n=e(a,r,i);return i},Z=e=>{let n=e?Q(e):Q,t=e=>(function(e,n=e=>e){let t=p.useSyncExternalStore(e.subscribe,()=>n(e.getState()),()=>n(e.getInitialState()));return p.useDebugValue(t),t})(n,e);return Object.assign(t,n),t},ee=e=>e?Z(e):Z;var en=function(e){e.use={};var n=!0,t=!1,a=void 0;try{for(var r,i=Object.keys(e.getState())[Symbol.iterator]();!(n=(r=i.next()).done);n=!0)!function(){var n=r.value;e.use[n]=function(){return e(function(e){return e[n]})}}()}catch(e){t=!0,a=e}finally{try{n||null==i.return||i.return()}finally{if(t)throw a}}return e},et=function(e,n){var t,a=globalThis,r=null!=(t=a.__nocobasePluginAIChatStores)?t:{};a.__nocobasePluginAIChatStores=r;var i=r[e];if(i)return i;var o=n();return r[e]=o,o};function ea(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,a=Array(n);t<n;t++)a[t]=e[t];return a}function er(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function ei(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},a=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.forEach(function(n){er(e,n,t[n])})}return e}function eo(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):(function(e){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n.push.apply(n,t)}return n})(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}),e}function es(e){return function(e){if(Array.isArray(e))return ea(e)}(e)||function(e){if("u">typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return ea(e,void 0);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ea(e,void 0)}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var el="__draft__",eu=function(e){return e||el},ec={messages:[],messagesLoading:!1,messagesError:null,messagesMeta:{},attachments:[],contextItems:[],systemMessage:"",responseLoading:!1,abortController:null,skillSettings:null,webSearching:null,backgroundWorking:!1,resumeStreamFailed:!1},ed=function(){return ei({},ec)},ef=function(e){return eo(ei({},e),{messages:es(e.messages),messagesMeta:ei({},e.messagesMeta),attachments:es(e.attachments),contextItems:es(e.contextItems)})},em=function(e,n){var t;return null!=(t=e.sessions[eu(n)])?t:ed()},eb=function(e,n,t){var a=eu(n),r=t(em(e,a));return{sessions:eo(ei({},e.sessions),er({},a,r))}},eh=en(et("@nocobase/plugin-ai/chat-messages-store",function(){return ee(function(e,n){return{sessions:er({},el,ed()),editorRef:{},currentEditorRefUid:null,flowContext:null,getSessionState:function(e){return ef(em(n(),e))},resetSessionState:function(n,t){return e(function(e){return eb(e,n,function(){return ei({},ed(),null!=t?t:{})})})},migrateSessionState:function(n,t){var a=eu(n),r=eu(t);a!==r&&e(function(e){var n=em(e,a),t=eo(ei({},e.sessions),er({},r,ef(n)));return a===el?t[el]=ed():delete t[a],{sessions:t}})},setSessionMessages:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messages:"function"==typeof t?t(e.messages):t})})})},setSessionMessagesLoading:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messagesLoading:t})})})},setSessionMessagesError:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messagesError:t})})})},setSessionMessagesMeta:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messagesMeta:"function"==typeof t?t(e.messagesMeta):t})})})},setSessionAttachments:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{attachments:"function"==typeof t?t(e.attachments):t})})})},setSessionContextItems:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{contextItems:"function"==typeof t?t(e.contextItems):t})})})},setSessionSystemMessage:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{systemMessage:"function"==typeof t?t(e.systemMessage):t})})})},setSessionResponseLoading:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{responseLoading:t})})})},setSessionBackgroundWorking:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{backgroundWorking:t})})})},setSessionResumeStreamFailed:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{resumeStreamFailed:t})})})},addSessionMessage:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messages:es(e.messages).concat([t])})})})},addSessionMessages:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messages:es(e.messages).concat(es(t))})})})},updateSessionLastMessage:function(n,t){return e(function(e){return eb(e,n,function(e){var n=es(e.messages),a=n.length-1;return a>=0&&(n[a]=t(n[a])),eo(ei({},e),{messages:n})})})},removeSessionMessage:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messages:e.messages.filter(function(e){return e.key!==t})})})})},addSessionAttachments:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{attachments:Array.isArray(t)?es(e.attachments).concat(es(t)):es(e.attachments).concat([t])})})})},removeSessionAttachment:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{attachments:e.attachments.filter(function(e){return e.filename!==t})})})})},addSessionContextItems:function(n,t){var a=Array.isArray(t)?t:[t];e(function(e){return eb(e,n,function(e){var n=new Map,t=!0,r=!1,i=void 0;try{for(var o,s=e.contextItems[Symbol.iterator]();!(t=(o=s.next()).done);t=!0){var l=o.value;n.set("".concat(l.type,":").concat(l.uid),l)}}catch(e){r=!0,i=e}finally{try{t||null==s.return||s.return()}finally{if(r)throw i}}var u=!0,c=!1,d=void 0;try{for(var f,m=a[Symbol.iterator]();!(u=(f=m.next()).done);u=!0){var b=f.value;n.set("".concat(b.type,":").concat(b.uid),b)}}catch(e){c=!0,d=e}finally{try{u||null==m.return||m.return()}finally{if(c)throw d}}return eo(ei({},e),{contextItems:Array.from(n.values())})})})},addContextItems:function(e){n().addSessionContextItems(void 0,e)},removeSessionContextItem:function(n,t,a){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{contextItems:e.contextItems.filter(function(e){return e.type!==t||e.uid!==a})})})})},setSessionAbortController:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{abortController:t})})})},setSessionSkillSettings:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{skillSettings:t})})})},setEditorRef:function(n,t){return e(function(e){return{editorRef:eo(ei({},e.editorRef),er({},n,t))}})},setCurrentEditorRefUid:function(n){return e({currentEditorRefUid:n})},setSessionWebSearching:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{webSearching:t})})})},setFlowContext:function(n){return e({flowContext:n})},addSessionSubAgentMessage:function(e,t,a){n().addSessionSubAgentMessages(e,t,[a])},addSessionSubAgentMessages:function(e,t,a){n().updateSessionLastMessage(e,function(e){var n,r;return eo(ei({},e),{content:eo(ei({},e.content),{subAgentConversations:null!=(n=null==(r=e.content.subAgentConversations)?void 0:r.map(function(e){return e.sessionId!==t?e:eo(ei({},e),{messages:es(e.messages).concat(es(a))})}))?n:[{sessionId:t,messages:a}]}),loading:!1})})},updateSessionLastSubAgentMessage:function(e,t,r,i){n().updateSessionLastMessage(e,function(e){var n,o;return eo(ei({},e),{content:eo(ei({},e.content),{subAgentConversations:null!=(n=null==(o=e.content.subAgentConversations)?void 0:o.map(function(e){if(e.sessionId!==t)return e;var n=es(e.messages),a=n.length-1;return a>=0&&(n[a]=i(n[a])),eo(ei({},e),{messages:n})}))?n:[{sessionId:t,messages:[i({key:(0,a.randomId)(),role:r,createdAt:new Date().toISOString(),content:{type:"text",content:""},loading:!0})]}]}),loading:!1})})},updateSessionSubAgentConversationStatus:function(e,t,a){n().updateSessionLastMessage(e,function(e){var n;return eo(ei({},e),{content:eo(ei({},e.content),{subAgentConversations:null==(n=e.content.subAgentConversations)?void 0:n.map(function(e){return e.sessionId!==t?e:eo(ei({},e),{status:a})})}),loading:!1})})}}})}));function eg(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function ep(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},a=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.forEach(function(n){eg(e,n,t[n])})}return e}var ev=en(et("@nocobase/plugin-ai/chat-box-store",function(){return ee()(function(e){return{open:!1,expanded:!1,collapsed:!1,showConversations:!1,minimize:!1,currentEmployee:null,senderValue:"",senderPlaceholder:"",taskVariables:{},roles:{},isEditingMessage:!1,editingMessageId:null,chatBoxRef:{current:null},senderRef:{current:null},showCodeHistory:!1,model:null,showDebugPanel:!1,readonly:!1,isShowSenderHint:!1,setOpen:function(n){return e(ep({open:n},n?{}:{collapsed:!1}))},setExpanded:function(n){return e(ep({expanded:n},n?{collapsed:!1}:{}))},setCollapsed:function(n){return e({collapsed:n})},setShowConversations:function(n){return e({showConversations:n})},setMinimize:function(n){return e({minimize:n})},setCurrentEmployee:function(n){return e(function(e){return{currentEmployee:"function"==typeof n?n(e.currentEmployee):n}})},setSenderValue:function(n){return e({senderValue:n})},setSenderPlaceholder:function(n){return e({senderPlaceholder:n})},setTaskVariables:function(n){return e({taskVariables:n})},setRoles:function(n){return e(function(e){return{roles:"function"==typeof n?n(e.roles):n}})},addRole:function(n,t){return e(function(e){var a,r;return{roles:(a=ep({},e.roles),r=null!=(r=eg({},n,t))?r:{},Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(r)):(function(e){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n.push.apply(n,t)}return n})(Object(r)).forEach(function(e){Object.defineProperty(a,e,Object.getOwnPropertyDescriptor(r,e))}),a)}})},setIsEditingMessage:function(n){return e({isEditingMessage:n})},setEditingMessageId:function(n){return e({editingMessageId:n})},setChatBoxRef:function(n){return e({chatBoxRef:n})},setSenderRef:function(n){return e({senderRef:n})},setShowCodeHistory:function(n){return e({showCodeHistory:n})},setModel:function(n){return e({model:n})},setShowDebugPanel:function(n){return e({showDebugPanel:n})},setReadonly:function(n){return e({readonly:n})},setShowSenderHint:function(n){return e({isShowSenderHint:n})}}})})),ey=en(et("@nocobase/plugin-ai/chat-conversations-store",function(){return ee(function(e){return{currentConversation:void 0,conversations:[],keyword:"",webSearch:!1,conversationSegmented:"conversations",unreadCount:0,setCurrentConversation:function(n){return e({currentConversation:n})},setKeyword:function(n){return e({keyword:n})},setConversations:function(n){return e(function(e){return{conversations:"function"==typeof n?n(e.conversations):n}})},setWebSearch:function(n){return e({webSearch:n})},setConversationSegmented:function(n){return e({conversationSegmented:n})},setUnreadCount:function(n){return e(function(e){return{unreadCount:"function"==typeof n?n(e.unreadCount):n}})}}})}));function ew(e,n,t,a,r,i,o){try{var s=e[i](o),l=s.value}catch(e){t(e);return}s.done?n(l):Promise.resolve(l).then(a,r)}var ek=function(e){var n=[],t=!0,a=!1,r=void 0;try{for(var i,o=(null!=e?e:[])[Symbol.iterator]();!(t=(i=o.next()).done);t=!0){var s=i.value;if(s){if(Array.isArray(s)){var l=!0,u=!1,c=void 0;try{for(var d,f=s[Symbol.iterator]();!(l=(d=f.next()).done);l=!0){var m=d.value;(null==m?void 0:m.filename)&&n.push(m)}}catch(e){u=!0,c=e}finally{try{l||null==f.return||f.return()}finally{if(u)throw c}}continue}s.filename&&n.push(s)}}}catch(e){a=!0,r=e}finally{try{t||null==o.return||o.return()}finally{if(a)throw r}}return n},ex=function(e){var n=e.message;return{userMessage:(null==n?void 0:n.user)?{type:"text",content:n.user}:void 0,systemMessage:null==n?void 0:n.system,attachments:ek(null==n?void 0:n.attachments),workContext:null==n?void 0:n.workContext,skillSettings:e.skillSettings,webSearch:e.webSearch,model:e.model}},eS=function(){var e=(0,t.useApp)(),n=ev.use.open(),r=ev.use.setOpen(),i=ev.use.setReadonly(),o=ev.use.setSenderValue(),s=ev.use.setTaskVariables(),l=ev.use.setCurrentEmployee(),u=ev.use.setModel(),c=ev.use.senderRef(),d=ey.use.setCurrentConversation(),f=ey.use.setWebSearch(),m=(0,p.useCallback)(function(e){var n=null!=e?e:{},t=n.sender,a=n.systemMessage,r=n.attachments,i=n.contextItems,l=n.taskVariables,u=n.skillSettings;!1!==t&&o(""),!1!==a&&eh.getState().setSessionSystemMessage(el,""),!1!==r&&eh.getState().setSessionAttachments(el,[]),!1!==i&&eh.getState().setSessionContextItems(el,[]),!1!==l&&s({}),!1!==u&&eh.getState().setSessionSkillSettings(el,void 0)},[o,s]),b=(0,p.useCallback)(function(n){var t,a,r="Hello, I am ".concat(n.nickname||n.username,". How can I help you?");return n.greeting||(null==(a=e.i18n)||null==(t=a.t)?void 0:t.call(a,"Default greeting message",{ns:["@nocobase/plugin-ai","client"],nickname:n.nickname,defaultValue:r}))||r},[e]),h=(0,p.useCallback)(function(){var e,n=ev.getState().currentEmployee;d(void 0),m(void 0),n&&eh.getState().setSessionMessages(el,[{key:(0,a.randomId)(),role:n.username,content:{type:"greeting",content:b(n)}}]),null==(e=c.current)||e.focus()},[m,b,c,d]),g=(0,p.useCallback)(function(e,n){if(l(e),d(void 0),m(null==n?void 0:n.clear),u(null),e){var t;eh.getState().setSessionMessages(el,[{key:(0,a.randomId)(),role:e.username,content:{type:"greeting",content:b(e)}}]),null==(t=c.current)||t.focus()}else eh.getState().setSessionMessages(el,[])},[m,b,c,d,l,u]),v=(0,p.useCallback)(function(e){var t;return(t=function(){var t,s,h,g,p,v,y,w,k,x,S,P,M;return function(e,n){var t,a,r,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype),s=Object.defineProperty;return s(o,"next",{value:l(0)}),s(o,"throw",{value:l(1)}),s(o,"return",{value:l(2)}),"function"==typeof Symbol&&s(o,Symbol.iterator,{value:function(){return this}}),o;function l(s){return function(l){var u=[s,l];if(t)throw TypeError("Generator is already executing.");for(;o&&(o=0,u[0]&&(i=0)),i;)try{if(t=1,a&&(r=2&u[0]?a.return:u[0]?a.throw||((r=a.return)&&r.call(a),0):a.next)&&!(r=r.call(a,u[1])).done)return r;switch(a=0,r&&(u=[2&u[0],r.value]),u[0]){case 0:case 1:r=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,a=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===u[0]||2===u[0])){i=0;continue}if(3===u[0]&&(!r||u[1]>r[0]&&u[1]<r[3])){i.label=u[1];break}if(6===u[0]&&i.label<r[1]){i.label=r[1],r=u;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(u);break}r[2]&&i.ops.pop(),i.trys.pop();continue}u=n.call(e,i)}catch(e){u=[6,e],a=0}finally{t=r=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}}(this,function(O){return(s=e.aiEmployee,h=e.tasks,m(void 0),i(!1),eh.getState().setSessionResponseLoading(el,!1),n||r(!0),d(void 0),l(s),null==(t=c.current)||t.focus(),g=s?[{key:(0,a.randomId)(),role:s.username,content:{type:"greeting",content:b(s)}}]:[],null==h?void 0:h.length)?1===h.length&&!1!==e.auto?(y=(v=ex(h[0])).userMessage,w=v.systemMessage,k=v.attachments,x=v.workContext,S=v.skillSettings,P=v.webSearch,M=v.model,eh.getState().setSessionMessages(el,g),f("boolean"==typeof P&&P),u(null!=M?M:null),o(null!=(p=null==y?void 0:y.content)?p:""),(null==k?void 0:k.length)&&eh.getState().setSessionAttachments(el,k),x&&eh.getState().setSessionContextItems(el,x),w&&eh.getState().setSessionSystemMessage(el,w),S&&eh.getState().setSessionSkillSettings(el,S)):(g.push({key:(0,a.randomId)(),role:"task",content:{content:h}}),eh.getState().setSessionMessages(el,g)):eh.getState().setSessionMessages(el,g),[2]})},function(){var e=this,n=arguments;return new Promise(function(a,r){var i=t.apply(e,n);function o(e){ew(i,a,r,o,s,"next",e)}function s(e){ew(i,a,r,o,s,"throw",e)}o(void 0)})})()},[m,b,n,c,d,l,u,r,i,o,f]);return{clear:m,startNewConversation:h,switchAIEmployee:g,triggerTask:v}};function eP(e,n,t,a,r,i,o){try{var s=e[i](o),l=s.value}catch(e){t(e);return}s.done?n(l):Promise.resolve(l).then(a,r)}function eM(e,n,t){return(eM=eE()?Reflect.construct:function(e,n,t){var a=[null];a.push.apply(a,n);var r=new(Function.bind.apply(e,a));return t&&eI(r,t.prototype),r}).apply(null,arguments)}function eO(e){return(eO=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function eI(e,n){return(eI=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function eC(e){var n="function"==typeof Map?new Map:void 0;return(eC=function(e){if(null===e||-1===Function.toString.call(e).indexOf("[native code]"))return e;if("function"!=typeof e)throw TypeError("Super expression must either be null or a function");if(void 0!==n){if(n.has(e))return n.get(e);n.set(e,t)}function t(){return eM(e,arguments,eO(this).constructor)}return t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),eI(t,e)})(e)}function eE(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(eE=function(){return!!e})()}var ej=function(e){var n;if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");function t(){var e,n,a,r,i,o;if(!(this instanceof t))throw TypeError("Cannot call a class as a function");return n=t,a=arguments,n=eO(n),r=e=function(e,n){var t;if(n&&("object"==((t=n)&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)||"function"==typeof n))return n;if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(this,eE()?Reflect.construct(n,a||[],eO(this).constructor):n.apply(this,a)),i="features",o=new g,i in r?Object.defineProperty(r,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):r[i]=o,e}return t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&eI(t,e),n=[{key:"load",value:function(){var e;return(e=function(){var e;return function(e,n){var t,a,r,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype),s=Object.defineProperty;return s(o,"next",{value:l(0)}),s(o,"throw",{value:l(1)}),s(o,"return",{value:l(2)}),"function"==typeof Symbol&&s(o,Symbol.iterator,{value:function(){return this}}),o;function l(s){return function(l){var u=[s,l];if(t)throw TypeError("Generator is already executing.");for(;o&&(o=0,u[0]&&(i=0)),i;)try{if(t=1,a&&(r=2&u[0]?a.return:u[0]?a.throw||((r=a.return)&&r.call(a),0):a.next)&&!(r=r.call(a,u[1])).done)return r;switch(a=0,r&&(u=[2&u[0],r.value]),u[0]){case 0:case 1:r=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,a=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===u[0]||2===u[0])){i=0;continue}if(3===u[0]&&(!r||u[1]>r[0]&&u[1]<r[3])){i.label=u[1];break}if(6===u[0]&&i.label<r[1]){i.label=r[1],r=u;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(u);break}r[2]&&i.ops.pop(),i.trys.pop();continue}u=n.call(e,i)}catch(e){u=[6,e],a=0}finally{t=r=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}}(this,function(n){return(e=this.app.flowEngine.context).aiConfigRepository||e.defineProperty("aiConfigRepository",{value:new u(this.app.apiClient)}),[2]})},function(){var n=this,t=arguments;return new Promise(function(a,r){var i=e.apply(n,t);function o(e){eP(i,a,r,o,s,"next",e)}function s(e){eP(i,a,r,o,s,"throw",e)}o(void 0)})}).call(this)}}],function(e,n){for(var t=0;t<n.length;t++){var a=n[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}(t.prototype,n),t}(eC(t.Plugin)),eA=ej}(),f}()});
|
|
10
|
+
!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n(require("@nocobase/flow-engine"),require("ahooks"),require("@nocobase/client-v2"),require("react"),require("antd")):"function"==typeof define&&define.amd?define("@nocobase/plugin-ai/client-v2",["@nocobase/flow-engine","ahooks","@nocobase/client-v2","react","antd"],n):"object"==typeof exports?exports["@nocobase/plugin-ai/client-v2"]=n(require("@nocobase/flow-engine"),require("ahooks"),require("@nocobase/client-v2"),require("react"),require("antd")):e["@nocobase/plugin-ai/client-v2"]=n(e["@nocobase/flow-engine"],e.ahooks,e["@nocobase/client-v2"],e.react,e.antd)}(self,function(e,n,t,a,r){return function(){"use strict";var i={485:function(e){e.exports=t},694:function(n){n.exports=e},625:function(e){e.exports=n},59:function(e){e.exports=r},155:function(e){e.exports=a}},o={};function s(e){var n=o[e];if(void 0!==n)return n.exports;var t=o[e]={exports:{}};return i[e](t,t.exports,s),t.exports}s.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return s.d(n,{a:n}),n},s.d=function(e,n){for(var t in n)s.o(n,t)&&!s.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}}(),s.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},s.r=function(e){"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.g.importScripts&&(l=s.g.location+"");var l,u=s.g.document;if(!l&&u&&(u.currentScript&&"SCRIPT"===u.currentScript.tagName.toUpperCase()&&(l=u.currentScript.src),!l)){var c=u.getElementsByTagName("script");if(c.length)for(var d=c.length-1;d>-1&&(!l||!/^http(s?):/.test(l));)l=c[d--].src}if(!l)throw Error("Automatic publicPath is not supported in this browser");s.p=l.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/");var f={};return!function(){var e="",n="u">typeof document?document.currentScript:null;if(n&&n.src){var t=n.src.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"");t.indexOf("/static/plugins/@nocobase/plugin-ai/dist/client-v2/")>=0&&(e=t.replace(/\/[^\/]+$/,"/"))}if(!e){var a=window.__webpack_public_path__||"";a&&("/"!==a.charAt(a.length-1)&&(a+="/"),e=a+"static/plugins/@nocobase/plugin-ai/dist/client-v2/")}if(!e){var r=window.__nocobase_modern_client_prefix__||"v",i="/"+(r=String(r).replace(/^\/+|\/+$/g,"")||"v")+"/";if(!(e=window.__nocobase_public_path__||"")&&window.location&&window.location.pathname){var o=window.location.pathname||"/",l=o.indexOf(i);e=l>=0?o.slice(0,l+1):"/"}e&&(e=e.replace(RegExp("/"+r+"/?$"),"/")),e||(e="/"),"/"!==e.charAt(e.length-1)&&(e+="/"),e+="static/plugins/@nocobase/plugin-ai/dist/client-v2/"}s.p=e}(),!function(){s.r(f),s.d(f,{avatarsMap:function(){return q},useAIConfigRepository:function(){return K},useChatBoxStore:function(){return ev},useChatMessagesStore:function(){return eh},AIEmployeeShortcut:function(){return N},avatars:function(){return D},PluginAIClientV2:function(){return ej},useChatBoxActions:function(){return eS},formatModelLabel:function(){return X},AIConfigRepository:function(){return u},AIPluginFeatureManagerImpl:function(){return g},default:function(){return eA},AIEmployeeProfileCard:function(){return B},defaultVectorStorePropForm:function(){return J},useChatConversationsStore:function(){return ey}});var e={};s.r(e),s.d(e,{base:function(){return I},clothes:function(){return E},earing:function(){return j},glasses:function(){return A},hair:function(){return C},mask:function(){return L},mouth:function(){return z}});var n={};s.r(n),s.d(n,{create:function(){return F},meta:function(){return R},schema:function(){return $}});var t=s(485),a=s(694);function r(e,n,t,a,r,i,o){try{var s=e[i](o),l=s.value}catch(e){t(e);return}s.done?n(l):Promise.resolve(l).then(a,r)}function i(e){return function(){var n=this,t=arguments;return new Promise(function(a,i){var o=e.apply(n,t);function s(e){r(o,a,i,s,l,"next",e)}function l(e){r(o,a,i,s,l,"throw",e)}s(void 0)})}}function o(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function l(e,n){var t,a,r,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype),s=Object.defineProperty;return s(o,"next",{value:l(0)}),s(o,"throw",{value:l(1)}),s(o,"return",{value:l(2)}),"function"==typeof Symbol&&s(o,Symbol.iterator,{value:function(){return this}}),o;function l(s){return function(l){var u=[s,l];if(t)throw TypeError("Generator is already executing.");for(;o&&(o=0,u[0]&&(i=0)),i;)try{if(t=1,a&&(r=2&u[0]?a.return:u[0]?a.throw||((r=a.return)&&r.call(a),0):a.next)&&!(r=r.call(a,u[1])).done)return r;switch(a=0,r&&(u=[2&u[0],r.value]),u[0]){case 0:case 1:r=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,a=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===u[0]||2===u[0])){i=0;continue}if(3===u[0]&&(!r||u[1]>r[0]&&u[1]<r[3])){i.label=u[1];break}if(6===u[0]&&i.label<r[1]){i.label=r[1],r=u;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(u);break}r[2]&&i.ops.pop(),i.trys.pop();continue}u=n.call(e,i)}catch(e){u=[6,e],a=0}finally{t=r=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}}var u=function(){var e;function n(e,t){if(!(this instanceof n))throw TypeError("Cannot call a class as a function");o(this,"apiClient",void 0),o(this,"options",void 0),o(this,"llmServices",void 0),o(this,"llmServicesLoading",void 0),o(this,"aiEmployees",void 0),o(this,"aiEmployeesLoading",void 0),o(this,"aiTools",void 0),o(this,"aiToolsLoading",void 0),o(this,"aiSkills",void 0),o(this,"aiSkillsLoading",void 0),o(this,"llmServicesLoaded",void 0),o(this,"aiEmployeesLoaded",void 0),o(this,"aiToolsLoaded",void 0),o(this,"aiToolsBySessionId",void 0),o(this,"aiSkillsLoaded",void 0),o(this,"llmServicesInFlight",void 0),o(this,"aiEmployeesInFlight",void 0),o(this,"aiToolsInFlight",void 0),o(this,"aiSkillsInFlight",void 0),this.apiClient=e,this.options=t,this.llmServices=a.observable.shallow([]),this.llmServicesLoading=!1,this.aiEmployees=a.observable.shallow([]),this.aiEmployeesLoading=!1,this.aiTools=a.observable.shallow([]),this.aiToolsLoading=!1,this.aiSkills=a.observable.shallow([]),this.aiSkillsLoading=!1,this.llmServicesLoaded=!1,this.aiEmployeesLoaded=!1,this.aiToolsLoaded=!1,this.aiToolsBySessionId=null,this.aiSkillsLoaded=!1,this.llmServicesInFlight=null,this.aiEmployeesInFlight=null,this.aiToolsInFlight=null,this.aiSkillsInFlight=null,(0,a.define)(this,{llmServices:a.observable.shallow,llmServicesLoading:a.observable.ref,aiEmployees:a.observable.shallow,aiEmployeesLoading:a.observable.ref,aiTools:a.observable.shallow,aiToolsLoading:a.observable.ref,aiSkills:a.observable.shallow,aiSkillsLoading:a.observable.ref})}return e=[{key:"getLLMServices",value:function(){return i(function(){var e;return l(this,function(n){return(e=this,this.llmServicesInFlight)?[2,this.llmServicesInFlight]:this.llmServicesLoaded?[2,this.llmServices]:[2,this.startRefresh(this.llmServicesInFlight,function(n){e.llmServicesInFlight=n},function(){return e.doRefreshLLMServices()},function(){return e.llmServices})]})}).call(this)}},{key:"refreshLLMServices",value:function(){return i(function(){var e;return l(this,function(n){return e=this,[2,this.startRefresh(this.llmServicesInFlight,function(n){e.llmServicesInFlight=n},function(){return e.doRefreshLLMServices()},function(){return e.llmServices})]})}).call(this)}},{key:"getAIEmployees",value:function(){return i(function(){var e;return l(this,function(n){return(e=this,this.aiEmployeesInFlight)?[2,this.aiEmployeesInFlight]:this.aiEmployeesLoaded?[2,this.aiEmployees]:[2,this.startRefresh(this.aiEmployeesInFlight,function(n){e.aiEmployeesInFlight=n},function(){return e.doRefreshAIEmployees()},function(){return e.aiEmployees})]})}).call(this)}},{key:"refreshAIEmployees",value:function(){return i(function(){var e;return l(this,function(n){return e=this,[2,this.startRefresh(this.aiEmployeesInFlight,function(n){e.aiEmployeesInFlight=n},function(){return e.doRefreshAIEmployees()},function(){return e.aiEmployees})]})}).call(this)}},{key:"getAIEmployeesMap",value:function(){return this.aiEmployees.reduce(function(e,n){return e[n.username]=n,e},{})}},{key:"getAITools",value:function(e){return i(function(){var n;return l(this,function(t){return(n=this,this.aiToolsInFlight)?[2,this.aiToolsInFlight]:this.aiToolsLoaded&&this.aiToolsBySessionId===e?[2,this.aiTools]:[2,this.startRefresh(this.aiToolsInFlight,function(e){n.aiToolsInFlight=e},function(){return n.doRefreshAITools(e)},function(){return n.aiTools})]})}).call(this)}},{key:"refreshAITools",value:function(e){return i(function(){var n;return l(this,function(t){return n=this,[2,this.startRefresh(this.aiToolsInFlight,function(e){n.aiToolsInFlight=e},function(){return n.doRefreshAITools(e)},function(){return n.aiTools})]})}).call(this)}},{key:"getAISkills",value:function(){return i(function(){var e;return l(this,function(n){return(e=this,this.aiSkillsInFlight)?[2,this.aiSkillsInFlight]:this.aiSkillsLoaded?[2,this.aiSkills]:[2,this.startRefresh(this.aiSkillsInFlight,function(n){e.aiSkillsInFlight=n},function(){return e.doRefreshAISkills()},function(){return e.aiSkills})]})}).call(this)}},{key:"refreshAISkills",value:function(){return i(function(){var e;return l(this,function(n){return e=this,[2,this.startRefresh(this.aiSkillsInFlight,function(n){e.aiSkillsInFlight=n},function(){return e.doRefreshAISkills()},function(){return e.aiSkills})]})}).call(this)}},{key:"startRefresh",value:function(e,n,t,a){if(e)return e;var r=t().then(function(){return a()}).finally(function(){n(null)});return n(r),r}},{key:"doRefreshLLMServices",value:function(){return i(function(){var e,n,t;return l(this,function(a){switch(a.label){case 0:this.llmServicesLoading=!0,a.label=1;case 1:return a.trys.push([1,3,4,5]),[4,this.apiClient.resource("ai").listAllEnabledModels()];case 2:return t=Array.isArray(null==(n=a.sent())||null==(e=n.data)?void 0:e.data)?n.data.data:[],this.llmServices=t,this.llmServicesLoaded=!0,[3,5];case 3:return a.sent(),this.llmServices=[],this.llmServicesLoaded=!1,[3,5];case 4:return this.llmServicesLoading=!1,[7];case 5:return[2]}})}).call(this)}},{key:"doRefreshAIEmployees",value:function(){return i(function(){var e,n,t;return l(this,function(a){switch(a.label){case 0:this.aiEmployeesLoading=!0,a.label=1;case 1:return a.trys.push([1,3,4,5]),[4,this.apiClient.resource("aiEmployees").listByUser()];case 2:return t=Array.isArray(null==(n=a.sent())||null==(e=n.data)?void 0:e.data)?n.data.data:[],this.aiEmployees=t,this.aiEmployeesLoaded=!0,[3,5];case 3:return a.sent(),this.aiEmployees=[],this.aiEmployeesLoaded=!1,[3,5];case 4:return this.aiEmployeesLoading=!1,[7];case 5:return[2]}})}).call(this)}},{key:"doRefreshAITools",value:function(e){return i(function(){var n,t,a,r;return l(this,function(i){switch(i.label){case 0:this.aiToolsLoading=!0,i.label=1;case 1:if(i.trys.push([1,6,7,8]),t=[],!(null==(n=this.options)?void 0:n.toolsManager))return[3,3];return[4,this.options.toolsManager.listTools({sessionId:e})];case 2:return t=i.sent(),[3,5];case 3:return[4,this.apiClient.resource("aiTools").list({filter:{sessionId:e}})];case 4:t=Array.isArray(null==(r=i.sent())||null==(a=r.data)?void 0:a.data)?r.data.data:[],i.label=5;case 5:return this.aiTools=t,this.aiToolsLoaded=!0,this.aiToolsBySessionId=e,[3,8];case 6:return i.sent(),this.aiTools=[],this.aiToolsLoaded=!1,this.aiToolsBySessionId=null,[3,8];case 7:return this.aiToolsLoading=!1,[7];case 8:return[2]}})}).call(this)}},{key:"doRefreshAISkills",value:function(){return i(function(){var e,n,t;return l(this,function(a){switch(a.label){case 0:this.aiSkillsLoading=!0,a.label=1;case 1:return a.trys.push([1,3,4,5]),[4,this.apiClient.resource("aiSkills").list({})];case 2:return t=Array.isArray(null==(n=a.sent())||null==(e=n.data)?void 0:e.data)?n.data.data:[],this.aiSkills=t,this.aiSkillsLoaded=!0,[3,5];case 3:return a.sent(),this.aiSkills=[],this.aiSkillsLoaded=!1,[3,5];case 4:return this.aiSkillsLoading=!1,[7];case 5:return[2]}})}).call(this)}}],function(e,n){for(var t=0;t<n.length;t++){var a=n[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}(n.prototype,e),n}();function c(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}var d=function(){var e;function n(){if(!(this instanceof n))throw TypeError("Cannot call a class as a function");c(this,"features",{})}return e=[{key:"enableFeatures",value:function(e){this.features=function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},a=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.forEach(function(n){c(e,n,t[n])})}return e}({},this.features,e)}},{key:"disableFeatures",value:function(e){var n=!0,t=!1,a=void 0;try{for(var r,i=e[Symbol.iterator]();!(n=(r=i.next()).done);n=!0){var o=r.value;this.features[o]&&delete this.features[o]}}catch(e){t=!0,a=e}finally{try{n||null==i.return||i.return()}finally{if(t)throw a}}}},{key:"isFeaturesEnabled",value:function(e){var n=this;return Array.from(e).every(function(e){return n.features[e]})}}],function(e,n){for(var t=0;t<n.length;t++){var a=n[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}(n.prototype,e),n}();function m(e){return(m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e,n){return(b=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function h(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(h=function(){return!!e})()}var g=function(e){var n;if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");function t(){var e,n;if(!(this instanceof t))throw TypeError("Cannot call a class as a function");return e=t,n=arguments,e=m(e),function(e,n){var t;if(n&&("object"==((t=n)&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)||"function"==typeof n))return n;if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(this,h()?Reflect.construct(e,n||[],m(this).constructor):e.apply(this,n))}return t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&b(t,e),n=[{key:"vectorDatabaseProvider",get:function(){if(!this.features.vectorDatabaseProvider)throw this.featureNotSupportedError("vectorDatabaseProvider");return this.features.vectorDatabaseProvider}},{key:"vectorStoreProvider",get:function(){if(!this.features.vectorStoreProvider)throw this.featureNotSupportedError("vectorStoreProvider");return this.features.vectorStoreProvider}},{key:"featureNotSupportedError",value:function(e){return Error("".concat(e," is not supported"))}}],function(e,n){for(var t=0;t<n.length;t++){var a=n[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}(t.prototype,n),t}(d),p=s(155),v=s.n(p),y=s(59);function w(e){return e.replace(/&/g,"&").replace(/'/g,"'").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")}function k(e){return e^=e<<13,e^=e>>17,e^=e<<5}function x(e=""){let n=function(e){let n=0;for(let t=0;t<e.length;t++)n=k(n=(n<<5)-n+e.charCodeAt(t)|0);return n}(e=e.toString())||1,t=()=>n=k(n),a=(e,n)=>Math.floor((t()- -0x80000000)/0xffffffff*(n+1-e)+e);return{seed:e,next:t,bool:(e=50)=>a(1,100)<=e,integer:(e,n)=>a(e,n),pick(e,n){var r;return 0===e.length?(t(),n):null!=(r=e[a(0,e.length-1)])?r:n},shuffle(e){let n=x(t().toString()),a=[...e];for(let e=a.length-1;e>0;e--){let t=n.integer(0,e);[a[e],a[t]]=[a[t],a[e]]}return a},string(e,n="abcdefghijklmnopqrstuvwxyz1234567890"){let a=x(t().toString()),r="";for(let t=0;t<e;t++)r+=n[a.integer(0,n.length-1)];return r}}}function S(e){let n=e.attributes.viewBox.split(" "),t=parseInt(n[0]),a=parseInt(n[1]);return{x:t,y:a,width:parseInt(n[2]),height:parseInt(n[3])}}let P={type:"object",$schema:"http://json-schema.org/draft-07/schema#",properties:{seed:{type:"string"},flip:{type:"boolean",default:!1},rotate:{type:"integer",minimum:0,maximum:360,default:0},scale:{type:"integer",minimum:0,maximum:200,default:100},radius:{type:"integer",minimum:0,maximum:50,default:0},size:{type:"integer",minimum:1},backgroundColor:{type:"array",items:{type:"string",pattern:"^(transparent|[a-fA-F0-9]{6})$"}},backgroundType:{type:"array",items:{type:"string",enum:["solid","gradientLinear"]},default:["solid"]},backgroundRotation:{type:"array",items:{type:"integer",minimum:-360,maximum:360},default:[0,360]},translateX:{type:"integer",minimum:-100,maximum:100,default:0},translateY:{type:"integer",minimum:-100,maximum:100,default:0},clip:{type:"boolean",default:!0},randomizeIds:{type:"boolean",default:!1}}};function M(e){var n;let t={},a=null!=(n=e.properties)?n:{};return Object.keys(a).forEach(e=>{let n=a[e];"object"==typeof n&&void 0!==n.default&&(Array.isArray(n.default)?t[e]=[...n.default]:"object"==typeof n.default?t[e]={...n.default}:t[e]=n.default)}),t}function O(e){return"transparent"===e?e:`#${e}`}let I={yellow:(e,n)=>'<mask id="baseYellow-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseYellow-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#FEEAC3"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#FFB804"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#FFB804"/></g>',blue:(e,n)=>'<mask id="baseBlue-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseBlue-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#BDC1FF"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#2520F9"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#2520F9"/></g>',brown:(e,n)=>'<mask id="baseBrown-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseBrown-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#E1D3D0"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#7E6561"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#7E6561"/></g>',red:(e,n)=>'<mask id="baseRed-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseRed-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#FFC9C9"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#FE3B03"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#FE3B03"/></g>',green:(e,n)=>'<mask id="baseGreen-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#baseGreen-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#C0E4A3"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.356 3.884-25.823-46.25.844-33.982 5.866 3.733 22.4 0 20.8-30.934 28.8 30.934 62.236-5.145 65.104 24.254 3.915 40.144-.024 82.156-24.972 82.159a46.7 46.7 0 0 1-8.132-.813v17.067c0 10.667 19.2 16 19.2 16s-33.166 31.253-46.934 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#517933"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#517933"/></g>',purple:(e,n)=>'<mask id="basePurple-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="320" height="320"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="white"/></mask><g mask="url(#basePurple-a)"><path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="#E5D1F4"/><path d="M133.733 203.066c0-9.6-.326-56.951-.31-57.751-26.357 3.884-25.823-46.25.843-33.982 5.867 3.733 22.4 0 20.8-30.934 28.8 30.934 62.237-5.145 65.104 24.254 3.916 40.144-.023 82.156-24.971 82.159a46.7 46.7 0 0 1-8.133-.813v17.067c0 10.667 19.2 16 19.2 16s-33.165 31.253-46.933 31.08c-13.769-.172-44.8-31.08-44.8-31.08s19.2-5.333 19.2-16" fill="#A250CC"/><path d="M187.062 185.994a105 105 0 0 1-36.927-16.106s9.203 22.5 36.892 26.769z" fill="black"/><path d="M258.529 251.066c7.739 17.196 11.734 69.333 11.734 69.333H50.529s3.995-52.137 11.733-69.333c6.78-15.065 51.456-32.362 64.548-37.334 7.559 8.457 18.392 13.867 33.586 13.867s26.027-5.41 33.586-13.867c13.092 4.972 57.767 22.269 64.547 37.334" fill="#A250CC"/></g>'},C={man001:(e,n)=>'<path d="M128.016 68.87s14.658-23.072 26.428-21.913c11.77 1.16 3.989 12.65 3.989 12.65s18.185-14.238 31.323-9.173c13.137 5.066 3.545 16.38 3.545 16.38s18.202-6.694 20.825 2.05-7.431 16.24-7.431 16.24c.013.005 14.711 4.346 17.769 13.62 2.176 6.602-.348 25.63-3.786 36.603.81-12.175.057-25.498-1.659-37.156-21.887-1.59-53.369 19.564-68.656 14.182s2.646 14.95-3.316 17.084c-5.95 2.129-11.195-10.776-11.215-10.825-22.519-8.567-21.597 29.729-.325 26.755q.365.05.746.099c.097 2.131.44 7.828.847 14.486-8.654 5.921-22.075-9.874-22.12-9.927-2.056-2.196-20.694-22.662-15.313-46.053 5.381-23.392 14.931-14.736 14.931-14.736s-.449-20.037 5.649-25.094c6.099-5.056 7.769 4.728 7.769 4.728" fill="black"/>',woman001:(e,n)=>'<path d="M144.19 73.104c-6.555-14.312-18.488-27.279-30.778-15.536s-8.713 34.866 13.976 30.125c0 0-1.638 13.211-10.534 20.183-8.895 6.973-10.114 5.106-15.732 13.057s-.025 14.542-4.096 18.348S84.413 164.488 86.257 172h47.264v-26.624c-25.57-.359-19.939-43.373 5.11-29.262 12.775 7.195 27.593-4.798 21.973-22.547 11.241 14.871 40.878 17.749 38.323-.96 10.22 13.432 17.373 13.433 20.439 13.433.75 6.405 1.155 12.632 1.209 18.577l.324-.109c6.897-18.709.665-25.812-3.067-38.857-9.721-24.758-34.543-19.764-42.736-12.547-6.321-9.175-18.801-4.078-30.906 0" fill="black"/>',woman002:(e,n)=>'<path d="M98.982 74.59c15.476-31.39 56.847-25.918 70.455-23.94 36.515 2.478 50.849 34.082 53.563 48.072-.994.63-2.193 1.274-3.563 1.926-5.524-21.983-37.021 9.029-64.341-20.27 1.597 30.833-14.909 34.554-20.765 30.833-26.621-12.227-27.154 37.742-.843 33.871-.015.801.31 47.994.31 57.562-.001 10.632-19.168 15.947-19.168 15.947s2.017 2.005 5.249 4.994L83 227c27.875-33.534-3.364-113.174 15.982-152.41" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m130.473 78.18-13.202-18.26c-1.153-1.595-3.582-1.423-4.497.318l-11.832 22.5c-.915 1.742.323 3.835 2.291 3.877l22.552.48 13.203 18.261c1.152 1.594 3.581 1.422 4.496-.319l11.832-22.5c.915-1.74-.323-3.835-2.291-3.877z" fill="white"/>',man002:(e,n)=>'<path d="M115.546 148.572c-6.668-16.162-33.393-49.078-10.356-69.56 7.743-38.04 50.525-33.829 79.078-25.05 19.191 5.9 33.684 17.556 36.781 8.778 19.358 16.272 9.664 32.187-3.097 36.754-11.582 4.146-31.167 8.291-64.469 4.39-5.949-.698-4.703 17.662-7.882 19.646-4.768 2.978-8.47-15.745-21.544-10.123s-5.316 31.69 8.719 31.69c4.839 0 7.259 13.408-5.808 19.748-9.486 4.697-7.088-5.771-11.422-16.273" fill="black"/>',woman003:(e,n)=>'<path d="M170.395 41c19.657 0 32.533 7.688 39.984 30.648 16.666 1.261 23.745 13.832 27.769 31.762 2.776 12.367-5.465 24.257-4.002 41.054 1.291 14.826 12.78 34.797 10.573 37.067-3.313 3.407-46.214 6.228-57.849 4.875v-1.284a46.5 46.5 0 0 0 8.09.808c24.819-.004 28.738-41.742 24.843-81.624-2.853-29.208-36.116 6.636-64.767-24.096 1.592 30.732-14.855 34.441-20.692 30.732-26.528-12.187-27.058 37.62-.839 33.76-.013.67.213 34.02.286 50.298C95.421 193.356 76 181.531 76 181.531c12.587-7.736 21.624-29.654 18.877-72.791-2.56-40.216 39.2-67.74 75.518-67.74" fill="black"/>',man003:(e,n)=>'<path d="M159.838 11.324c11.056-1.832 19.408 4.698 19.408 4.698.042-.026 7.393-4.486 15.835 1.102 8.466 5.605 6.809 11.957 6.809 11.957.042-.005 15.003-1.862 24.937 12.161 9.949 14.043 2.018 27.016 2.018 27.016s10.633-4.246 14.597 4.302c3.961 8.539-2.721 15.27-2.736 15.286.053.032 7.586 4.593 7.285 16.591-.301 12.014-7.253 14.954-7.285 14.968.039.061 5.428 8.415-1.471 17.178-6.925 8.795-16.859 4.586-16.859 4.586.011.036 3.467 11.169-3.476 16.324l-.048.034c2.891-14.975 2.774-33.96.968-52.542-2.838-29.195-35.931 6.633-64.435-24.085 1.584 30.718-14.779 34.425-20.586 30.718-26.392-12.181-26.92 37.602-.835 33.745-.007.388.066 11.847.143 24.565-6.038.496-10.379-1.532-10.379-7.791 0 0-7.256 3.838-13.908 0s-8.207-10.085-8.207-10.085c-.028.02-9.239 6.724-17.19-2.127-7.938-8.836-2.253-14.164-2.218-14.197-.04-.008-9.875-2.013-9.875-12.668 0-10.676 6.64-14.538 6.64-14.538-.041-.022-8.75-4.62-6.64-17.212 2.11-12.59 9.834-15.42 9.875-15.435 0 0-3.245-14.153 5.545-23.947 8.764-9.766 20.266-9.788 20.332-9.788 0 0-.968-14.557 12.622-18.91s21.882 2.586 21.882 2.586 6.196-12.66 17.252-14.492" fill="black"/>',man004:(e,n)=>'<path d="M89.552 124.502c6.346-74.287 75.609-84.439 116.447-47.512 33.87-7.412 23.473 25.592 14.799 42.995a16 16 0 0 0-.078-1.107 180 180 0 0 0-1.7-19.743c-31.577-5.684-54.331 18.854-69.796 13.479-15.465-5.376 2.551 14.682-3.517 16.737-1.137.385-2.244.25-3.293-.223-1.285-1.048-2.657-2.317-4.072-3.598-2.37-3.094-3.908-6.837-3.921-6.868-23.035-8.644-22.163 29.892.181 26.134.077 2.237.487 9.793.935 18.06-3.275-3.786-10.407-7.33-12.203-8.841-22.119-10.394-24.74-24.247-23.284-29.875-9.264 3.889-10.859 1.861-10.498.362" fill="black"/>',man005:(e,n)=>'<path d="M241.998 83.927c.399-8.434-74.687-45.19-106.045-3.201-10.807-2.35-16.714-3.276-23.752 4.115-4.829 8.57-.413 12.887 6.228 20.673-5.415-.007-6.273 1.191-7.723 4.564s-.98 7.71 4.406 13.604c-5.184 2.243-3.581 4.745-3.327 8.885.252 4.121 6.415 6.361 6.468 6.38 0 0 2.025 8.222 5.469 12.431 2.808 3.432 8.679 6.782 11.125 8.091-.135-6.883-.246-12.678-.246-14.63-23.855 3.147-23.373-37.468.764-27.53.031.083 5.092 13.605 11.589 11.667 6.516-1.945-11.876-23.722 4.343-17.5s35.223-16.026 68.534-8.896c.416 3.816.803 7.761 1.129 11.75 5.824.935 10.361 1.558 11.846-2.08 1.588-3.893-6.159-9.391-6.159-9.391s11.804 3.175 12.095-2.533c.289-5.688-10.948-10.669-11.029-10.704.088.017 13.885 2.712 14.285-5.695" fill="black"/>',woman004:(e,n)=>'<path d="M216.638 166.174c-4.604 12.548-10.194 19.152-21.047 20.473-2.959-.33-6.556-.239-8.879-.66v18.161c-.658 12.547 55.664 30.798 62.174 45.223 3.135 6.944 7.84 26.054 9.517 40.629l30.584-36.322c.736-14.779-30.382-60.999-72.349-87.504M193.216 58.323c-33.73-26.986-83.28-21.459-80.279 65.884-12.504 21.465-22.956 59.545 3.728 93.809 8.244-4.402 18.253-7.165 25.583-10.486v-58.016c-23.002-.396-17.936-47.807 4.597-32.254 11.492 7.931 24.821-5.288 19.765-24.852 10.113 16.391 36.773 19.564 34.475-1.058 9.193 14.806 15.628 14.806 18.386 14.806.444 4.639.753 9.193.926 13.629 12.422.425 23.838-9.744 23.838-27.578-1-16.001-12.605-45.179-51.019-33.884" fill="black"/>',woman005:(e,n)=>'<path d="m188.148 183.963-.176.037v-.069zM118.248 33c18.123 0 33.051 13.626 35.026 31.155 7.527-2.155 15.894-3.338 25.124-3.338 48.315 0 44.23 32.436 42.921 66.814-.076-7.289-.523-14.812-1.253-22.269-2.78-28.396-35.196 6.451-63.118-23.427 1.551 29.878-14.478 33.484-20.165 29.879-25.853-11.849-26.371 36.573-.819 32.821-.009.469.101 17.461.192 32.837-18.312-7.343-35.947-19.261-35.947-38.287 0-12.75 2.717-25.701 8.324-37.304C93.791 97.678 83 84.153 83 68.116 83 48.722 98.781 33 118.248 33m102.808 107.035c-.053 5.888-.663 11.06-1.78 15.595.894-4.836 1.471-10.086 1.78-15.595" fill="black"/><path d="M172.226 61.603c-15.095-1.037-46.168 11.158-62.072 44.029-3.47 7.171-8.655 6.249-6.118-3.889 7.654-30.584 24.676-52.616 48.9-50.319 4.205.41 4.811 3.05 7.014 4.415 4.19 2.596 11.582 3.745 12.276 5.764" fill="white"/>',man006:(e,n)=>'<path d="M233.624 87.196c-10.041 24.328-72.934 28.139-85.261 25.672-36.131 11.131-25.959 15.005-14.311 33.888-.748-1.221-22.447 2.16-22.227-30.985-7.453-39.252 37.661-53.238 69.463-54.686s45.453-9.716 45.453-9.716c11.824 7.976 12.842 21.388 6.883 35.827" fill="black"/><path d="m221.524 131.157-3.322-35.942 7.358-4.563c2.166 24.917-.154 38.67-4.036 40.505m-96.046-5.565-.017-.001-3.578-27.543 26.275-.35a7.7 7.7 0 0 1 1.564-.02l-1.564.02c-11.995 1.425-9.876 32.543-2.863 46.624l-7.084-.097c-.167-17.972-6.771-18.32-12.733-18.633m-8.948-53.464c6.044-1.73 12.226 1.209 14.562 2.895l-9.135 7.995c2.48-2.71-2.585-8.389-5.427-10.89" fill="black"/><path d="M105.117 81.154c8.044-2.88 14.749-.02 17.097 1.771l-4.689 9.294c.278-5.49-8.156-9.664-12.408-11.065" fill="black"/>',man007:(e,n)=>'<path d="M160.038 160.401c-5.944-9.874-23.468-51.455-6.999-52.731 14.231 6.758 22.381 8.986 39.192-7.78 4.251 8.685 13.217 9.698 25.705 10.131l3.647 21.551.729-26.964c7.494.042 13.464.254 14.592-4.069 1.127-4.323-8.67-8.824-8.67-8.824s14.015 1.422 13.345-4.59-14.453-9.415-14.453-9.415 16.311.633 15.289-8.244c-1.021-8.877-83.653-21.033-121.468 13.686-12.733-.72-19.63-.738-26.358 8.116-4.002 9.73 1.79 13.533 10.728 20.603-6.175.862-6.943 2.251-8.004 6.009s5.376 10.338 12.551 15.633c-5.517 3.176-8.392 3.408-7.376 7.694s8.494 5.628 8.494 5.628l13.104 12.026 9.636 26.09v-38.116c9.529 9.558 12.947 14.399 17.469 27.451 9.718 16.633 24.969 17.296 51.825 17.296 16.44-1.273 21.932-4.973 13.594-21.882-1.658.663-2.653.803-5.305 1.326-11.403 2.249-43.675 1.987-51.267-10.625" fill="black"/>',woman006:(e,n)=>'<path d="M167.23 36C207.239 36 233 69.14 233 114.039c0 24.347-5.803 44.065-17.776 57.438 6.254-14.797 7.242-38.144 5.012-63.44-2.411-22.388-39.824 14.459-67.23-6.271 4.06 13.993-8.39 19.228-12.957 17.155-25.52-13.715-30.473 26.191-5.076 26.579v64.45c-24.433 12.167-61.834 26.075-69.023 40.089C62.732 256.314 58.382 283 58.382 283s.526-3.279 0 3c-20.254-12.919-11.882-8-37.367-26.334.532-19.821 11.688-37.208 28.703-48.306a52 52 0 0 1-2.061-14.535c0-15.616 7.425-29.922 18.746-39.557a65 65 0 0 1 4.091-4.842c-4.46-7.669-7.097-16.247-7.097-24.994 0-23.279 17.465-41.19 39.1-46.666C114.419 54.214 138.929 36 167.23 36" fill="black"/><path d="M201.522 185.94c.147 1.644 0 2.807 0 4.484 0 7.22-3.549 16.487-6.789 23.144-3.278-1.377-4.857-4.178-7.757-6.086V185.94c2.565.414 5.163.572 7.757.471 2.327 0 4.738.166 6.789-.471" fill="black"/>',woman007:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M162.585 51.272c-21.976-21.249-34.451-19.213-56.888 1.104-36.442-5.225-35.791 32.566-41.63 41.76-5.839 9.192-13.354 12.457-12.602 23.415s6.048 17.549 11.209 21.257c-15.1 11.22-26.632 30.503-21.39 42.075 7.45 20.32 52.064 26.382 61.088 8.639 1.912-3.761 1.183-8.85-.459-13.893q.224.112.459.214c7.801 3.435 13.645 1.245 19.635-4.778 5.897-5.929 7.272-15.909 7.272-15.909 14.119-19.226 14.445-13.685 18.908-37.605 5.936 3.944 9.375 5.203 11.656 4.984 1.772-8.627 1.875-18.133-.682-29.633 36.271 24.179 58.535-11.268 61.117 14.945.375 3.804.626 7.609.748 11.372 14.983-8.985 20.003-12.838 17.258-25.978-3.157-15.103-11.761-17.732-36.907-18.71-2.28-11.11-1.293-16.8-9.894-21.841s-17.519-2.847-28.898-1.418m-27.226 92.98c-17.015-4.547-15.004-39.31 5.95-30.802 1.589 10.058-2.951 19.606-5.95 30.802" fill="black"/><path d="M152.81 73.021c15.502 38.366 6.782 57.07-5.329 79.61s2.906 43.642 2.906 43.642-17.44-11.031-17.44-35.489c0-24.459 17.44-39.805 2.906-59.948-14.534-20.142 1.454-66.181 16.957-27.815" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m137.62 47.465 12.014-16.475c1.048-1.438 3.259-1.282 4.091.288l10.766 20.3c.833 1.57-.293 3.459-2.084 3.497l-20.521.433-12.013 16.474c-1.049 1.438-3.259 1.283-4.092-.288l-10.765-20.299c-.833-1.57.293-3.46 2.084-3.497z" fill="white"/>',woman008:(e,n)=>'<path d="M182.356 67.456c-14.939-26.964-29.906-39.497-65.323-37.186-35.597 2.323-42.687 37.33-43.99 95.088-15.627 1.327-24.744-.754-31.111 15.341s4.904 34.59 15.194 62.037c-15.863 18.303-20.107 28.49-15.194 47.036C46.44 266.789 52.15 266.419 62.19 273l94.922-64.038c-9.757-1.467-18.798-6.439-18.798-6.439v-56.694c-24.378-.366-19.01-44.188 4.872-29.813 12.178 7.331 26.306-4.887 20.947-22.97 10.718 15.15 39.303 19.06 36.867 0 9.743 13.685 16.234 12.707 19.157 12.707.92 8.395 1.294 16.488 1.113 24.058 13.62-14.504-3.034-62.008-38.914-62.355" fill="black"/><path d="M160.613 62.51c13.859-5.023 20.343-2.532 23.496 5.023-19.499.175-27.91 4.231-39.585 16.706-3.387-9.532 2.23-16.707 16.089-21.73" fill="white"/>',woman009:(e,n)=>'<path d="M96.877 109.825c10.353-44.443 68.519-71.7 111.603-61.795s48.334 48.347 37.981 92.79c-5.113 21.949-15.07 38.111-28.877 48.582 2.616 5.267 3.246 11.513 1.27 17.538a19 19 0 0 1-.202.587c6.682 4.139 10.375 13.67 9.788 21.473-14.929-5.304-42.44-16-41.44-25v-18c2.754.433 5.775.954 8.56.849 23.591-2.604 29.017-37.134 23.922-83.164-2.589-23.388-35.93 14.693-65.357-6.962 4.358 14.617-8.034 20.398-12.939 18.234-27.402-14.328-34.956 29.638-7.686 30.043l.387 50.185c-27.453-16.202-44.817-51.848-37.01-85.36" fill="black"/>',woman010:(e,n)=>'<path d="M171.923 43.312c-33.702-3.413-63.751 21.53-67.117 55.712L89 231c19.087-7.261 44.199-20.938 44.199-20.938.005-.037 1.366-10.509 4.976-11.356.63-.147 1.768-.274 3.218-.362q-.266-51.729-.257-52.441c-24.435 3.652-23.94-43.485.781-31.952 5.439 3.51 17.8 6.519 16.317-22.565 37.577 26.577 58.369-11.659 61.027 15.984 3.631 37.744-2.319 78.352-25.449 79.355-2.205.1-14.713-2.384-14.734-2.384v13.282c0 .341 2.403.927 3.014 1.083 2.009 1.301 4.015 10.476 4.018 10.497s0 4.427 36.835 18.391l11.747-115.416c3.365-34.182-21.229-64.659-54.931-68.072z" fill="black"/>',man008:(e,n)=>'<path d="M134.195 145.954c-14.612-52.519 9.44-15.947 9.44-15.947s5.583-37.892 12.742-21.612 24.556 8.004 28.826 6.442c-4.752-10.138-2.114-11.597.495-11.68 10.529 6.851 25.697.358 31.042-1.484 2.603 14.032 3.285 23.471 6.627 20.368.578-2.404.781-13.702 0-18.634 19.648-15.89 16.47-26.282 13.956-30.054 5.595-3.4 3.584-11.673 1.877-15.385-6.302 3.774-21.228-2.982-27.903-6.831-40.045-25.862-80.088 4.051-88.979 19.992-6.659-1.516-13.425 6.45-15.974 10.621-9.82 21.79 2.739 65.865 27.851 64.204" fill="black"/>',woman011:(e,n)=>'<path d="M167.056 44c17.077 0 28.264 3.883 34.737 23.847.153.471.643.73 1.094.583 13.539-4.39 39.856 8.954 39.856 29.838 0 8.787-1.51 14.738-2.959 20.443-1.741 6.856-3.39 13.357-2.22 24.001.771 7.013 3.106 9.711 6.104 13.177 14.402 16.642-1.282 22.973-.919 39.347.157 7.025 2.483 9.278 4.643 11.37l.001.002c1.931 1.871 3.731 3.614 3.731 8.525-27.601 16.656-54.78 13.656-54.78 13.656l-3.537-3.189c3.566-3.692 5.867-6.324 5.9-6.363-.058-.019-15.415-5.159-15.416-15.417V185c2.585.489 8.079 1.468 10.709 1.5 24.038-.004 27.571-38.825 23.798-77.505-2.762-28.327-34.979 6.436-62.729-23.369 1.541 29.805-14.39 33.402-20.042 29.805-25.695-11.82-25.91 32.812-.515 29.069-.015.774 0 50.071 0 59.32 0 10.278-18.5 15.417-18.5 15.417.016.016 3.46 3.443 8.522 7.975-25.221-6.11-38.783-12.046-38.858-12.079 0 0-12.771-30.375 0-59.244 5.023-11.354 15.771-23.659 15.771-52.986 0-35.04 34.056-58.903 65.609-58.903" fill="black"/>',woman012:(e,n)=>'<path d="M174.948 46.312c-59.034-4.975-89.495 50.58-92.761 91.761-2.584 32.575 21.964 47.605 51.46 53.98v-47.04c-24.908 3.671-20.407-41.01 4.793-29.421 5.545 3.527 18.145 6.55 16.633-22.675 38.306 26.706 61.842-11.411 64.551 16.365 3.701 37.927-4.178 75.845-27.757 76.853-2.255.101-4.867-.135-4.867-.135v10.5c30.958-1.832 63.149-12.921 65.686-44.912 3.266-41.181-18.704-100.301-77.738-105.276" fill="black"/>'},E={unisex001:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m132.717 268.623-17.632-50.248-4.841 1.693 17.633 50.249zM74 239.868l22.637 34.171 4.237-2.885-22.636-34.172zm112.204 30.583 21.802-52.49-4.737-1.961-21.803 52.489zm53.523-34.083-24.688 37.127 4.274 2.832L244 239.2z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M104.314 272.67h104.788c3.22 0 5.83 2.606 5.83 5.821v36.388H98.484v-36.388a5.826 5.826 0 0 1 5.83-5.821m104.788-5.121c6.053 0 10.959 4.899 10.959 10.942V320H93.354v-41.509c0-6.043 4.907-10.942 10.96-10.942z" fill="black"/>',woman001:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m254.537 257.399-.17-.255c-10.357-15.521-31.065-29.343-62.341-41.562-9.227 12.772-19.063 20.929-30.647 21.006-11.608.077-22.54-8.029-33.739-21.3-24.734 8.274-47.48 23.233-62.954 41.863l-.073.087-.076.084a12.05 12.05 0 0 0-3.127 8.116c0 6.678 5.43 12.135 12.186 12.135a12.15 12.15 0 0 0 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.315 0 6.309-1.311 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.316 0 6.309-1.311 8.508-3.447l3.764-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447 12.15 12.15 0 0 0 8.507-3.447l3.764-3.656 3.765 3.656a12.15 12.15 0 0 0 8.508 3.447 12.15 12.15 0 0 0 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.315 0 6.309-1.311 8.507-3.447l3.765-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c3.315 0 6.309-1.311 8.508-3.447l3.764-3.656 3.764 3.656a12.15 12.15 0 0 0 8.508 3.447c6.755 0 12.185-5.457 12.185-12.135 0-2.974-1.068-5.69-2.854-7.804zM129.481 209c23.957 29.806 40.831 29.292 60.53 0 33.758 12.694 57.1 27.514 68.852 45.126A17.47 17.47 0 0 1 263 265.438c0 9.7-7.878 17.562-17.596 17.562a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 220.86 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 196.316 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 171.772 283a17.56 17.56 0 0 1-12.273-4.976A17.56 17.56 0 0 1 147.228 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 122.684 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 98.14 283a17.56 17.56 0 0 1-12.272-4.976A17.56 17.56 0 0 1 73.596 283C63.878 283 56 275.138 56 265.438a17.48 17.48 0 0 1 4.529-11.761c16.928-20.38 42.005-36.397 68.952-44.677" fill="black"/>',unisex002:(e,n)=>'<path d="M127.559 250.874c-28.505-18.07-23.908-23.391-10.266-41.896 2.361 8.933 0 7.345 10.266 15.082zm61.744.844c30.5-17.078 23.952-22.817 11.269-43.339-2.572 9.532 0 5.56-11.269 17.124z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m193.988 205 6.775.914c9.339 1.261 19.51 5.575 26.683 11.97 7.197 6.417 11.747 15.345 8.474 25.463-1.614 4.986-5.1 9.54-9.77 13.671-4.682 4.141-10.686 7.977-17.571 11.505-13.766 7.054-31.355 13.029-49.707 17.757l-.588.152-.594-.123c-18.003-3.717-34.18-9.371-46.911-16.196-12.651-6.783-22.228-14.901-26.541-23.723-4.534-9.276-1.774-20.126 4.644-28.038 6.458-7.96 16.971-13.438 28.771-11.838l5.015.68-3.441 3.725c-1.916 2.076-3.094 5.309-3.404 9.316-.306 3.975.267 8.459 1.584 12.717 1.319 4.263 3.34 8.157 5.805 11.016 2.471 2.865 5.227 4.517 8.055 4.776 3.989.364 7.216 1.277 9.973 2.82 2.76 1.543 4.89 3.629 6.799 6.103 1.879 2.435 3.613 5.342 5.511 8.538l.169.286c1.199 2.019 2.488 4.19 3.964 6.526a61 61 0 0 1 4.396-7.9c4.308-6.523 11.21-13.997 21.213-16.317 7.905-1.833 13.99-8.717 16.916-16.88 2.952-8.236 2.352-16.773-1.799-21.687zm-33.276 74.46-.319.971c17.108-4.55 33.201-10.151 45.798-16.606 6.644-3.405 12.24-7.008 16.486-10.764 4.257-3.766 7.024-7.567 8.246-11.343 2.397-7.41-.68-14.286-6.965-19.89-4.937-4.402-11.624-7.762-18.332-9.56 2.529 6.453 2.042 14.417-.475 21.438-3.317 9.252-10.495 17.872-20.677 20.233-8.085 1.875-14.015 8.032-18.017 14.092a56 56 0 0 0-4.374 8.009 49 49 0 0 0-1.049 2.532c-.114.299-.196.53-.25.681l-.057.166-.013.036-.001.004zm-4.305 1.187-.358-.527c-2.785-4.094-4.955-7.749-6.826-10.901l-.186-.313c-1.936-3.26-3.505-5.876-5.151-8.01-1.617-2.095-3.237-3.625-5.203-4.725-1.969-1.102-4.446-1.86-7.893-2.175-4.606-.421-8.515-3.058-11.549-6.576-3.04-3.524-5.367-8.108-6.851-12.903-1.485-4.801-2.17-9.957-1.804-14.689.225-2.917.858-5.774 2.025-8.299-7.953.306-14.992 4.405-19.655 10.153-5.535 6.824-7.376 15.482-4.002 22.384 3.596 7.356 12.022 14.811 24.3 21.394 11.657 6.25 26.491 11.555 43.153 15.187" fill="black"/><path d="M137.898 267.399a2.39 2.39 0 0 1-2.388 2.397 2.39 2.39 0 0 1-2.387-2.397 2.39 2.39 0 0 1 2.387-2.397 2.39 2.39 0 0 1 2.388 2.397m46.557 0a2.39 2.39 0 0 1-2.387 2.397 2.39 2.39 0 0 1-2.388-2.397 2.39 2.39 0 0 1 2.388-2.397 2.39 2.39 0 0 1 2.387 2.397" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M130.738 298.158 134.915 267l1.481.201-4.179 31.157z" fill="black"/><path d="M135.812 302.151c0 2.565-2.07 4.644-4.625 4.644s-4.626-2.079-4.626-4.644 2.071-4.643 4.626-4.643 4.625 2.079 4.625 4.643" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m183.897 298.538-2.33-31.352 1.489-.112 2.331 31.352z" fill="black"/><path d="M189.688 301.395a4.644 4.644 0 0 1-3.569 5.504 4.626 4.626 0 0 1-5.482-3.583c-.529-2.509 1.07-4.974 3.569-5.504a4.626 4.626 0 0 1 5.482 3.583" fill="black"/>',unisex003:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M187.136 296.905c1.315-17.123 1.449-43.444 1.561-65.444.03-5.813.058-11.325.106-16.285.017-1.691.035-3.319.057-4.872 1.481.355 3.058.883 4.667 1.551 6.549 2.724 13.633 7.798 16.955 13.174q2.794-1.471 5.499.216a19.9 19.9 0 0 1 4.274 6.478c-.316 5.594-2.481 20.563-3.505 26.081-5.483 21.78-13.088 34.634-24.858 51.435a952 952 0 0 1-5.009 7.062c.47-2.82.401-5.64.252-8.47q-.038-.726-.081-1.452c-.18-3.138-.361-6.291.082-9.474m4.411 4.558c-.007-1.343.053-2.624.231-3.899l.02-.145.011-.147c1.329-17.311 1.464-43.943 1.577-65.983.026-5.061.05-9.88.088-14.289a41 41 0 0 1 4.887 2.779c3.627 2.405 6.561 5.187 8.144 7.748l2.299 3.719 3.85-2.028c.164-.087.274-.122.331-.136a.3.3 0 0 1 .088-.012.2.2 0 0 1 .059.01 15 15 0 0 1 2.365 3.492c-.481 5.957-2.371 19.015-3.327 24.214-4.727 18.713-11.021 30.513-20.623 44.677m-84.017-73.579a74 74 0 0 1 6.039-6.028c.739-.568 1.537-1.212 2.378-1.892 2.806-2.266 6.097-4.925 9.364-6.445 1.593-.741 3.179-1.212 4.701-1.235-.033 1.292-.005 2.932.051 4.726.044 1.412.105 2.92.165 4.428.139 3.422.276 6.844.217 9.154-.13 6.218-.452 12.428-.775 18.638-.599 11.517-1.197 23.03-.561 34.582a492 492 0 0 0 5.605 33.8 204 204 0 0 1-6.423-8.605q-18.612-26.363-28.107-57.751-2.553-8.883-1.455-17.971 2.391-5.837 8.801-5.401m-4.227 6.674c.432-.855.884-1.274 1.26-1.504.457-.281 1.241-.551 2.652-.455l2.274.155 1.524-1.706a69 69 0 0 1 5.532-5.537c.878-.676 1.718-1.357 2.556-2.034 1.564-1.267 3.118-2.524 4.885-3.734q.762-.521 1.449-.937c.033.891.069 1.79.105 2.672l.005.15c.141 3.492.269 6.725.214 8.838v.025c-.123 5.899-.436 11.959-.754 18.102-.604 11.698-1.224 23.7-.575 35.48l.009.177.023.176a499 499 0 0 0 1.905 13.233c-9.297-14.773-16.526-30.685-21.691-47.748-1.454-5.077-1.908-10.184-1.373-15.353" fill="black"/>',unisex004:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m199.017 276.155.005-57.155 3.688.001-.005 57.155zm-97.065 7.829v-57.938h3.688v57.938zm14.047-7.829v-56.372h3.688v56.372zm97.065 7.829V224.48h3.688v59.504z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M212.929 271.957H107.071c-3.253 0-5.889 2.645-5.889 5.909v36.936h117.636v-36.936c0-3.264-2.636-5.909-5.889-5.909m-105.858-5.198c-6.114 0-11.071 4.973-11.071 11.107V320h128v-42.134c0-6.134-4.957-11.107-11.071-11.107z" fill="black"/><path d="M112.11 289.671c4.583 0 8.298-3.727 8.298-8.323 0-4.597-3.715-8.324-8.298-8.324-4.582 0-8.297 3.727-8.297 8.324s3.715 8.323 8.297 8.323m95.325.832c4.582 0 8.297-3.726 8.297-8.323s-3.715-8.323-8.297-8.323-8.297 3.726-8.297 8.323 3.715 8.323 8.297 8.323" fill="black"/>',unisex005:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m188.093 217.265 4.841 8.173c-3.095 4.756-5.522 6.813-6.947 7.694l-6.015-10.199c2.33-1.002 5.455-2.754 8.121-5.668m3.239-5.69c-1.402-2.367-4.613-2.138-5.932-.097-2.906 4.498-7.739 6.367-9.635 6.937-2.069.623-3.232 3.099-2.02 5.153l8.378 14.207c.596 1.01 1.88 1.908 3.483 1.611 2.26-.419 6.997-2.553 12.874-12.076a3.49 3.49 0 0 0 .036-3.607z" fill="black"/><path d="m166.761 237.16-6.48-15.537-5.04 10.84z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M160.308 220.178c.57.011 1.08.359 1.301.887l6.48 15.536a1.443 1.443 0 0 1-1.872 1.899l-11.52-4.697a1.45 1.45 0 0 1-.764-1.952l5.041-10.839a1.44 1.44 0 0 1 1.334-.834m-3.122 11.517 6.907 2.816-3.885-9.313z" fill="black"/><path d="m169.711 234.756 5.584-13.386 4.343 9.339z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M175.271 220.124a1.24 1.24 0 0 0-1.12.765l-5.584 13.385c-.194.464-.09 1 .263 1.357.353.358.886.468 1.35.278l9.926-4.046a1.245 1.245 0 0 0 .658-1.682l-4.343-9.339a1.24 1.24 0 0 0-1.15-.718m2.69 9.923-5.951 2.426 3.347-8.024zm-43.242-14.967-5.655 9.706c3.19 4.509 7.648 7.595 11.826 9.661a44 44 0 0 0 8.174 3.061l6.836-13.009c-5.261.057-13.231-1.538-21.181-9.419m-3.484-5.316c1.282-2.199 4.225-2.293 5.763-.556 9.237 10.429 18.375 9.926 21.699 9.329 1.557-.279 2.853.486 3.557 1.381.711.904 1.192 2.443.394 3.963l-9.33 17.757c-.696 1.325-2.213 2.167-3.84 1.826-1.557-.325-6.038-1.399-11.1-3.903-5.048-2.495-10.86-6.505-14.828-12.792a3.58 3.58 0 0 1-.064-3.707z" fill="black"/><path d="M161.15 309.419c0-.906.268-1.792.769-2.544a4.557 4.557 0 0 1 7.022-.694 4.59 4.59 0 0 1-.691 7.047 4.554 4.554 0 0 1-5.763-.57 4.6 4.6 0 0 1-1.337-3.239m0-22.902c0-.906.268-1.792.769-2.545a4.57 4.57 0 0 1 2.049-1.687 4.55 4.55 0 0 1 4.973.993 4.593 4.593 0 0 1-.691 7.047 4.554 4.554 0 0 1-5.763-.569 4.6 4.6 0 0 1-1.337-3.239m0-22.903c0-.906.268-1.791.769-2.544a4.557 4.557 0 0 1 7.022-.695 4.59 4.59 0 0 1-.691 7.048 4.554 4.554 0 0 1-5.763-.57 4.6 4.6 0 0 1-1.337-3.239" fill="black"/>',unisex006:(e,n)=>'<path d="M153.897 234.894h16.752V320h-16.752zm31.221 36.475a4.565 4.565 0 0 1 4.569-4.56h32.744a4.565 4.565 0 0 1 4.569 4.56 4.564 4.564 0 0 1-4.569 4.559h-32.744a4.564 4.564 0 0 1-4.569-4.559" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M133.584 232.088c-7.816-2.942-14.458-7.475-17.584-13.879l4.545-2.209c2.313 4.737 7.552 8.631 14.823 11.367 7.209 2.714 16.051 4.143 24.952 4.213 8.903.069 17.709-1.224 24.851-3.83 7.203-2.63 12.326-6.445 14.524-11.146l4.581 2.133c-3.012 6.443-9.599 10.915-17.369 13.751-7.832 2.858-17.263 4.209-26.626 4.136-9.365-.073-18.818-1.571-26.697-4.536" fill="black"/>',unisex007:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M159.5 229.929 123.988 217 114 231.219 148.402 252l11.098-19.697L170.597 252 205 231.219 195.012 217zm33.532-6.656-27.067 9.855 6.546 11.618 24.997-15.1zm-46.543 21.473 6.546-11.618-27.067-9.855-4.476 6.373z" fill="black"/>',unisex008:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M184.254 205.101v10.024l-27.556 26.494 14.196 29.516L208 227.373zm16.827 22.668-29.016 34.22-9.267-19.268 26.474-25.454v-.574z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M135.958 205v10.711l27.715 26.592-14.27 30.321L116 228.347zm-13.521 23.544 25.966 34.418 9.192-19.531-26.307-25.241z" fill="black"/><path d="M165.237 312.962a4.04 4.04 0 0 0-2.489-3.73 4.028 4.028 0 0 0-5.496 2.943 4.04 4.04 0 0 0 1.714 4.145 4.031 4.031 0 0 0 6.271-3.358m0-20.188a4.038 4.038 0 0 0-4.818-3.959 4.04 4.04 0 0 0-1.453 7.317 4.031 4.031 0 0 0 6.271-3.358m0-20.187a4.04 4.04 0 0 0-2.489-3.731 4.03 4.03 0 0 0-4.392.875 4.043 4.043 0 0 0 .61 6.212 4.024 4.024 0 0 0 5.09-.502 4.04 4.04 0 0 0 1.181-2.854" fill="black"/>',unisex009:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M125.237 214c-5.073 2.313-10.01 4.048-14.828 5.74-9.926 3.486-19.347 6.795-28.409 14.626L94.237 341h135.421L237 234.366c-9.005-7.782-18.588-11.099-28.594-14.561-4.95-1.713-10.004-3.462-15.142-5.805l-32.132 48.065zm70.029 6.746-33.889 50.694-37.923-50.78c-3.951 1.618-7.892 3.005-11.597 4.308-2.486.875-4.867 1.713-7.073 2.558-6.07 2.325-11.671 4.968-17.067 9.151l11.35 98.914h125.534l6.804-98.815c-5.438-4.225-11.172-6.891-17.41-9.239-2.198-.828-4.558-1.646-7.015-2.498-3.754-1.3-7.735-2.68-11.714-4.293" fill="black"/>',unisex010:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M156.846 320H284s-.224-1.801-.66-4.84c-1.754-12.206-6.933-44.387-14.777-60.116-9.798-19.646-55.448-34.734-55.448-34.734-5.988 2.341-9.848 16.997-14.429 34.382-5.932 22.518-13.071 49.614-27.599 60.468-4.109 3.07-8.81 4.84-14.241 4.84-2.611 0-5.082-1.77-7.443-4.84-6.933-9.015-12.913-29.235-18.677-48.726-6.556-22.169-12.833-43.396-19.918-46.124 0 0-48.575 15.093-58.37 34.734-7.843 15.726-13.024 47.909-14.777 60.116C37.224 318.199 37 320 37 320zm-114.283-4.84h100.959c-1.478-2.366-2.851-5.056-4.14-7.917-4.155-9.223-7.953-21.435-11.542-33.48-.6-2.011-1.193-4.017-1.782-6.008-2.987-10.098-5.858-19.807-8.769-27.688-1.743-4.716-3.421-8.558-5.042-11.329-.902-1.542-1.645-2.504-2.192-3.089-1.3.437-3.123 1.066-5.32 1.87-4.62 1.69-10.862 4.138-17.386 7.178-6.544 3.048-13.252 6.638-18.86 10.588-5.706 4.017-9.795 8.079-11.708 11.915-4.564 9.151-8.328 24.775-10.97 38.594a449 449 0 0 0-3.248 19.366m135.806 0h100.069q-.125-.86-.27-1.832a449 449 0 0 0-2.978-17.532c-2.642-13.819-6.406-29.442-10.971-38.596-1.946-3.903-5.92-7.979-11.339-11.981-5.342-3.944-11.689-7.527-17.864-10.57-6.156-3.034-12.031-5.478-16.375-7.165a203 203 0 0 0-4.752-1.778c-.478.568-1.103 1.473-1.834 2.892-1.422 2.754-2.817 6.579-4.264 11.326-1.438 4.713-2.857 10.094-4.386 15.897l-.035.132c-1.509 5.73-3.118 11.838-4.914 17.909-3.594 12.147-8.063 24.613-14.366 34.11-1.722 2.595-3.623 5.025-5.721 7.188" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m153.306 224.284-5.146 93.375h24.7l-5.146-93.375s-4.803-5.074-7.204-5.074-7.204 5.074-7.204 5.074m14.428 88.535-4.761-86.403a32 32 0 0 0-1.096-.977 17 17 0 0 0-1.367-1.055c-.404.276-.871.637-1.366 1.055-.392.332-.766.668-1.097.977l-4.761 86.403z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M160.507 216.998 193.441 205l9.262 13.195-31.904 19.283-10.292-18.277-10.291 18.277-31.904-19.283L127.574 205zm-31.097-6.176 25.102 9.145-6.071 10.78-23.182-14.012zm43.163 19.925-6.07-10.78 25.102-9.145 4.15 5.913z" fill="black"/>',unisex011:(e,n)=>'<path d="M160 214h11v123h-11z" fill="black"/>',woman002:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M157.505 243.633a37 37 0 0 0 1.995-3.174l.12.214c.496.878 1.12 1.878 1.868 2.948.598.857 1.276 1.76 2.03 2.683 5.2 6.363 14.059 13.696 25.893 13.696 12.581 0 28.007-16.845 14.1-35.633-1.632-2.204-3.976-4.593-6.261-6.522-2.643-2.23-5.205-3.845-6.486-3.845v8.371c0 8.266-15.582 12.828-25.923 14.361-2.057.305-3.906.489-5.384.56-1.503-.068-3.321-.242-5.317-.526-10.503-1.498-25.903-6.067-25.903-14.395V214c-1.282 0-3.844 1.615-6.486 3.845-2.285 1.929-4.63 4.318-6.262 6.522-13.907 18.788 1.519 35.633 14.1 35.633 11.835 0 20.695-7.333 25.894-13.695a45 45 0 0 0 2.022-2.672m-7.397-.986c-3.901-.711-8.133-1.769-12.041-3.207-3.653-1.344-7.45-3.172-10.447-5.675-2.194-1.833-4.302-4.338-5.288-7.525a26 26 0 0 0-1.62 1.952m29.396 14.455a37 37 0 0 1-5.024 4.96c-4.26 3.448-9.458 5.941-15.495 5.941-3.645 0-8.626-2.677-11.323-7.47-2.391-4.25-3.068-10.437 2.446-17.886m48.142 14.41c3.808-.709 7.964-1.751 11.823-3.153 3.682-1.337 7.526-3.156 10.566-5.641 2.225-1.818 4.407-4.337 5.42-7.573a26 26 0 0 1 1.626 1.957c5.514 7.45 4.836 13.636 2.445 17.886-2.697 4.793-7.678 7.47-11.323 7.47-6.036 0-11.234-2.493-15.495-5.942a37.3 37.3 0 0 1-5.062-5.004" fill="black"/>',woman003:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m188.189 215.207 3.522 1.947c2.239 1.239 4.457 1.313 5.862 1.303.587-.004 1.035-.018 1.409-.029.707-.022 1.151-.035 1.77.039.92.109 2.897.443 6.052 5.041l1.545 2.251h2.739c1.836 0 3.293.045 4.59.536 1.017.386 2.184 1.139 3.114 3.316l.747 1.748 1.707.849c.835.416 1.841.851 2.73 1.235l.169.073a86 86 0 0 1 2.568 1.141c-.8 9.822-6.406 21.431-15.634 32.051-9.905 11.398-23.423 20.988-37.851 25.447-14.324 4.425-29.369 3.771-43.036-4.924-13.282-8.448-25.961-24.934-35.19-53.536 6.018-4.537 14.94-9.698 23.476-14.511l2.798-1.575c3.804-2.138 7.402-4.161 10.333-5.911a110 110 0 0 0 3.029-1.869c6.519 8.606 15.649 14.144 25.528 14.419 10.371.289 20.162-5.233 27.378-16.402q.217.25.418.506c1.346 1.726 1.332 2.673 1.252 2.977zm-4.664-10.689c-12.74 20.368-32.948 17.76-44.717 2.244a41 41 0 0 1-2.923-4.429c-.585.776-2.048 1.869-4.129 3.203-3.193 2.047-7.839 4.66-13 7.562C108.37 218.937 95.9 225.949 89 231.878c38.057 125.379 142.988 48.371 143 .399 0-.999-3.057-2.318-5.77-3.488-.988-.427-1.931-.833-2.664-1.198-2.989-6.994-8.964-6.994-12.478-6.994-4.707-6.862-8.496-7.38-11.677-7.344q-.47.007-.923.022c-.636.018-1.248.036-1.837.001-.85-.05-1.653-.21-2.42-.634.903-3.414-1.305-6.879-3.995-9.464-1.392-1.338-2.914-2.441-4.2-3.178a52 52 0 0 1-2.511 4.518m44.629 30.916-.02-.015z" fill="black"/><path d="M194.433 213.177c-8.202 21.563-51.605 37.713-76.957 2.692 38.482 30.303 64.304 4.943 76.957-2.692" fill="black"/><path d="M210.393 221.86c-8.204 21.564-63.513 48.188-88.865 13.167 38.482 30.303 77.619-2.603 88.865-13.167" fill="black"/><path d="M223.098 228.162c-3.617 21.954-57.611 67.97-94.703 27.792 38.481 30.304 80.339-8.591 94.703-27.792" fill="black"/>',woman004:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m226.814 231.84 5.3 104.485-143.83-2.418 6.748-56.578c7.521 2.986 16.957 3.005 26.772 1.176 11.619-2.165 24.261-7.007 35.959-13.356 11.699-6.348 22.59-14.278 30.658-22.717 7.104-7.431 12.307-15.563 13.559-23.575 1.347.269 2.877.727 4.549 1.359 2.78 1.052 5.755 2.507 8.617 4.091 4.962 2.747 9.392 5.777 11.668 7.533m-18.302-16.837c-3.069-1.16-6.233-2.003-9.047-2.003h-2.714l-.08 2.706c-.205 6.894-4.637 14.865-12.298 22.879-7.582 7.932-17.975 15.53-29.282 21.667-11.308 6.136-23.394 10.737-34.315 12.772-11.016 2.053-20.365 1.409-26.62-2.317l-3.702-2.204L82 339.379 238 342l-5.726-112.89-.921-.78c-2.142-1.816-7.508-5.584-13.493-8.898-3.007-1.665-6.236-3.252-9.348-4.429" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="m208.062 217.162-.422 2.047c-2.82 13.658-11.894 32.092-30.311 47.094-18.275 14.886-45.842 24.996-85.844 18.733l-2.07-.325-.913 5.792 2.071.324c41.525 6.503 70.808-3.963 90.475-19.983 19.526-15.905 29.275-35.556 32.35-50.453l.423-2.047z" fill="black"/>',unisex012:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M107.593 227.751v46.577h8.841v-51.735a128 128 0 0 0-8.841 5.158m8.841-10.384c-4.706 2.441-8.268 4.463-13.474 7.866v53.72h18.107V215c-1.698.86-3.217 1.632-4.633 2.367m98.693 11.743v45.218h-8.842v-50.665c2.983 1.68 5.609 3.338 8.842 5.447m-8.842-10.723c4.807 2.572 8.337 4.851 13.475 8.227v52.338h-18.108v-62.94c1.703.84 3.223 1.62 4.633 2.375" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M219.752 265.451H100.248a2.613 2.613 0 0 0-2.615 2.611v49.313h124.734v-49.313a2.613 2.613 0 0 0-2.615-2.611m-119.504-4.624c-4.003 0-7.248 3.239-7.248 7.235V322h134v-53.938c0-3.996-3.245-7.235-7.248-7.235z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M183.287 283.845h-47.832a5.33 5.33 0 0 0-5.333 5.323v26.473h58.498v-26.473a5.33 5.33 0 0 0-5.333-5.323m-47.832-4.625c-5.504 0-9.966 4.454-9.966 9.948v31.098h67.764v-31.098c0-5.494-4.462-9.948-9.966-9.948z" fill="black"/>',unisex013:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M187.97 210.998c-.005.008.324.182.852 1.094.553.955 1.056 2.262 1.483 3.681.421 1.394.732 2.778.939 3.822.103.52.179.949.228 1.244l.055.335.012.082.003.018v.002l2.729-.397 2.729-.397-.002-.014-.005-.032-.017-.112q-.022-.144-.065-.401a47 47 0 0 0-.258-1.404 47 47 0 0 0-1.068-4.343c-.479-1.596-1.129-3.366-1.992-4.856-.791-1.367-2.123-3.138-4.238-3.673-1.311-.331-3.763-.524-6.436-.604a102 102 0 0 0-9.299.155c-3.17.205-6.373.589-8.848 1.258-1.218.329-2.457.777-3.452 1.434-.964.637-2.231 1.846-2.239 3.754v.013q0-.011-.002.011c-.002.043-.008.17-.027.4a28 28 0 0 1-.115 1.086 31 31 0 0 1-.468 2.791 31 31 0 0 1-.43-2.763 31 31 0 0 1-.103-1.091c-.022-.286-.027-.43-.028-.448v-.001c-.01-1.901-1.266-3.109-2.231-3.748-.994-.657-2.23-1.104-3.443-1.431-2.467-.665-5.658-1.045-8.819-1.246a104 104 0 0 0-9.287-.153c-2.691.079-5.129.266-6.442.571-2.165.501-3.529 2.268-4.339 3.658-.875 1.501-1.52 3.286-1.99 4.89a45 45 0 0 0-1.032 4.371 46 46 0 0 0-.303 1.819l-.008.055-.007.058-.005.032-.001.011v.003l-.001.001 2.734.361 2.734.36v-.002l.003-.017.011-.083.05-.336c.047-.296.117-.725.214-1.246.196-1.048.493-2.434.902-3.828.416-1.421.911-2.719 1.461-3.662.526-.901.855-1.061.851-1.068.736-.163 2.647-.345 5.328-.423a98 98 0 0 1 8.777.143c3.041.194 5.8.545 7.735 1.068.782.21 1.308.418 1.627.584a37 37 0 0 0 .695 4.936c.264 1.222.655 2.621 1.253 3.776.489.945 1.714 2.869 4.063 2.869 2.333 0 3.569-1.903 4.068-2.842.611-1.151 1.019-2.546 1.299-3.77.433-1.888.668-3.862.754-4.966.322-.169.855-.381 1.649-.595 1.947-.526 4.72-.882 7.767-1.079a97 97 0 0 1 8.779-.146c2.674.08 4.535.269 5.216.431m-28.517 7.847a.2.2 0 0 0-.048-.06c.031.046.047.063.048.06m-1.959-.077a.2.2 0 0 0-.048.059c0 .003.016-.013.048-.059m.023 78.209a1.1 1.1 0 0 1 .235-1.185 1.083 1.083 0 0 1 1.831.98 1.09 1.09 0 0 1-1.063.875 1.06 1.06 0 0 1-.603-.183 1.1 1.1 0 0 1-.4-.487m0-22.2a1.09 1.09 0 0 1 1.003-1.503 1.09 1.09 0 0 1 .901.483q.06.089.1.188a1.07 1.07 0 0 1 .062.628 1.087 1.087 0 0 1-1.478.793 1.08 1.08 0 0 1-.588-.589m0-22.199a1.09 1.09 0 0 1 .235-1.185 1.1 1.1 0 0 1 .768-.317 1.1 1.1 0 0 1 .602.183 1.06 1.06 0 0 1 .399.487 1.07 1.07 0 0 1 .062.628 1.084 1.084 0 0 1-2.066.204m1.003-.416c4.43 43.52 4.171 42.662 3.683 41.932.28 4.773.747 3.644.747 2.467-3.256 4.439-2.128 3.971-1.298 3.139-4.866 1.04-4.009 1.3-3.132 1.3-3.758-1.93-3.19-1.236-2.462-.748-2.055-3.697-1.967-2.804-1.632-1.993.341-4.217-.081-3.426-.252-2.565 2.621-3.317 1.832-2.894 1.213-2.273 4.019-1.298 3.128-1.387 2.268-1.215 4.061 1.157 3.37.588 2.56.252m1.988-20.563a4.446 4.446 0 0 1-.551 5.606 4.426 4.426 0 0 1-7.226-1.44 4.44 4.44 0 0 1 3.229-6.054 4.42 4.42 0 0 1 4.548 1.888m0-22.2a4.44 4.44 0 0 1-.551 5.606 4.423 4.423 0 0 1-7.226-1.44 4.45 4.45 0 0 1 .961-4.838 4.42 4.42 0 0 1 4.828-.963c.81.336 1.501.906 1.988 1.635" fill="black"/>',unisex014:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M150.665 235.792 144.703 378h28.621l-5.963-142.208s-5.565-5.998-8.347-5.998c-2.783 0-8.349 5.998-8.349 5.998m16.465 136.235-5.604-133.648a34 34 0 0 0-1.16-1.05 21 21 0 0 0-1.352-1.083c-.408.296-.867.662-1.354 1.083-.411.354-.805.714-1.16 1.05l-5.604 133.648z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M159.002 227.181 197.164 213 214 224.559l-43.073 26.83-11.925-21.605-11.926 21.605L106 224.559 120.839 213zm-37.132-7.43 29.771 11.062-6.668 12.08-28.725-18.762zm51.226 23.261-6.734-12.199 29.985-11.142 6.765 4.645z" fill="black"/>',unisex015:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m111 298.315 28.682 56.017-1.965-144.506-12.77 5.869L111 263.03h10.822zm6.524-40.155h10.897l-12.174 39.696 18.27 35.679-1.581-116.15-3.93 1.806zM211 262.434l-13.186-48.974L184.76 208l4.382 150L211 296.973l-10.592-34.539zm-5.142 34.42-12.05-39.29h10.825l-10.914-40.536-3.858-1.614 3.406 116.593z" fill="black"/>',unisex016:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M166.154 322H39s.191-2.183.589-5.803c1.448-13.187 5.64-45.444 13.327-60.755 9.798-19.514 55.447-34.501 55.447-34.501 5.98 2.323 10.053 17.131 14.893 34.729 6.12 22.253 13.467 48.965 27.448 60.527 4.428 3.662 9.52 5.803 15.45 5.803 2.851 0 5.567-2.141 8.176-5.803 6.808-9.551 12.892-29.441 18.757-48.612 6.871-22.462 13.441-43.936 20.518-46.644 0 0 47.162 17.03 56.957 36.539 7.637 15.21 12.75 45.92 14.632 58.717.532 3.617.806 5.803.806 5.803zm113.121-5.803H181.27c1.227-2.089 2.381-4.372 3.475-6.756 4.316-9.412 8.309-21.849 12.072-34.062a2766 2766 0 0 0 1.893-6.169c3.126-10.219 6.121-20.008 9.125-27.951 1.802-4.764 3.514-8.606 5.134-11.349.638-1.081 1.179-1.846 1.608-2.382 1.156.452 2.607 1.033 4.285 1.73 4.475 1.86 10.523 4.532 16.85 7.787 6.348 3.266 12.848 7.055 18.289 11.127 5.547 4.151 9.473 8.218 11.318 11.894 4.495 8.951 8.24 24.344 10.883 38.077a443 443 0 0 1 3.073 18.054m-136.901 0H45.48l.136-1.199a425 425 0 0 1 2.453-18.057c2.266-14.27 5.646-30.063 10.09-38.914 1.843-3.669 5.668-7.604 11.038-11.543 5.276-3.87 11.565-7.399 17.71-10.407 6.123-2.997 11.97-5.413 16.295-7.081a197 197 0 0 1 4.041-1.511c.37.509.829 1.232 1.361 2.247 1.426 2.723 2.858 6.544 4.373 11.344 1.503 4.759 3 10.199 4.619 16.087l.019.069c1.604 5.829 3.317 12.057 5.219 18.25 3.788 12.333 8.482 25.072 15.003 34.808 1.394 2.079 2.902 4.067 4.537 5.907" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M157.103 231.057c-4.694 5.723-12.693 12.319-23.379 12.319-11.36 0-25.289-15.152-12.731-32.052 1.472-1.982 3.59-4.131 5.653-5.865 2.387-2.007 4.7-3.459 5.857-3.459v7.529c0 7.436 14.07 11.539 23.406 12.918 1.857.274 3.527.44 4.861.503a51 51 0 0 0 4.8-.473c9.485-1.347 23.39-5.457 23.39-12.948V202c1.157 0 3.47 1.452 5.857 3.459 2.063 1.734 4.18 3.883 5.653 5.865 12.558 16.9-1.371 32.052-12.731 32.052-10.686 0-18.685-6.596-23.38-12.319a40 40 0 0 1-1.826-2.403 34 34 0 0 1-1.618-2.529l-.184-.325-.107.192a33 33 0 0 1-1.687 2.651 40 40 0 0 1-1.834 2.414m-4.818-3.331a33.6 33.6 0 0 1-4.57 4.502c-3.847 3.101-8.541 5.345-13.991 5.345-3.291 0-7.789-2.408-10.224-6.72-2.159-3.822-2.77-9.386 2.209-16.088.415-.559.915-1.155 1.467-1.76.915 2.911 2.885 5.176 4.893 6.811 2.746 2.236 6.216 3.871 9.542 5.075 3.483 1.26 7.236 2.197 10.674 2.835m16.926.041c3.523-.64 7.345-1.592 10.873-2.884 3.298-1.21 6.726-2.853 9.432-5.105 1.981-1.648 3.886-3.901 4.776-6.768a23 23 0 0 1 1.462 1.755m-26.543 13.002a33.5 33.5 0 0 0 4.537 4.461c3.846 3.102 8.54 5.345 13.991 5.345 3.291 0 7.789-2.408 10.224-6.72 2.159-3.822 2.77-9.387-2.209-16.088" fill="black"/>'},j={woman001:(e,n)=>'<path d="M127.593 142.278a.76.76 0 0 1 1.519 0v9.112a.76.76 0 0 1-1.519 0zm0 12.909a.76.76 0 1 1 1.519 0v5.315a.76.76 0 0 1-1.519 0z" fill="white"/><path d="M132.516 173.8a2.75 2.75 0 0 0 1.01-3.763l-.407-.704h.828a2.756 2.756 0 1 0 0-5.51h-.83l.409-.707a2.75 2.75 0 0 0-1.01-3.763 2.76 2.76 0 0 0-3.768 1.009l-.408.705-.408-.705a2.76 2.76 0 0 0-3.769-1.009 2.753 2.753 0 0 0-1.009 3.763l.409.707h-.804a2.757 2.757 0 0 0-2.759 2.755 2.757 2.757 0 0 0 2.759 2.755h.802l-.407.704a2.753 2.753 0 0 0 1.009 3.763 2.76 2.76 0 0 0 3.769-1.008l.408-.705.408.705a2.76 2.76 0 0 0 3.768 1.008m-4.163-29.244a2.278 2.278 0 1 1 0-4.556 2.278 2.278 0 0 1 0 4.556" fill="white"/>',unisex001:(e,n)=>'<path d="M130.461 130.382c0 2.972-2.118 5.382-4.73 5.382s-4.731-2.41-4.731-5.382 2.118-5.382 4.731-5.382 4.73 2.41 4.73 5.382" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M136.174 180.158c-7.353-20.418-10.569-39.978-11.03-48.261l4.721-.34c.426 7.639 3.508 26.626 10.687 46.561 7.191 19.967 18.324 40.409 34.592 51.54l.084.057.079.065s.072.096.445.022c.433-.087 1.117-.385 2.073-1.098 1.91-1.424 4.366-4.088 7.28-8.053 5.795-7.884 12.978-20.328 20.75-36.403l4.145 2.594c-7.841 16.217-15.193 29-21.266 37.261-3.019 4.108-5.828 7.246-8.316 9.102-2.281 1.701-5.26 2.995-7.784 1.015-17.516-12.022-29.129-33.706-36.46-54.062" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M175.403 310v-78.036h4.731V310z" fill="white"/>',unisex002:(e,n)=>'<path d="M120.117 129.412c1.918 2.669 8.873 7.368 11.547 5.454s.055-9.717-1.863-12.385a5.967 5.967 0 0 0-8.315-1.366 5.94 5.94 0 0 0-1.369 8.297" fill="white"/>',woman002:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M115.846 151c0-5.608 4.546-10.154 10.154-10.154V139c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12c0-2.998-1.516-5.436-2.824-7.54q-.176-.283-.345-.559l-.002-.002-.429-.693-1.57.972.427.69.001.001.31.502c1.351 2.185 2.586 4.183 2.586 6.629 0 5.608-4.546 10.154-10.154 10.154s-10.154-4.546-10.154-10.154" fill="white"/>',woman003:(e,n)=>'<path d="M125.214 140.199c.952-2.932 5.099-2.932 6.052 0a3.18 3.18 0 0 0 3.026 2.198c3.082 0 4.363 3.944 1.87 5.756a3.18 3.18 0 0 0-1.156 3.557c.952 2.932-2.403 5.369-4.896 3.558a3.18 3.18 0 0 0-3.741 0c-2.493 1.811-5.848-.626-4.896-3.558a3.18 3.18 0 0 0-1.155-3.557c-2.494-1.812-1.213-5.756 1.87-5.756 1.378 0 2.6-.887 3.026-2.198" fill="white"/>',woman004:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="m126.272 145.845 1.318.159-.322 2.683q.15.024.324.056c.578.105 1.354.269 2.129.505.763.234 1.574.552 2.191.984.605.423 1.184 1.08 1.075 1.987-.115.959-.933 1.395-1.631 1.616-.665.211-1.498.317-2.266.414l-.197.025c-.864.11-1.634.222-2.205.438-.565.214-.738.448-.769.705-.018.148.016.212.055.261.058.072.183.168.431.268.455.183 1.078.289 1.814.414l.289.049c.799.137 1.728.312 2.43.698.364.201.706.479.936.874.234.403.317.871.256 1.388a2.35 2.35 0 0 1-.562 1.303c-.302.343-.686.567-1.083.718-.771.295-1.719.356-2.547.392l-.401.016c-.711.027-1.321.051-1.801.16-.276.063-.44.141-.532.214a.3.3 0 0 0-.122.229c-.013.111.011.154.046.194.057.066.184.159.437.255.472.179 1.123.281 1.885.401l.225.036c.799.127 1.72.284 2.417.626.359.176.709.423.951.788.252.379.349.826.29 1.319-.121 1.005-.807 1.661-1.581 2.071-.769.407-1.717.628-2.598.752-.89.124-1.762.156-2.406.157-.324.001-.593-.007-.783-.014q-.143-.005-.221-.011l-.061-.003-.017-.001h-.006l.046-.664.045-.663h.003l.012.001.05.003.201.009c.174.007.425.013.728.013a17 17 0 0 0 2.225-.145c.82-.114 1.592-.308 2.162-.61.564-.298.834-.645.883-1.053.025-.214-.019-.337-.077-.424-.067-.102-.196-.216-.429-.331-.486-.238-1.202-.373-2.042-.506l-.244-.039c-.722-.113-1.518-.237-2.129-.469-.346-.132-.707-.323-.972-.63a1.53 1.53 0 0 1-.358-1.221c.056-.469.278-.841.612-1.11.313-.25.697-.387 1.066-.471.612-.139 1.371-.167 2.074-.194l.365-.014c.852-.037 1.59-.099 2.132-.305.26-.1.439-.22.56-.357.115-.13.206-.308.239-.58.033-.274-.017-.443-.085-.561-.074-.126-.205-.253-.429-.377-.473-.261-1.177-.409-2.015-.553l-.285-.049c-.707-.118-1.488-.249-2.087-.491-.351-.141-.712-.345-.972-.67-.279-.348-.395-.775-.338-1.252.119-.989.872-1.508 1.619-1.79.743-.28 1.672-.407 2.505-.513l.159-.021c.812-.103 1.527-.195 2.072-.367.606-.192.698-.384.713-.506.021-.174-.059-.419-.518-.739-.446-.313-1.1-.582-1.817-.802a18 18 0 0 0-1.978-.468c-.274-.05-.502-.085-.661-.109l-.182-.025-.047-.006-.011-.002h-.002l-.659-.079z" fill="white"/><path d="M126.532 146.271a5.15 5.15 0 0 1-4.495-5.73 5.146 5.146 0 0 1 5.719-4.504 5.15 5.15 0 0 1 4.496 5.73 5.146 5.146 0 0 1-5.72 4.504" fill="white"/>',woman005:(e,n)=>'<path d="m125 148.934 2.833 8.428H137l-7.416 5.21 2.832 8.428-7.416-5.209-7.416 5.209 2.833-8.428-7.417-5.21h9.167z" fill="white"/><path d="M122.712 140.61c.721-2.147 3.862-2.147 4.584 0 .323.96 1.247 1.609 2.292 1.609 2.334 0 3.304 2.888 1.416 4.215a2.29 2.29 0 0 0-.876 2.604c.721 2.147-1.82 3.932-3.708 2.606a2.475 2.475 0 0 0-2.833 0c-1.888 1.326-4.429-.459-3.708-2.606a2.285 2.285 0 0 0-.875-2.604c-1.889-1.327-.918-4.215 1.417-4.215 1.043 0 1.969-.649 2.291-1.609" fill="white"/>'},A={unisex001:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M211.956 138.347c8.359.739 15.726-5.539 16.453-14.021.728-8.483-5.457-15.958-13.816-16.697s-15.726 5.538-16.454 14.021c-.728 8.482 5.458 15.958 13.817 16.697m-.22 2.56c9.752.862 18.347-6.462 19.196-16.358s-6.367-18.618-16.119-19.48-18.347 6.462-19.196 16.358 6.367 18.618 16.119 19.48m-42.524-.536c8.359.739 15.726-5.538 16.454-14.021.728-8.482-5.458-15.958-13.817-16.697s-15.725 5.539-16.453 14.021c-.729 8.483 5.457 15.958 13.816 16.697m-.22 2.56c9.753.862 18.347-6.462 19.196-16.358s-6.367-18.618-16.119-19.48-18.346 6.462-19.196 16.358c-.849 9.896 6.367 18.618 16.119 19.48" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M188.011 120.709a6.27 6.27 0 0 1 4.62-1.481 6.3 6.3 0 0 1 4.298 2.269 6.48 6.48 0 0 1 1.458 4.688l-2.522-.223a3.9 3.9 0 0 0-.875-2.813 3.8 3.8 0 0 0-2.579-1.361 3.76 3.76 0 0 0-2.772.889 3.87 3.87 0 0 0-1.341 2.617l-2.523-.223a6.46 6.46 0 0 1 2.236-4.362M135 125.438l19.221-1.847.239 2.558-19.221 1.848z" fill="white"/>',unisex002:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M157.332 123.625a1.25 1.25 0 0 1-1.004 1.465l-21.824 4.145a1.266 1.266 0 0 1-1.481-.993 1.25 1.25 0 0 1 1.003-1.464l21.825-4.145c.686-.13 1.35.314 1.481.992" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="m181.373 106.705-24.492 3.405c-1.49.207-2.469 1.645-2.102 3.088l6.206 24.407a2.53 2.53 0 0 0 2.806 1.867l21.808-3.03c1.384-.192 2.348-1.458 2.154-2.826l-3.522-24.78c-.194-1.37-1.474-2.323-2.858-2.131m-24.845.926c-2.979.415-4.937 3.292-4.203 6.177l6.207 24.407c.63 2.481 3.05 4.091 5.612 3.736l21.807-3.031c2.768-.385 4.697-2.916 4.307-5.653l-3.522-24.78c-.388-2.737-2.947-4.644-5.716-4.26zm45.73-3.7 24.492-3.404c1.49-.206 2.832.91 2.881 2.396l.838 25.154a2.51 2.51 0 0 1-2.178 2.56l-21.807 3.031c-1.384.192-2.663-.761-2.858-2.13l-3.522-24.781c-.194-1.368.77-2.633 2.154-2.826m24.14-5.881c2.979-.415 5.664 1.817 5.763 4.791l.836 25.153c.085 2.556-1.792 4.765-4.354 5.121l-21.807 3.031c-2.768.385-5.326-1.523-5.716-4.26l-3.521-24.78c-.389-2.737 1.539-5.268 4.307-5.652z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="m201.207 119.546-13.917 2.189-.398-2.471 13.918-2.19z" fill="white"/>'},z={unisex001:(e,n)=>'<path fill-rule="evenodd" clip-rule="evenodd" d="M207.484 167.339c.345.622.09 1.391-.568 1.716-13.046 6.45-22.07.858-25.027-3.044-.432-.571-.292-1.365.312-1.774.604-.408 1.445-.276 1.877.295 2.255 2.975 9.85 8.075 21.59 2.271.658-.325 1.472-.085 1.816.536" fill="white"/>'},L={dark:(e,n)=>'<path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="black" fill-opacity="0.6"/>',dark2:(e,n)=>'<path d="M320 160C320 71.634 248.366 0 160 0S0 71.634 0 160s71.634 160 160 160 160-71.634 160-160" fill="black" fill-opacity="0.8"/>'};function T({prng:n,group:t,values:a=[]}){let r=n.pick(a);return r&&e[t][r]?{name:r,value:e[t][r]}:void 0}let $={$schema:"http://json-schema.org/draft-07/schema#",properties:{base:{type:"array",items:{type:"string",enum:["yellow","blue","brown","red","green","purple"]},default:["yellow","blue","brown","red","green","purple"]},clothes:{type:"array",items:{type:"string",enum:["unisex001","woman001","unisex002","unisex003","unisex004","unisex005","unisex006","unisex007","unisex008","unisex009","unisex010","unisex011","woman002","woman003","woman004","unisex012","unisex013","unisex014","unisex015","unisex016"]},default:["unisex001","woman001","unisex002","unisex003","unisex004","unisex005","unisex006","unisex007","unisex008","unisex009","unisex010","unisex011","woman002","woman003","woman004","unisex012","unisex013","unisex014","unisex015","unisex016"]},earing:{type:"array",items:{type:"string",enum:["woman001","unisex001","unisex002","woman002","woman003","woman004","woman005"]},default:["woman001","unisex001","unisex002","woman002","woman003","woman004","woman005"]},glasses:{type:"array",items:{type:"string",enum:["unisex001","unisex002"]},default:["unisex001","unisex002"]},hair:{type:"array",items:{type:"string",enum:["man001","woman001","woman002","man002","woman003","man003","man004","man005","woman004","woman005","man006","man007","woman006","woman007","woman008","woman009","woman010","man008","woman011","woman012"]},default:["man001","woman001","woman002","man002","woman003","man003","man004","man005","woman004","woman005","man006","man007","woman006","woman007","woman008","woman009","woman010","man008","woman011","woman012"]},mask:{type:"array",items:{type:"string",enum:["dark","dark2"]},default:["dark","dark2"]},mouth:{type:"array",items:{type:"string",enum:["unisex001"]},default:["unisex001"]}}},R={title:"NocoBase AI employee avatars"},F=({prng:e,options:n})=>{var t,a,r,i,o,s,l,u,c,d,f,m,b,h;let g=function({prng:e,options:n}){return{base:T({prng:e,group:"base",values:n.base}),hair:T({prng:e,group:"hair",values:n.hair}),clothes:T({prng:e,group:"clothes",values:n.clothes}),earing:T({prng:e,group:"earing",values:n.earing}),glasses:T({prng:e,group:"glasses",values:n.glasses}),mouth:T({prng:e,group:"mouth",values:n.mouth}),mask:T({prng:e,group:"mask",values:n.mask})}}({prng:e,options:n}),p=function({prng:e,options:n}){return{}}({prng:e,options:n});return{attributes:{viewBox:"0 0 320 320",fill:"none","shape-rendering":"auto"},body:`${null!=(a=null==(t=g.base)?void 0:t.value(g,p))?a:""}${null!=(i=null==(r=g.hair)?void 0:r.value(g,p))?i:""}${null!=(s=null==(o=g.clothes)?void 0:o.value(g,p))?s:""}${null!=(u=null==(l=g.earing)?void 0:l.value(g,p))?u:""}${null!=(d=null==(c=g.glasses)?void 0:c.value(g,p))?d:""}${null!=(m=null==(f=g.mouth)?void 0:f.value(g,p))?m:""}${null!=(h=null==(b=g.mask)?void 0:b.value(g,p))?h:""}`,extra:()=>({...Object.entries(g).reduce((e,[n,t])=>(e[n]=null==t?void 0:t.name,e),{}),...Object.entries(p).reduce((e,[n,t])=>(e[`${n}Color`]=t,e),{})})}};function _(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},a=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.forEach(function(n){var a;a=t[n],n in e?Object.defineProperty(e,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[n]=a})}return e}var D=function(e,t){var a,r;return(function(e,n={}){var t,a,r,i,o,s,l,u,c,d,f,m,b,h,g,p,v,y,k,I,C,E,j,A,z,L,T,$,R,F,_,D,q,B;let U,H,V,N,G,W,Y,X,J,K,Q,Z,ee,en,et,ea,er;s=n;let ei=x((n=JSON.parse(JSON.stringify({...M(P),...M(null!=(l=e.schema)?l:{}),...s}))).seed),eo=e.create({prng:ei,options:n}),es=ei.pick(null!=(t=n.backgroundType)?t:[],"solid"),{primary:el,secondary:eu}=(u=null!=(a=n.backgroundColor)?a:[],(U=ei.shuffle(u)).length<=1||2==u.length&&"gradientLinear"==es?(U=u,ei.next()):U=ei.shuffle(u),0===U.length&&(U=["transparent"]),H=U[0],V=null!=(c=U[1])?c:U[0],{primary:O(H),secondary:O(V)}),ec=ei.integer((null==(r=n.backgroundRotation)?void 0:r.length)?Math.min(...n.backgroundRotation):0,(null==(i=n.backgroundRotation)?void 0:i.length)?Math.max(...n.backgroundRotation):0);n.size&&(eo.attributes.width=n.size.toString(),eo.attributes.height=n.size.toString()),void 0!==n.scale&&100!==n.scale&&(eo.body=function(e,n){let{width:t,height:a,x:r,y:i}=S(e),o=n?(n-100)/100:0;return`<g transform="translate(${-((t/2+r)*o*1)} ${-((a/2+i)*o*1)}) scale(${n/100})">${e.body}</g>`}(eo,n.scale)),n.flip&&(eo.body=function(e){let{width:n,x:t}=S(e);return`<g transform="scale(-1 1) translate(${-1*n-2*t} 0)">${e.body}</g>`}(eo)),n.rotate&&(eo.body=function(e,n){let{width:t,height:a,x:r,y:i}=S(e);return`<g transform="rotate(${n}, ${t/2+r}, ${a/2+i})">${e.body}</g>`}(eo,n.rotate)),(n.translateX||n.translateY)&&(d=n.translateX,f=n.translateY,G=((N=S(eo)).width+2*N.x)*((null!=d?d:0)/100),W=(N.height+2*N.y)*((null!=f?f:0)/100),eo.body=`<g transform="translate(${G} ${W})">${eo.body}</g>`),"transparent"!==el&&"transparent"!==eu&&(eo.body=function(e,n,t,a,r){let{width:i,height:o,x:s,y:l}=S(e),u=`<rect fill="${n}" width="${i}" height="${o}" x="${s}" y="${l}" />`;switch(a){case"solid":return u+e.body;case"gradientLinear":return`<rect fill="url(#backgroundLinear)" width="${i}" height="${o}" x="${s}" y="${l}" /><defs><linearGradient id="backgroundLinear" gradientTransform="rotate(${r} 0.5 0.5)"><stop stop-color="${n}"/><stop offset="1" stop-color="${t}"/></linearGradient></defs>`+e.body}}(eo,el,eu,es,ec)),(n.radius||n.clip)&&(eo.body=function(e,n){let{width:t,height:a,x:r,y:i}=S(e);return`<mask id="viewboxMask"><rect width="${t}" height="${a}" rx="${n?t*n/100:0}" ry="${n?a*n/100:0}" x="${r}" y="${i}" fill="#fff" /></mask><g mask="url(#viewboxMask)">${e.body}</g>`}(eo,null!=(o=n.radius)?o:0)),n.randomizeIds&&(Y=x(Math.random().toString()),X={},eo.body=eo.body.replace(/(id="|url\(#)([a-z0-9-_]+)([")])/gi,(e,n,t,a)=>(X[t]=X[t]||Y.string(8),`${n}${X[t]}${a}`)));let ed=Object.keys(J={xmlns:"http://www.w3.org/2000/svg",...eo.attributes}).map(e=>`${w(e)}="${w(J[e])}"`).join(" "),ef=(K=null==(m=e.meta)?void 0:m.title,Q=null==(b=e.meta)?void 0:b.creator,Z=null==(h=e.meta)?void 0:h.source,ee=null==(p=null==(g=e.meta)?void 0:g.license)?void 0:p.url,et=(null==(I=(k=e).meta)?void 0:I.title)?`„${null==(C=k.meta)?void 0:C.title}”`:"Design",ea=`„${null!=(j=null==(E=k.meta)?void 0:E.creator)?j:"Unknown"}”`,(null==(A=k.meta)?void 0:A.source)&&(et+=` (${k.meta.source})`),er="",(null==(L=null==(z=k.meta)?void 0:z.license)?void 0:L.name)!=="MIT"&&(null==(T=k.meta)?void 0:T.creator)!=="DiceBear"&&(null==($=k.meta)?void 0:$.title)&&(er+="Remix of "),er+=`${et} by ${ea}`,(null==(F=null==(R=k.meta)?void 0:R.license)?void 0:F.name)&&(er+=`, licensed under „${null==(D=null==(_=k.meta)?void 0:_.license)?void 0:D.name}”`,(null==(B=null==(q=k.meta)?void 0:q.license)?void 0:B.url)&&(er+=` (${k.meta.license.url})`)),en=er,K||Q||Z||ee||en?'<metadata xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/"><rdf:RDF><rdf:Description>'+(K?`<dc:title>${w(K)}</dc:title>`:"")+(Q?`<dc:creator>${w(Q)}</dc:creator>`:"")+(Z?`<dc:source xsi:type="dcterms:URI">${w(null!=(y=null==(v=e.meta)?void 0:v.source)?y:"")}</dc:source>`:"")+(ee?`<dcterms:license xsi:type="dcterms:URI">${w(ee)}</dcterms:license>`:"")+(en?`<dc:rights>${w(en)}</dc:rights>`:"")+"</rdf:Description></rdf:RDF></metadata>":""),em=`<svg ${ed}>${ef}${eo.body}</svg>`;return{toString:()=>em,toJson:()=>{var e;return{svg:em,extra:{primaryBackgroundColor:el,secondaryBackgroundColor:eu,backgroundType:es,backgroundRotation:ec,...null==(e=eo.extra)?void 0:e.call(eo)}}},toDataUri:()=>`data:image/svg+xml;utf8,${encodeURIComponent(em)}`}})(n,_((a=_({},q[e]),r=r={mask:void 0,scale:100},Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(r)):(function(e){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n.push.apply(n,t)}return n})(Object(r)).forEach(function(e){Object.defineProperty(a,e,Object.getOwnPropertyDescriptor(r,e))}),a),t)).toDataUri()},q={"nocobase-001-male":{seed:"nocobase-001-male",gender:"male",base:["purple"],hair:["man002"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-002-male":{seed:"nocobase-002-male",gender:"male",base:["purple"],hair:["man001"],mouth:["unisex001"],clothes:["unisex016"],earing:["unisex002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-003-female":{seed:"nocobase-003-female",gender:"female",base:["purple"],hair:["woman012"],mouth:["unisex001"],clothes:["unisex002"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-004-male":{seed:"nocobase-004-male",gender:"male",base:["purple"],hair:["man004"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-005-female":{seed:"nocobase-005-female",gender:"female",base:["purple"],hair:["woman008"],mouth:["unisex001"],clothes:["unisex007"],earing:["woman004"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-006-male":{seed:"nocobase-006-male",gender:"male",base:["purple"],hair:["man007"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-007-male":{seed:"nocobase-007-male",gender:"male",base:["purple"],hair:["man003"],mouth:["unisex001"],clothes:["unisex006"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-008-female":{seed:"nocobase-008-female",gender:"female",base:["purple"],hair:["woman004"],mouth:["unisex001"],clothes:["woman003"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-009-female":{seed:"nocobase-009-female",gender:"female",base:["purple"],hair:["woman004"],mouth:["unisex001"],clothes:["woman002"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-010-male":{seed:"nocobase-010-male",gender:"male",base:["purple"],hair:["man006"],mouth:["unisex001"],clothes:["unisex004"],earing:["unisex002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-011-male":{seed:"nocobase-011-male",gender:"male",base:["green"],hair:["man006"],mouth:["unisex001"],clothes:["unisex016"],earing:["unisex002"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-012-male":{seed:"nocobase-012-male",gender:"male",base:["green"],hair:["man007"],mouth:["unisex001"],clothes:["unisex004"],earing:["unisex001"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-013-female":{seed:"nocobase-013-female",gender:"female",base:["green"],hair:["woman012"],mouth:["unisex001"],clothes:["unisex010"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-014-female":{seed:"nocobase-014-female",gender:"female",base:["green"],hair:["woman002"],mouth:["unisex001"],clothes:["unisex014"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-015-male":{seed:"nocobase-015-male",gender:"male",base:["green"],hair:["man002"],mouth:["unisex001"],clothes:["unisex013"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-016-female":{seed:"nocobase-016-female",gender:"female",base:["green"],hair:["woman009"],mouth:["unisex001"],clothes:["unisex003"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-017-female":{seed:"nocobase-017-female",gender:"female",base:["green"],hair:["woman010"],mouth:["unisex001"],clothes:["woman003"],earing:["woman001"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-018-female":{seed:"nocobase-018-female",gender:"female",base:["green"],hair:["woman006"],mouth:["unisex001"],clothes:["unisex014"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-019-female":{seed:"nocobase-019-female",gender:"female",base:["green"],hair:["woman005"],mouth:["unisex001"],clothes:["unisex001"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-020-female":{seed:"nocobase-020-female",gender:"female",base:["green"],hair:["woman011"],mouth:["unisex001"],clothes:["unisex006"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-021-male":{seed:"nocobase-021-male",gender:"male",base:["red"],hair:["man006"],mouth:["unisex001"],clothes:["unisex007"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-022-male":{seed:"nocobase-022-male",gender:"male",base:["red"],hair:["man005"],mouth:["unisex001"],clothes:["unisex006"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-023-female":{seed:"nocobase-023-female",gender:"female",base:["red"],hair:["woman006"],mouth:["unisex001"],clothes:["unisex006"],earing:["woman001"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-024-male":{seed:"nocobase-024-male",gender:"male",base:["red"],hair:["man001"],mouth:["unisex001"],clothes:["unisex002"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-025-male":{seed:"nocobase-025-male",gender:"male",base:["red"],hair:["man006"],mouth:["unisex001"],clothes:["unisex006"],earing:void 0,earingProbability:0,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-026-male":{seed:"nocobase-026-male",gender:"male",base:["red"],hair:["man002"],mouth:["unisex001"],clothes:["unisex016"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-027-female":{seed:"nocobase-027-female",gender:"female",base:["red"],hair:["woman003"],mouth:["unisex001"],clothes:["unisex009"],earing:["woman005"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-028-male":{seed:"nocobase-028-male",gender:"male",base:["red"],hair:["man003"],mouth:["unisex001"],clothes:["unisex012"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-029-male":{seed:"nocobase-029-male",gender:"male",base:["red"],hair:["man007"],mouth:["unisex001"],clothes:["unisex011"],earing:["unisex002"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-030-male":{seed:"nocobase-030-male",gender:"male",base:["red"],hair:["man005"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-031-female":{seed:"nocobase-031-female",gender:"female",base:["brown"],hair:["woman006"],mouth:["unisex001"],clothes:["woman003"],earing:["woman002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-032-male":{seed:"nocobase-032-male",gender:"male",base:["brown"],hair:["man004"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-033-male":{seed:"nocobase-033-male",gender:"male",base:["brown"],hair:["man001"],mouth:["unisex001"],clothes:["unisex016"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-034-female":{seed:"nocobase-034-female",gender:"female",base:["brown"],hair:["woman011"],mouth:["unisex001"],clothes:["woman003"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-035-male":{seed:"nocobase-035-male",gender:"male",base:["brown"],hair:["man001"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-036-female":{seed:"nocobase-036-female",gender:"female",base:["brown"],hair:["woman012"],mouth:["unisex001"],clothes:["woman002"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-037-male":{seed:"nocobase-037-male",gender:"male",base:["brown"],hair:["man005"],mouth:["unisex001"],clothes:["unisex004"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-038-female":{seed:"nocobase-038-female",gender:"female",base:["brown"],hair:["woman008"],mouth:["unisex001"],clothes:["woman001"],earing:["woman002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-039-female":{seed:"nocobase-039-female",gender:"female",base:["brown"],hair:["woman010"],mouth:["unisex001"],clothes:["unisex005"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-040-female":{seed:"nocobase-040-female",gender:"female",base:["brown"],hair:["woman010"],mouth:["unisex001"],clothes:["unisex001"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-041-male":{seed:"nocobase-041-male",gender:"male",base:["blue"],hair:["man006"],mouth:["unisex001"],clothes:["unisex011"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-042-male":{seed:"nocobase-042-male",gender:"male",base:["blue"],hair:["man003"],mouth:["unisex001"],clothes:["unisex014"],earing:["unisex001"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-043-male":{seed:"nocobase-043-male",gender:"male",base:["blue"],hair:["man003"],mouth:["unisex001"],clothes:["unisex014"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-044-male":{seed:"nocobase-044-male",gender:"male",base:["blue"],hair:["man008"],mouth:["unisex001"],clothes:["unisex002"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-045-female":{seed:"nocobase-045-female",gender:"female",base:["blue"],hair:["woman003"],mouth:["unisex001"],clothes:["woman004"],earing:["woman005"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-046-female":{seed:"nocobase-046-female",gender:"female",base:["blue"],hair:["woman001"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-047-male":{seed:"nocobase-047-male",gender:"male",base:["blue"],hair:["man007"],mouth:["unisex001"],clothes:["unisex001"],earing:["unisex002"],earingProbability:100,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-048-female":{seed:"nocobase-048-female",gender:"female",base:["blue"],hair:["woman007"],mouth:["unisex001"],clothes:["unisex009"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-049-male":{seed:"nocobase-049-male",gender:"male",base:["blue"],hair:["man005"],mouth:["unisex001"],clothes:["unisex005"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-050-female":{seed:"nocobase-050-female",gender:"female",base:["blue"],hair:["woman001"],mouth:["unisex001"],clothes:["unisex013"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-051-female":{seed:"nocobase-051-female",gender:"female",base:["yellow"],hair:["woman001"],mouth:["unisex001"],clothes:["unisex002"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-052-female":{seed:"nocobase-052-female",gender:"female",base:["yellow"],hair:["woman002"],mouth:["unisex001"],clothes:["unisex008"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-053-male":{seed:"nocobase-053-male",gender:"male",base:["yellow"],hair:["man005"],mouth:["unisex001"],clothes:["unisex015"],earing:["unisex002"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-054-female":{seed:"nocobase-054-female",gender:"female",base:["yellow"],hair:["woman012"],mouth:["unisex001"],clothes:["unisex015"],earing:void 0,earingProbability:0,glasses:["unisex001"],glassesProbability:100,mask:void 0},"nocobase-055-male":{seed:"nocobase-055-male",gender:"male",base:["yellow"],hair:["man003"],mouth:["unisex001"],clothes:["unisex001"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-056-female":{seed:"nocobase-056-female",gender:"female",base:["yellow"],hair:["woman002"],mouth:["unisex001"],clothes:["unisex011"],earing:["unisex001"],earingProbability:100,glasses:["unisex002"],glassesProbability:100,mask:void 0},"nocobase-057-female":{seed:"nocobase-057-female",gender:"female",base:["yellow"],hair:["woman009"],mouth:["unisex001"],clothes:["unisex004"],earing:["woman005"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-058-female":{seed:"nocobase-058-female",gender:"female",base:["yellow"],hair:["woman010"],mouth:["unisex001"],clothes:["unisex008"],earing:["unisex002"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-059-male":{seed:"nocobase-059-male",gender:"male",base:["yellow"],hair:["man005"],mouth:["unisex001"],clothes:["unisex008"],earing:["unisex001"],earingProbability:100,glasses:void 0,glassesProbability:0,mask:void 0},"nocobase-060-female":{seed:"nocobase-060-female",gender:"female",base:["yellow"],hair:["woman012"],mouth:["unisex001"],clothes:["woman004"],earing:void 0,earingProbability:0,glasses:void 0,glassesProbability:0,mask:void 0}},B=function(e){var n=e.aiEmployee,t=e.tasks,a=e.onTaskClick,r=e.taskLoadingTitle,i=e.loadingTaskTitle,o=y.theme.useToken().token,s=(null==t?void 0:t.filter(function(e){return e.title}))||[];return n?v().createElement("div",{style:{width:260,padding:"4px 8px"}},v().createElement(y.Flex,{align:"center",gap:10},v().createElement(y.Avatar,{src:n.avatar?D(n.avatar):void 0,size:40,style:{flexShrink:0}}),v().createElement(y.Flex,{vertical:!0},v().createElement("span",{style:{fontSize:o.fontSize,color:o.colorText,lineHeight:1.4}},n.nickname),v().createElement("span",{style:{fontSize:o.fontSizeSM,color:o.colorTextTertiary,lineHeight:1.4}},n.position))),n.bio?v().createElement(v().Fragment,null,v().createElement(y.Divider,{style:{margin:"8px 0"}}),v().createElement(y.Typography.Paragraph,{style:{marginBottom:0,fontSize:o.fontSizeSM,color:o.colorTextSecondary,lineHeight:1.6}},n.bio)):null,s.length?v().createElement(y.Flex,{gap:"4px 4px",wrap:!0,style:{marginTop:8}},s.map(function(e,n){return v().createElement(y.Tag,{key:n,style:{cursor:a&&!i?"pointer":"default",maxWidth:"100%",whiteSpace:"normal"},onClick:function(){i||null==a||a(e)}},i===e.title&&r?r:e.title)})):null):null},U=s(625);function H(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,a=Array(n);t<n;t++)a[t]=e[t];return a}function V(e,n,t,a,r,i,o){try{var s=e[i](o),l=s.value}catch(e){t(e);return}s.done?n(l):Promise.resolve(l).then(a,r)}var N=function(e){var n,t=e.aiEmployee,r=e.tasks,i=e.size,o=e.mask,s=e.showNotice,l=e.onClick,u=e.onTaskClick,c=e.taskLoadingTitle,d=e.loadingTaskTitle,f=(0,a.useFlowContext)(),m=function(e){if(Array.isArray(e))return e}(n=(0,p.useState)(!1))||function(e){var n,t,a=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var r=[],i=!0,o=!1;try{for(a=a.call(e);!(i=(n=a.next()).done)&&(r.push(n.value),2!==r.length);i=!0);}catch(e){o=!0,t=e}finally{try{i||null==a.return||a.return()}finally{if(o)throw t}}return r}}(n)||function(e){if(e){if("string"==typeof e)return H(e,2);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return H(e,2)}}(n)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),b=m[0],h=m[1],g=(0,U.useRequest)(function(){var e;return(e=function(){var e,n;return function(e,n){var t,a,r,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype),s=Object.defineProperty;return s(o,"next",{value:l(0)}),s(o,"throw",{value:l(1)}),s(o,"return",{value:l(2)}),"function"==typeof Symbol&&s(o,Symbol.iterator,{value:function(){return this}}),o;function l(s){return function(l){var u=[s,l];if(t)throw TypeError("Generator is already executing.");for(;o&&(o=0,u[0]&&(i=0)),i;)try{if(t=1,a&&(r=2&u[0]?a.return:u[0]?a.throw||((r=a.return)&&r.call(a),0):a.next)&&!(r=r.call(a,u[1])).done)return r;switch(a=0,r&&(u=[2&u[0],r.value]),u[0]){case 0:case 1:r=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,a=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===u[0]||2===u[0])){i=0;continue}if(3===u[0]&&(!r||u[1]>r[0]&&u[1]<r[3])){i.label=u[1];break}if(6===u[0]&&i.label<r[1]){i.label=r[1],r=u;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(u);break}r[2]&&i.ops.pop(),i.trys.pop();continue}u=n.call(e,i)}catch(e){u=[6,e],a=0}finally{t=r=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}}(this,function(t){switch(t.label){case 0:return[4,f.app.apiClient.resource("aiEmployees").listByUser()];case 1:return[2,(null==(n=t.sent())||null==(e=n.data)?void 0:e.data)||[]]}})},function(){var n=this,t=arguments;return new Promise(function(a,r){var i=e.apply(n,t);function o(e){V(i,a,r,o,s,"next",e)}function s(e){V(i,a,r,o,s,"throw",e)}o(void 0)})})()}),w=g.data,k=void 0===w?[]:w,x=g.loading,S=(0,p.useMemo)(function(){return k.find(function(e){return e.username===(null==t?void 0:t.username)})},[t,k]),P=(0,p.useMemo)(function(){var e=null==S?void 0:S.avatar;if(e)return b||s?D(e,{mask:void 0,flip:!0}):D(e,{mouth:void 0,mask:!1!==o?["dark"]:void 0})},[null==S?void 0:S.avatar,b,o,s]);return x||!S?null:v().createElement(y.Popover,{content:v().createElement(B,{aiEmployee:S,tasks:r,onTaskClick:u,taskLoadingTitle:c,loadingTaskTitle:d}),placement:"bottomRight"},v().createElement("span",{style:{cursor:"pointer",display:"inline-block"},onMouseEnter:function(){return h(!0)},onMouseLeave:function(){return h(!1)},onClick:l},v().createElement(y.Avatar,{src:P,size:void 0===i?52:i,shape:"circle"})))},G=function(e){var n=e,t=(n=n.replace(/^ft:/,"")).lastIndexOf("/");return -1!==t&&(n=n.substring(t+1)),n},W=function(e){return e.length>0?e.charAt(0).toUpperCase()+e.slice(1):e},Y=function(e){for(var n=[],t=0;t<e.length;){if(/^\d{1,2}$/.test(e[t])){for(var a=e[t];t+1<e.length&&/^\d{1,2}$/.test(e[t+1]);)a+="."+e[t+1],t++;n.push(a)}else n.push(e[t]);t++}return n},X=function(e){return Y(G(e).split(/[-_]/)).map(W).join(" ")},J=function(e){return function(n){var r=n.form,i=(0,a.useFlowContext)();return v().createElement(y.Form,{form:r,layout:"vertical",validateMessages:{required:i.t("defaults.form.required")}},e.map(function(e,n){var a=e.label,r=e.key,i=e.tooltip,o=e.required,s=e.password;return v().createElement(y.Form.Item,{key:n,label:null!=a?a:r,name:r,tooltip:i,required:o,rules:o?[{required:!0}]:void 0},v().createElement(t.EnvVariableInput,{password:s}))}))}},K=function(){return(0,a.useFlowEngine)().context.aiConfigRepository};let Q=e=>{let n,t=new Set,a=(e,a)=>{let r="function"==typeof e?e(n):e;if(!Object.is(r,n)){let e=n;n=(null!=a?a:"object"!=typeof r||null===r)?r:Object.assign({},n,r),t.forEach(t=>t(n,e))}},r=()=>n,i={setState:a,getState:r,getInitialState:()=>o,subscribe:e=>(t.add(e),()=>t.delete(e))},o=n=e(a,r,i);return i},Z=e=>{let n=e?Q(e):Q,t=e=>(function(e,n=e=>e){let t=p.useSyncExternalStore(e.subscribe,()=>n(e.getState()),()=>n(e.getInitialState()));return p.useDebugValue(t),t})(n,e);return Object.assign(t,n),t},ee=e=>e?Z(e):Z;var en=function(e){e.use={};var n=!0,t=!1,a=void 0;try{for(var r,i=Object.keys(e.getState())[Symbol.iterator]();!(n=(r=i.next()).done);n=!0)!function(){var n=r.value;e.use[n]=function(){return e(function(e){return e[n]})}}()}catch(e){t=!0,a=e}finally{try{n||null==i.return||i.return()}finally{if(t)throw a}}return e},et=function(e,n){var t,a=globalThis,r=null!=(t=a.__nocobasePluginAIChatStores)?t:{};a.__nocobasePluginAIChatStores=r;var i=r[e];if(i)return i;var o=n();return r[e]=o,o};function ea(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,a=Array(n);t<n;t++)a[t]=e[t];return a}function er(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function ei(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},a=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.forEach(function(n){er(e,n,t[n])})}return e}function eo(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):(function(e){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n.push.apply(n,t)}return n})(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}),e}function es(e){return function(e){if(Array.isArray(e))return ea(e)}(e)||function(e){if("u">typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return ea(e,void 0);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ea(e,void 0)}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var el="__draft__",eu=function(e){return e||el},ec={messages:[],messagesLoading:!1,messagesError:null,messagesMeta:{},attachments:[],contextItems:[],systemMessage:"",responseLoading:!1,abortController:null,skillSettings:null,webSearching:null,backgroundWorking:!1,resumeStreamFailed:!1},ed=function(){return ei({},ec)},ef=function(e){return eo(ei({},e),{messages:es(e.messages),messagesMeta:ei({},e.messagesMeta),attachments:es(e.attachments),contextItems:es(e.contextItems)})},em=function(e,n){var t;return null!=(t=e.sessions[eu(n)])?t:ed()},eb=function(e,n,t){var a=eu(n),r=t(em(e,a));return{sessions:eo(ei({},e.sessions),er({},a,r))}},eh=en(et("@nocobase/plugin-ai/chat-messages-store",function(){return ee(function(e,n){return{sessions:er({},el,ed()),editorRef:{},currentEditorRefUid:null,flowContext:null,getSessionState:function(e){return ef(em(n(),e))},resetSessionState:function(n,t){return e(function(e){return eb(e,n,function(){return ei({},ed(),null!=t?t:{})})})},migrateSessionState:function(n,t){var a=eu(n),r=eu(t);a!==r&&e(function(e){var n=em(e,a),t=eo(ei({},e.sessions),er({},r,ef(n)));return a===el?t[el]=ed():delete t[a],{sessions:t}})},setSessionMessages:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messages:"function"==typeof t?t(e.messages):t})})})},setSessionMessagesLoading:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messagesLoading:t})})})},setSessionMessagesError:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messagesError:t})})})},setSessionMessagesMeta:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messagesMeta:"function"==typeof t?t(e.messagesMeta):t})})})},setSessionAttachments:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{attachments:"function"==typeof t?t(e.attachments):t})})})},setSessionContextItems:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{contextItems:"function"==typeof t?t(e.contextItems):t})})})},setSessionSystemMessage:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{systemMessage:"function"==typeof t?t(e.systemMessage):t})})})},setSessionResponseLoading:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{responseLoading:t})})})},setSessionBackgroundWorking:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{backgroundWorking:t})})})},setSessionResumeStreamFailed:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{resumeStreamFailed:t})})})},addSessionMessage:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messages:es(e.messages).concat([t])})})})},addSessionMessages:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messages:es(e.messages).concat(es(t))})})})},updateSessionLastMessage:function(n,t){return e(function(e){return eb(e,n,function(e){var n=es(e.messages),a=n.length-1;return a>=0&&(n[a]=t(n[a])),eo(ei({},e),{messages:n})})})},removeSessionMessage:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{messages:e.messages.filter(function(e){return e.key!==t})})})})},addSessionAttachments:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{attachments:Array.isArray(t)?es(e.attachments).concat(es(t)):es(e.attachments).concat([t])})})})},removeSessionAttachment:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{attachments:e.attachments.filter(function(e){return e.filename!==t})})})})},addSessionContextItems:function(n,t){var a=Array.isArray(t)?t:[t];e(function(e){return eb(e,n,function(e){var n=new Map,t=!0,r=!1,i=void 0;try{for(var o,s=e.contextItems[Symbol.iterator]();!(t=(o=s.next()).done);t=!0){var l=o.value;n.set("".concat(l.type,":").concat(l.uid),l)}}catch(e){r=!0,i=e}finally{try{t||null==s.return||s.return()}finally{if(r)throw i}}var u=!0,c=!1,d=void 0;try{for(var f,m=a[Symbol.iterator]();!(u=(f=m.next()).done);u=!0){var b=f.value;n.set("".concat(b.type,":").concat(b.uid),b)}}catch(e){c=!0,d=e}finally{try{u||null==m.return||m.return()}finally{if(c)throw d}}return eo(ei({},e),{contextItems:Array.from(n.values())})})})},addContextItems:function(e){n().addSessionContextItems(void 0,e)},removeSessionContextItem:function(n,t,a){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{contextItems:e.contextItems.filter(function(e){return e.type!==t||e.uid!==a})})})})},setSessionAbortController:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{abortController:t})})})},setSessionSkillSettings:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{skillSettings:t})})})},setEditorRef:function(n,t){return e(function(e){return{editorRef:eo(ei({},e.editorRef),er({},n,t))}})},setCurrentEditorRefUid:function(n){return e({currentEditorRefUid:n})},setSessionWebSearching:function(n,t){return e(function(e){return eb(e,n,function(e){return eo(ei({},e),{webSearching:t})})})},setFlowContext:function(n){return e({flowContext:n})},addSessionSubAgentMessage:function(e,t,a){n().addSessionSubAgentMessages(e,t,[a])},addSessionSubAgentMessages:function(e,t,a){n().updateSessionLastMessage(e,function(e){var n,r;return eo(ei({},e),{content:eo(ei({},e.content),{subAgentConversations:null!=(n=null==(r=e.content.subAgentConversations)?void 0:r.map(function(e){return e.sessionId!==t?e:eo(ei({},e),{messages:es(e.messages).concat(es(a))})}))?n:[{sessionId:t,messages:a}]}),loading:!1})})},updateSessionLastSubAgentMessage:function(e,t,r,i){n().updateSessionLastMessage(e,function(e){var n,o;return eo(ei({},e),{content:eo(ei({},e.content),{subAgentConversations:null!=(n=null==(o=e.content.subAgentConversations)?void 0:o.map(function(e){if(e.sessionId!==t)return e;var n=es(e.messages),a=n.length-1;return a>=0&&(n[a]=i(n[a])),eo(ei({},e),{messages:n})}))?n:[{sessionId:t,messages:[i({key:(0,a.randomId)(),role:r,createdAt:new Date().toISOString(),content:{type:"text",content:""},loading:!0})]}]}),loading:!1})})},updateSessionSubAgentConversationStatus:function(e,t,a){n().updateSessionLastMessage(e,function(e){var n;return eo(ei({},e),{content:eo(ei({},e.content),{subAgentConversations:null==(n=e.content.subAgentConversations)?void 0:n.map(function(e){return e.sessionId!==t?e:eo(ei({},e),{status:a})})}),loading:!1})})}}})}));function eg(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function ep(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},a=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.forEach(function(n){eg(e,n,t[n])})}return e}var ev=en(et("@nocobase/plugin-ai/chat-box-store",function(){return ee()(function(e){return{open:!1,expanded:!1,collapsed:!1,showConversations:!1,minimize:!1,currentEmployee:null,senderValue:"",senderPlaceholder:"",taskVariables:{},roles:{},isEditingMessage:!1,editingMessageId:null,chatBoxRef:{current:null},senderRef:{current:null},showCodeHistory:!1,model:null,showDebugPanel:!1,readonly:!1,isShowSenderHint:!1,setOpen:function(n){return e(ep({open:n},n?{}:{collapsed:!1}))},setExpanded:function(n){return e(ep({expanded:n},n?{collapsed:!1}:{}))},setCollapsed:function(n){return e({collapsed:n})},setShowConversations:function(n){return e({showConversations:n})},setMinimize:function(n){return e({minimize:n})},setCurrentEmployee:function(n){return e(function(e){return{currentEmployee:"function"==typeof n?n(e.currentEmployee):n}})},setSenderValue:function(n){return e({senderValue:n})},setSenderPlaceholder:function(n){return e({senderPlaceholder:n})},setTaskVariables:function(n){return e({taskVariables:n})},setRoles:function(n){return e(function(e){return{roles:"function"==typeof n?n(e.roles):n}})},addRole:function(n,t){return e(function(e){var a,r;return{roles:(a=ep({},e.roles),r=null!=(r=eg({},n,t))?r:{},Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(r)):(function(e){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n.push.apply(n,t)}return n})(Object(r)).forEach(function(e){Object.defineProperty(a,e,Object.getOwnPropertyDescriptor(r,e))}),a)}})},setIsEditingMessage:function(n){return e({isEditingMessage:n})},setEditingMessageId:function(n){return e({editingMessageId:n})},setChatBoxRef:function(n){return e({chatBoxRef:n})},setSenderRef:function(n){return e({senderRef:n})},setShowCodeHistory:function(n){return e({showCodeHistory:n})},setModel:function(n){return e({model:n})},setShowDebugPanel:function(n){return e({showDebugPanel:n})},setReadonly:function(n){return e({readonly:n})},setShowSenderHint:function(n){return e({isShowSenderHint:n})}}})})),ey=en(et("@nocobase/plugin-ai/chat-conversations-store",function(){return ee(function(e){return{currentConversation:void 0,conversations:[],keyword:"",webSearch:!1,conversationSegmented:"conversations",unreadCount:0,setCurrentConversation:function(n){return e({currentConversation:n})},setKeyword:function(n){return e({keyword:n})},setConversations:function(n){return e(function(e){return{conversations:"function"==typeof n?n(e.conversations):n}})},setWebSearch:function(n){return e({webSearch:n})},setConversationSegmented:function(n){return e({conversationSegmented:n})},setUnreadCount:function(n){return e(function(e){return{unreadCount:"function"==typeof n?n(e.unreadCount):n}})}}})}));function ew(e,n,t,a,r,i,o){try{var s=e[i](o),l=s.value}catch(e){t(e);return}s.done?n(l):Promise.resolve(l).then(a,r)}var ek=function(e){var n=[],t=!0,a=!1,r=void 0;try{for(var i,o=(null!=e?e:[])[Symbol.iterator]();!(t=(i=o.next()).done);t=!0){var s=i.value;if(s){if(Array.isArray(s)){var l=!0,u=!1,c=void 0;try{for(var d,f=s[Symbol.iterator]();!(l=(d=f.next()).done);l=!0){var m=d.value;(null==m?void 0:m.filename)&&n.push(m)}}catch(e){u=!0,c=e}finally{try{l||null==f.return||f.return()}finally{if(u)throw c}}continue}s.filename&&n.push(s)}}}catch(e){a=!0,r=e}finally{try{t||null==o.return||o.return()}finally{if(a)throw r}}return n},ex=function(e){var n=e.message;return{userMessage:(null==n?void 0:n.user)?{type:"text",content:n.user}:void 0,systemMessage:null==n?void 0:n.system,attachments:ek(null==n?void 0:n.attachments),workContext:null==n?void 0:n.workContext,skillSettings:e.skillSettings,webSearch:e.webSearch,model:e.model}},eS=function(){var e=(0,t.useApp)(),n=ev.use.open(),r=ev.use.setOpen(),i=ev.use.setReadonly(),o=ev.use.setSenderValue(),s=ev.use.setTaskVariables(),l=ev.use.setCurrentEmployee(),u=ev.use.setModel(),c=ev.use.senderRef(),d=ey.use.setCurrentConversation(),f=ey.use.setWebSearch(),m=(0,p.useCallback)(function(e){var n=null!=e?e:{},t=n.sender,a=n.systemMessage,r=n.attachments,i=n.contextItems,l=n.taskVariables,u=n.skillSettings;!1!==t&&o(""),!1!==a&&eh.getState().setSessionSystemMessage(el,""),!1!==r&&eh.getState().setSessionAttachments(el,[]),!1!==i&&eh.getState().setSessionContextItems(el,[]),!1!==l&&s({}),!1!==u&&eh.getState().setSessionSkillSettings(el,void 0)},[o,s]),b=(0,p.useCallback)(function(n){var t,a,r="Hello, I am ".concat(n.nickname||n.username,". How can I help you?");return n.greeting||(null==(a=e.i18n)||null==(t=a.t)?void 0:t.call(a,"Default greeting message",{ns:["@nocobase/plugin-ai","client"],nickname:n.nickname,defaultValue:r}))||r},[e]),h=(0,p.useCallback)(function(){var e,n=ev.getState().currentEmployee;d(void 0),m(void 0),n&&eh.getState().setSessionMessages(el,[{key:(0,a.randomId)(),role:n.username,content:{type:"greeting",content:b(n)}}]),null==(e=c.current)||e.focus()},[m,b,c,d]),g=(0,p.useCallback)(function(e,n){if(l(e),d(void 0),m(null==n?void 0:n.clear),u(null),e){var t;eh.getState().setSessionMessages(el,[{key:(0,a.randomId)(),role:e.username,content:{type:"greeting",content:b(e)}}]),null==(t=c.current)||t.focus()}else eh.getState().setSessionMessages(el,[])},[m,b,c,d,l,u]),v=(0,p.useCallback)(function(e){var t;return(t=function(){var t,s,h,g,p,v,y,w,k,x,S,P,M;return function(e,n){var t,a,r,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype),s=Object.defineProperty;return s(o,"next",{value:l(0)}),s(o,"throw",{value:l(1)}),s(o,"return",{value:l(2)}),"function"==typeof Symbol&&s(o,Symbol.iterator,{value:function(){return this}}),o;function l(s){return function(l){var u=[s,l];if(t)throw TypeError("Generator is already executing.");for(;o&&(o=0,u[0]&&(i=0)),i;)try{if(t=1,a&&(r=2&u[0]?a.return:u[0]?a.throw||((r=a.return)&&r.call(a),0):a.next)&&!(r=r.call(a,u[1])).done)return r;switch(a=0,r&&(u=[2&u[0],r.value]),u[0]){case 0:case 1:r=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,a=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===u[0]||2===u[0])){i=0;continue}if(3===u[0]&&(!r||u[1]>r[0]&&u[1]<r[3])){i.label=u[1];break}if(6===u[0]&&i.label<r[1]){i.label=r[1],r=u;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(u);break}r[2]&&i.ops.pop(),i.trys.pop();continue}u=n.call(e,i)}catch(e){u=[6,e],a=0}finally{t=r=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}}(this,function(O){return(s=e.aiEmployee,h=e.tasks,m(void 0),i(!1),eh.getState().setSessionResponseLoading(el,!1),n||r(!0),d(void 0),l(s),null==(t=c.current)||t.focus(),g=s?[{key:(0,a.randomId)(),role:s.username,content:{type:"greeting",content:b(s)}}]:[],null==h?void 0:h.length)?1===h.length&&!1!==e.auto?(y=(v=ex(h[0])).userMessage,w=v.systemMessage,k=v.attachments,x=v.workContext,S=v.skillSettings,P=v.webSearch,M=v.model,eh.getState().setSessionMessages(el,g),f("boolean"==typeof P&&P),u(null!=M?M:null),o(null!=(p=null==y?void 0:y.content)?p:""),(null==k?void 0:k.length)&&eh.getState().setSessionAttachments(el,k),x&&eh.getState().setSessionContextItems(el,x),w&&eh.getState().setSessionSystemMessage(el,w),S&&eh.getState().setSessionSkillSettings(el,S)):(g.push({key:(0,a.randomId)(),role:"task",content:{content:h}}),eh.getState().setSessionMessages(el,g)):eh.getState().setSessionMessages(el,g),[2]})},function(){var e=this,n=arguments;return new Promise(function(a,r){var i=t.apply(e,n);function o(e){ew(i,a,r,o,s,"next",e)}function s(e){ew(i,a,r,o,s,"throw",e)}o(void 0)})})()},[m,b,n,c,d,l,u,r,i,o,f]);return{clear:m,startNewConversation:h,switchAIEmployee:g,triggerTask:v}};function eP(e,n,t,a,r,i,o){try{var s=e[i](o),l=s.value}catch(e){t(e);return}s.done?n(l):Promise.resolve(l).then(a,r)}function eM(e,n,t){return(eM=eE()?Reflect.construct:function(e,n,t){var a=[null];a.push.apply(a,n);var r=new(Function.bind.apply(e,a));return t&&eI(r,t.prototype),r}).apply(null,arguments)}function eO(e){return(eO=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function eI(e,n){return(eI=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function eC(e){var n="function"==typeof Map?new Map:void 0;return(eC=function(e){if(null===e||-1===Function.toString.call(e).indexOf("[native code]"))return e;if("function"!=typeof e)throw TypeError("Super expression must either be null or a function");if(void 0!==n){if(n.has(e))return n.get(e);n.set(e,t)}function t(){return eM(e,arguments,eO(this).constructor)}return t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),eI(t,e)})(e)}function eE(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(eE=function(){return!!e})()}var ej=function(e){var n;if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");function t(){var e,n,a,r,i,o;if(!(this instanceof t))throw TypeError("Cannot call a class as a function");return n=t,a=arguments,n=eO(n),r=e=function(e,n){var t;if(n&&("object"==((t=n)&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)||"function"==typeof n))return n;if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(this,eE()?Reflect.construct(n,a||[],eO(this).constructor):n.apply(this,a)),i="features",o=new g,i in r?Object.defineProperty(r,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):r[i]=o,e}return t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&eI(t,e),n=[{key:"load",value:function(){var e;return(e=function(){var e;return function(e,n){var t,a,r,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype),s=Object.defineProperty;return s(o,"next",{value:l(0)}),s(o,"throw",{value:l(1)}),s(o,"return",{value:l(2)}),"function"==typeof Symbol&&s(o,Symbol.iterator,{value:function(){return this}}),o;function l(s){return function(l){var u=[s,l];if(t)throw TypeError("Generator is already executing.");for(;o&&(o=0,u[0]&&(i=0)),i;)try{if(t=1,a&&(r=2&u[0]?a.return:u[0]?a.throw||((r=a.return)&&r.call(a),0):a.next)&&!(r=r.call(a,u[1])).done)return r;switch(a=0,r&&(u=[2&u[0],r.value]),u[0]){case 0:case 1:r=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,a=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===u[0]||2===u[0])){i=0;continue}if(3===u[0]&&(!r||u[1]>r[0]&&u[1]<r[3])){i.label=u[1];break}if(6===u[0]&&i.label<r[1]){i.label=r[1],r=u;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(u);break}r[2]&&i.ops.pop(),i.trys.pop();continue}u=n.call(e,i)}catch(e){u=[6,e],a=0}finally{t=r=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}}(this,function(n){return(e=this.app.flowEngine.context).aiConfigRepository||e.defineProperty("aiConfigRepository",{value:new u(this.app.apiClient)}),[2]})},function(){var n=this,t=arguments;return new Promise(function(a,r){var i=e.apply(n,t);function o(e){eP(i,a,r,o,s,"next",e)}function s(e){eP(i,a,r,o,s,"throw",e)}o(void 0)})}).call(this)}}],function(e,n){for(var t=0;t<n.length;t++){var a=n[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}(t.prototype,n),t}(eC(t.Plugin)),eA=ej}(),f}()});
|