@sync-in/server 1.10.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/LICENSE +1 -1
- package/README.md +3 -11
- package/environment/environment.dist.min.yaml +1 -1
- package/environment/environment.dist.yaml +173 -28
- package/package.json +18 -17
- package/server/app.bootstrap.js +1 -5
- package/server/app.bootstrap.js.map +1 -1
- package/server/app.constants.js +1 -5
- package/server/app.constants.js.map +1 -1
- package/server/app.e2e-spec.js +1 -5
- package/server/app.e2e-spec.js.map +1 -1
- package/server/app.functions.js +1 -5
- package/server/app.functions.js.map +1 -1
- package/server/app.module.js +1 -5
- package/server/app.module.js.map +1 -1
- package/server/app.service.js +1 -5
- package/server/app.service.js.map +1 -1
- package/server/app.service.spec.js +2 -6
- package/server/app.service.spec.js.map +1 -1
- package/server/applications/admin/admin.module.js +1 -5
- package/server/applications/admin/admin.module.js.map +1 -1
- package/server/applications/admin/constants/routes.js +1 -5
- package/server/applications/admin/constants/routes.js.map +1 -1
- package/server/applications/admin/interfaces/check-update.interfaces.js +1 -5
- package/server/applications/admin/interfaces/check-update.interfaces.js.map +1 -1
- package/server/applications/admin/services/admin-scheduler.service.js +1 -5
- package/server/applications/admin/services/admin-scheduler.service.js.map +1 -1
- package/server/applications/admin/services/admin.service.js +13 -8
- package/server/applications/admin/services/admin.service.js.map +1 -1
- package/server/applications/admin/services/admin.service.spec.js +1 -5
- package/server/applications/admin/services/admin.service.spec.js.map +1 -1
- package/server/applications/admin/utils/check-update.js +1 -5
- package/server/applications/admin/utils/check-update.js.map +1 -1
- package/server/applications/applications.config.js +1 -5
- package/server/applications/applications.config.js.map +1 -1
- package/server/applications/applications.constants.js +5 -5
- package/server/applications/applications.constants.js.map +1 -1
- package/server/applications/applications.module.js +1 -5
- package/server/applications/applications.module.js.map +1 -1
- package/server/applications/comments/comments.controller.js +1 -5
- package/server/applications/comments/comments.controller.js.map +1 -1
- package/server/applications/comments/comments.controller.spec.js +1 -5
- package/server/applications/comments/comments.controller.spec.js.map +1 -1
- package/server/applications/comments/comments.module.js +1 -5
- package/server/applications/comments/comments.module.js.map +1 -1
- package/server/applications/comments/constants/routes.js +1 -5
- package/server/applications/comments/constants/routes.js.map +1 -1
- package/server/applications/comments/dto/comment.dto.js +1 -5
- package/server/applications/comments/dto/comment.dto.js.map +1 -1
- package/server/applications/comments/interfaces/comment-recent.interface.js +1 -5
- package/server/applications/comments/interfaces/comment-recent.interface.js.map +1 -1
- package/server/applications/comments/schemas/comment.interface.js +1 -5
- package/server/applications/comments/schemas/comment.interface.js.map +1 -1
- package/server/applications/comments/schemas/comments.schema.js +1 -5
- package/server/applications/comments/schemas/comments.schema.js.map +1 -1
- package/server/applications/comments/services/comments-manager.service.js +9 -7
- package/server/applications/comments/services/comments-manager.service.js.map +1 -1
- package/server/applications/comments/services/comments-manager.service.spec.js +10 -8
- package/server/applications/comments/services/comments-manager.service.spec.js.map +1 -1
- package/server/applications/comments/services/comments-queries.service.js +1 -5
- package/server/applications/comments/services/comments-queries.service.js.map +1 -1
- package/server/applications/files/adapters/files-indexer-mysql.service.js +29 -12
- package/server/applications/files/adapters/files-indexer-mysql.service.js.map +1 -1
- package/server/applications/files/adapters/files-indexer-mysql.service.spec.js +1 -5
- package/server/applications/files/adapters/files-indexer-mysql.service.spec.js.map +1 -1
- package/server/applications/files/constants/cache.js +1 -5
- package/server/applications/files/constants/cache.js.map +1 -1
- package/server/applications/files/constants/compress.js +1 -5
- package/server/applications/files/constants/compress.js.map +1 -1
- package/server/applications/files/constants/files.js +1 -5
- package/server/applications/files/constants/files.js.map +1 -1
- package/server/applications/files/constants/indexing.js +1 -5
- package/server/applications/files/constants/indexing.js.map +1 -1
- package/server/applications/files/constants/operations.js +1 -5
- package/server/applications/files/constants/operations.js.map +1 -1
- package/server/applications/files/constants/routes.js +1 -5
- package/server/applications/files/constants/routes.js.map +1 -1
- package/server/applications/files/constants/samples.js +1 -5
- package/server/applications/files/constants/samples.js.map +1 -1
- package/server/applications/files/dto/file-operations.dto.js +1 -5
- package/server/applications/files/dto/file-operations.dto.js.map +1 -1
- package/server/applications/files/events/file-task-event.js +1 -5
- package/server/applications/files/events/file-task-event.js.map +1 -1
- package/server/applications/files/files-tasks.controller.js +1 -5
- package/server/applications/files/files-tasks.controller.js.map +1 -1
- package/server/applications/files/files-tasks.controller.spec.js +1 -5
- package/server/applications/files/files-tasks.controller.spec.js.map +1 -1
- package/server/applications/files/files.config.js +1 -5
- package/server/applications/files/files.config.js.map +1 -1
- package/server/applications/files/files.controller.js +1 -5
- package/server/applications/files/files.controller.js.map +1 -1
- package/server/applications/files/files.controller.spec.js +1 -5
- package/server/applications/files/files.controller.spec.js.map +1 -1
- package/server/applications/files/files.module.js +1 -5
- package/server/applications/files/files.module.js.map +1 -1
- package/server/applications/files/interfaces/file-db-props.interface.js +1 -5
- package/server/applications/files/interfaces/file-db-props.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-lock.interface.js +1 -5
- package/server/applications/files/interfaces/file-lock.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-parse-index.js +1 -5
- package/server/applications/files/interfaces/file-parse-index.js.map +1 -1
- package/server/applications/files/interfaces/file-props.interface.js +1 -5
- package/server/applications/files/interfaces/file-props.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-recent-location.interface.js +1 -5
- package/server/applications/files/interfaces/file-recent-location.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-space.interface.js +1 -5
- package/server/applications/files/interfaces/file-space.interface.js.map +1 -1
- package/server/applications/files/interfaces/file-tree.interface.js +1 -5
- package/server/applications/files/interfaces/file-tree.interface.js.map +1 -1
- package/server/applications/files/models/file-error.js +1 -5
- package/server/applications/files/models/file-error.js.map +1 -1
- package/server/applications/files/models/file-lock-error.js +1 -5
- package/server/applications/files/models/file-lock-error.js.map +1 -1
- package/server/applications/files/models/file-task.js +1 -5
- package/server/applications/files/models/file-task.js.map +1 -1
- package/server/applications/files/models/files-indexer.js +1 -5
- package/server/applications/files/models/files-indexer.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online-environment.decorator.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online-environment.decorator.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online-manager.service.js +21 -10
- package/server/applications/files/modules/collabora-online/collabora-online-manager.service.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online-manager.service.spec.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online-manager.service.spec.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.config.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.config.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.constants.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.constants.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.controller.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.controller.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.controller.spec.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.controller.spec.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.dtos.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.dtos.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.guard.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.guard.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.guard.spec.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.guard.spec.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.interface.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.interface.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.module.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.module.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.routes.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.routes.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.strategy.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.strategy.js.map +1 -1
- package/server/applications/files/modules/collabora-online/collabora-online.utils.js +1 -5
- package/server/applications/files/modules/collabora-online/collabora-online.utils.js.map +1 -1
- package/server/applications/files/modules/file-editor-providers.interface.js +6 -0
- package/server/applications/files/modules/file-editor-providers.interface.js.map +1 -0
- package/server/applications/files/modules/only-office/only-office-environment.decorator.js +1 -5
- package/server/applications/files/modules/only-office/only-office-environment.decorator.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office-manager.service.js +57 -19
- package/server/applications/files/modules/only-office/only-office-manager.service.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office-manager.service.spec.js +1 -5
- package/server/applications/files/modules/only-office/only-office-manager.service.spec.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.config.js +1 -5
- package/server/applications/files/modules/only-office/only-office.config.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.constants.js +1 -5
- package/server/applications/files/modules/only-office/only-office.constants.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.controller.js +1 -5
- package/server/applications/files/modules/only-office/only-office.controller.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.controller.spec.js +1 -5
- package/server/applications/files/modules/only-office/only-office.controller.spec.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.dtos.js +1 -5
- package/server/applications/files/modules/only-office/only-office.dtos.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.guard.js +1 -5
- package/server/applications/files/modules/only-office/only-office.guard.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.guard.spec.js +1 -5
- package/server/applications/files/modules/only-office/only-office.guard.spec.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.interface.js +1 -5
- package/server/applications/files/modules/only-office/only-office.interface.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.module.js +1 -5
- package/server/applications/files/modules/only-office/only-office.module.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.routes.js +1 -5
- package/server/applications/files/modules/only-office/only-office.routes.js.map +1 -1
- package/server/applications/files/modules/only-office/only-office.strategy.js +1 -5
- package/server/applications/files/modules/only-office/only-office.strategy.js.map +1 -1
- package/server/applications/files/schemas/file-content.interface.js +1 -5
- package/server/applications/files/schemas/file-content.interface.js.map +1 -1
- package/server/applications/files/schemas/file-recent.interface.js +1 -5
- package/server/applications/files/schemas/file-recent.interface.js.map +1 -1
- package/server/applications/files/schemas/file.interface.js +1 -5
- package/server/applications/files/schemas/file.interface.js.map +1 -1
- package/server/applications/files/schemas/files-content.schema.js +1 -5
- package/server/applications/files/schemas/files-content.schema.js.map +1 -1
- package/server/applications/files/schemas/files-recents.schema.js +1 -5
- package/server/applications/files/schemas/files-recents.schema.js.map +1 -1
- package/server/applications/files/schemas/files.schema.js +1 -5
- package/server/applications/files/schemas/files.schema.js.map +1 -1
- package/server/applications/files/services/files-content-manager.service.js +45 -16
- package/server/applications/files/services/files-content-manager.service.js.map +1 -1
- package/server/applications/files/services/files-lock-manager.service.js +53 -18
- package/server/applications/files/services/files-lock-manager.service.js.map +1 -1
- package/server/applications/files/services/files-lock-manager.service.spec.js +1 -5
- package/server/applications/files/services/files-lock-manager.service.spec.js.map +1 -1
- package/server/applications/files/services/files-manager.service.js +77 -24
- package/server/applications/files/services/files-manager.service.js.map +1 -1
- package/server/applications/files/services/files-manager.service.spec.js +1 -5
- package/server/applications/files/services/files-manager.service.spec.js.map +1 -1
- package/server/applications/files/services/files-methods.service.js +5 -6
- package/server/applications/files/services/files-methods.service.js.map +1 -1
- package/server/applications/files/services/files-methods.service.spec.js +1 -5
- package/server/applications/files/services/files-methods.service.spec.js.map +1 -1
- package/server/applications/files/services/files-parser.service.js +13 -8
- package/server/applications/files/services/files-parser.service.js.map +1 -1
- package/server/applications/files/services/files-parser.service.spec.js +1 -5
- package/server/applications/files/services/files-parser.service.spec.js.map +1 -1
- package/server/applications/files/services/files-queries.service.js +29 -12
- package/server/applications/files/services/files-queries.service.js.map +1 -1
- package/server/applications/files/services/files-recents.service.js +1 -5
- package/server/applications/files/services/files-recents.service.js.map +1 -1
- package/server/applications/files/services/files-recents.service.spec.js +1 -5
- package/server/applications/files/services/files-recents.service.spec.js.map +1 -1
- package/server/applications/files/services/files-scheduler.service.js +77 -24
- package/server/applications/files/services/files-scheduler.service.js.map +1 -1
- package/server/applications/files/services/files-search-manager.service.js +9 -7
- package/server/applications/files/services/files-search-manager.service.js.map +1 -1
- package/server/applications/files/services/files-search-manager.service.spec.js +1 -5
- package/server/applications/files/services/files-search-manager.service.spec.js.map +1 -1
- package/server/applications/files/services/files-tasks-manager.service.js +77 -24
- package/server/applications/files/services/files-tasks-manager.service.js.map +1 -1
- package/server/applications/files/services/files-tasks-manager.service.spec.js +1 -5
- package/server/applications/files/services/files-tasks-manager.service.spec.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/excel.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/excel.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/html.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/html.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/open-office.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/open-office.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/pdf.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/pdf.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/power-point.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/power-point.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/text.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/text.js.map +1 -1
- package/server/applications/files/utils/doc-textify/adapters/word.js +1 -5
- package/server/applications/files/utils/doc-textify/adapters/word.js.map +1 -1
- package/server/applications/files/utils/doc-textify/doc-textify.js +1 -5
- package/server/applications/files/utils/doc-textify/doc-textify.js.map +1 -1
- package/server/applications/files/utils/doc-textify/interfaces/doc-textify.interfaces.js +1 -5
- package/server/applications/files/utils/doc-textify/interfaces/doc-textify.interfaces.js.map +1 -1
- package/server/applications/files/utils/doc-textify/utils/clean.js +1 -5
- package/server/applications/files/utils/doc-textify/utils/clean.js.map +1 -1
- package/server/applications/files/utils/files-search.js +1 -5
- package/server/applications/files/utils/files-search.js.map +1 -1
- package/server/applications/files/utils/files-tree.js +1 -5
- package/server/applications/files/utils/files-tree.js.map +1 -1
- package/server/applications/files/utils/files.js +1 -5
- package/server/applications/files/utils/files.js.map +1 -1
- package/server/applications/files/utils/send-file.js +1 -5
- package/server/applications/files/utils/send-file.js.map +1 -1
- package/server/applications/files/utils/unzip-file.js +1 -5
- package/server/applications/files/utils/unzip-file.js.map +1 -1
- package/server/applications/files/utils/url-file.js +1 -5
- package/server/applications/files/utils/url-file.js.map +1 -1
- package/server/applications/links/constants/cache.js +1 -5
- package/server/applications/links/constants/cache.js.map +1 -1
- package/server/applications/links/constants/links.js +1 -5
- package/server/applications/links/constants/links.js.map +1 -1
- package/server/applications/links/constants/routes.js +1 -5
- package/server/applications/links/constants/routes.js.map +1 -1
- package/server/applications/links/dto/create-or-update-link.dto.js +1 -5
- package/server/applications/links/dto/create-or-update-link.dto.js.map +1 -1
- package/server/applications/links/interfaces/link-guest.interface.js +1 -5
- package/server/applications/links/interfaces/link-guest.interface.js.map +1 -1
- package/server/applications/links/interfaces/link-space.interface.js +1 -5
- package/server/applications/links/interfaces/link-space.interface.js.map +1 -1
- package/server/applications/links/links.controller.js +1 -5
- package/server/applications/links/links.controller.js.map +1 -1
- package/server/applications/links/links.controller.spec.js +1 -5
- package/server/applications/links/links.controller.spec.js.map +1 -1
- package/server/applications/links/schemas/link.interface.js +1 -5
- package/server/applications/links/schemas/link.interface.js.map +1 -1
- package/server/applications/links/schemas/links.schema.js +1 -5
- package/server/applications/links/schemas/links.schema.js.map +1 -1
- package/server/applications/links/services/links-manager.service.js +55 -20
- package/server/applications/links/services/links-manager.service.js.map +1 -1
- package/server/applications/links/services/links-manager.service.spec.js +3 -7
- package/server/applications/links/services/links-manager.service.spec.js.map +1 -1
- package/server/applications/links/services/links-queries.service.js +1 -5
- package/server/applications/links/services/links-queries.service.js.map +1 -1
- package/server/applications/notifications/constants/notifications.js +1 -5
- package/server/applications/notifications/constants/notifications.js.map +1 -1
- package/server/applications/notifications/constants/routes.js +1 -5
- package/server/applications/notifications/constants/routes.js.map +1 -1
- package/server/applications/notifications/constants/websocket.js +1 -5
- package/server/applications/notifications/constants/websocket.js.map +1 -1
- package/server/applications/notifications/i18n/de.js +1 -9
- package/server/applications/notifications/i18n/de.js.map +1 -1
- package/server/applications/notifications/i18n/es.js +1 -5
- package/server/applications/notifications/i18n/es.js.map +1 -1
- package/server/applications/notifications/i18n/fr.js +1 -5
- package/server/applications/notifications/i18n/fr.js.map +1 -1
- package/server/applications/notifications/i18n/hi.js +1 -5
- package/server/applications/notifications/i18n/hi.js.map +1 -1
- package/server/applications/notifications/i18n/index.js +1 -5
- package/server/applications/notifications/i18n/index.js.map +1 -1
- package/server/applications/notifications/i18n/it.js +1 -5
- package/server/applications/notifications/i18n/it.js.map +1 -1
- package/server/applications/notifications/i18n/ja.js +1 -5
- package/server/applications/notifications/i18n/ja.js.map +1 -1
- package/server/applications/notifications/i18n/ko.js +1 -5
- package/server/applications/notifications/i18n/ko.js.map +1 -1
- package/server/applications/notifications/i18n/pl.js +1 -5
- package/server/applications/notifications/i18n/pl.js.map +1 -1
- package/server/applications/notifications/i18n/pt.js +1 -5
- package/server/applications/notifications/i18n/pt.js.map +1 -1
- package/server/applications/notifications/i18n/pt_br.js +1 -5
- package/server/applications/notifications/i18n/pt_br.js.map +1 -1
- package/server/applications/notifications/i18n/ru.js +1 -5
- package/server/applications/notifications/i18n/ru.js.map +1 -1
- package/server/applications/notifications/i18n/tr.js +1 -5
- package/server/applications/notifications/i18n/tr.js.map +1 -1
- package/server/applications/notifications/i18n/zh.js +1 -5
- package/server/applications/notifications/i18n/zh.js.map +1 -1
- package/server/applications/notifications/interfaces/notification-properties.interface.js +1 -5
- package/server/applications/notifications/interfaces/notification-properties.interface.js.map +1 -1
- package/server/applications/notifications/interfaces/user-mail-notification.interface.js +1 -5
- package/server/applications/notifications/interfaces/user-mail-notification.interface.js.map +1 -1
- package/server/applications/notifications/mails/models.js +1 -5
- package/server/applications/notifications/mails/models.js.map +1 -1
- package/server/applications/notifications/mails/templates.js +1 -5
- package/server/applications/notifications/mails/templates.js.map +1 -1
- package/server/applications/notifications/mails/urls.js +1 -5
- package/server/applications/notifications/mails/urls.js.map +1 -1
- package/server/applications/notifications/notifications.controller.js +1 -5
- package/server/applications/notifications/notifications.controller.js.map +1 -1
- package/server/applications/notifications/notifications.controller.spec.js +1 -5
- package/server/applications/notifications/notifications.controller.spec.js.map +1 -1
- package/server/applications/notifications/notifications.gateway.js +1 -5
- package/server/applications/notifications/notifications.gateway.js.map +1 -1
- package/server/applications/notifications/notifications.module.js +1 -5
- package/server/applications/notifications/notifications.module.js.map +1 -1
- package/server/applications/notifications/schemas/notification.interface.js +1 -5
- package/server/applications/notifications/schemas/notification.interface.js.map +1 -1
- package/server/applications/notifications/schemas/notifications.schema.js +1 -5
- package/server/applications/notifications/schemas/notifications.schema.js.map +1 -1
- package/server/applications/notifications/services/notifications-manager.service.js +25 -11
- package/server/applications/notifications/services/notifications-manager.service.js.map +1 -1
- package/server/applications/notifications/services/notifications-manager.service.spec.js +20 -11
- package/server/applications/notifications/services/notifications-manager.service.spec.js.map +1 -1
- package/server/applications/notifications/services/notifications-queries.service.js +1 -5
- package/server/applications/notifications/services/notifications-queries.service.js.map +1 -1
- package/server/applications/shares/constants/routes.js +1 -5
- package/server/applications/shares/constants/routes.js.map +1 -1
- package/server/applications/shares/constants/shares.js +1 -5
- package/server/applications/shares/constants/shares.js.map +1 -1
- package/server/applications/shares/dto/create-or-update-share.dto.js +1 -5
- package/server/applications/shares/dto/create-or-update-share.dto.js.map +1 -1
- package/server/applications/shares/interfaces/share-child.interface.js +1 -5
- package/server/applications/shares/interfaces/share-child.interface.js.map +1 -1
- package/server/applications/shares/interfaces/share-env.interface.js +1 -5
- package/server/applications/shares/interfaces/share-env.interface.js.map +1 -1
- package/server/applications/shares/interfaces/share-file.interface.js +1 -5
- package/server/applications/shares/interfaces/share-file.interface.js.map +1 -1
- package/server/applications/shares/interfaces/share-link.interface.js +1 -5
- package/server/applications/shares/interfaces/share-link.interface.js.map +1 -1
- package/server/applications/shares/interfaces/share-props.interface.js +1 -5
- package/server/applications/shares/interfaces/share-props.interface.js.map +1 -1
- package/server/applications/shares/models/share-child.model.js +1 -5
- package/server/applications/shares/models/share-child.model.js.map +1 -1
- package/server/applications/shares/schemas/share-members.interface.js +1 -5
- package/server/applications/shares/schemas/share-members.interface.js.map +1 -1
- package/server/applications/shares/schemas/share.interface.js +1 -5
- package/server/applications/shares/schemas/share.interface.js.map +1 -1
- package/server/applications/shares/schemas/shares-members.schema.js +1 -5
- package/server/applications/shares/schemas/shares-members.schema.js.map +1 -1
- package/server/applications/shares/schemas/shares.schema.js +1 -5
- package/server/applications/shares/schemas/shares.schema.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.js +214 -68
- package/server/applications/shares/services/shares-manager.service.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.spec.js +1 -5
- package/server/applications/shares/services/shares-manager.service.spec.js.map +1 -1
- package/server/applications/shares/services/shares-queries.service.js +49 -17
- package/server/applications/shares/services/shares-queries.service.js.map +1 -1
- package/server/applications/shares/shares.controller.js +1 -5
- package/server/applications/shares/shares.controller.js.map +1 -1
- package/server/applications/shares/shares.controller.spec.js +1 -5
- package/server/applications/shares/shares.controller.spec.js.map +1 -1
- package/server/applications/shares/shares.module.js +1 -5
- package/server/applications/shares/shares.module.js.map +1 -1
- package/server/applications/spaces/constants/cache.js +1 -5
- package/server/applications/spaces/constants/cache.js.map +1 -1
- package/server/applications/spaces/constants/routes.js +1 -5
- package/server/applications/spaces/constants/routes.js.map +1 -1
- package/server/applications/spaces/constants/spaces.js +1 -5
- package/server/applications/spaces/constants/spaces.js.map +1 -1
- package/server/applications/spaces/decorators/space-override-permission.decorator.js +1 -5
- package/server/applications/spaces/decorators/space-override-permission.decorator.js.map +1 -1
- package/server/applications/spaces/decorators/space-skip-guard.decorator.js +1 -5
- package/server/applications/spaces/decorators/space-skip-guard.decorator.js.map +1 -1
- package/server/applications/spaces/decorators/space-skip-permissions.decorator.js +1 -5
- package/server/applications/spaces/decorators/space-skip-permissions.decorator.js.map +1 -1
- package/server/applications/spaces/decorators/space.decorator.js +1 -5
- package/server/applications/spaces/decorators/space.decorator.js.map +1 -1
- package/server/applications/spaces/dto/create-or-update-space.dto.js +1 -5
- package/server/applications/spaces/dto/create-or-update-space.dto.js.map +1 -1
- package/server/applications/spaces/dto/delete-space.dto.js +1 -5
- package/server/applications/spaces/dto/delete-space.dto.js.map +1 -1
- package/server/applications/spaces/dto/search-space.dto.js +1 -5
- package/server/applications/spaces/dto/search-space.dto.js.map +1 -1
- package/server/applications/spaces/dto/space-roots.dto.js +1 -5
- package/server/applications/spaces/dto/space-roots.dto.js.map +1 -1
- package/server/applications/spaces/guards/space.guard.js +17 -9
- package/server/applications/spaces/guards/space.guard.js.map +1 -1
- package/server/applications/spaces/guards/space.guard.spec.js +1 -5
- package/server/applications/spaces/guards/space.guard.spec.js.map +1 -1
- package/server/applications/spaces/interfaces/space-diff.interface.js +1 -5
- package/server/applications/spaces/interfaces/space-diff.interface.js.map +1 -1
- package/server/applications/spaces/interfaces/space-files.interface.js +1 -5
- package/server/applications/spaces/interfaces/space-files.interface.js.map +1 -1
- package/server/applications/spaces/interfaces/space-request.interface.js +1 -5
- package/server/applications/spaces/interfaces/space-request.interface.js.map +1 -1
- package/server/applications/spaces/interfaces/space-trash.interface.js +1 -5
- package/server/applications/spaces/interfaces/space-trash.interface.js.map +1 -1
- package/server/applications/spaces/models/space-env.model.js +1 -5
- package/server/applications/spaces/models/space-env.model.js.map +1 -1
- package/server/applications/spaces/models/space-props.model.js +1 -5
- package/server/applications/spaces/models/space-props.model.js.map +1 -1
- package/server/applications/spaces/models/space-root-props.model.js +1 -5
- package/server/applications/spaces/models/space-root-props.model.js.map +1 -1
- package/server/applications/spaces/models/space.model.js +1 -5
- package/server/applications/spaces/models/space.model.js.map +1 -1
- package/server/applications/spaces/schemas/space-members.interface.js +1 -5
- package/server/applications/spaces/schemas/space-members.interface.js.map +1 -1
- package/server/applications/spaces/schemas/space-root.interface.js +1 -5
- package/server/applications/spaces/schemas/space-root.interface.js.map +1 -1
- package/server/applications/spaces/schemas/space.interface.js +1 -5
- package/server/applications/spaces/schemas/space.interface.js.map +1 -1
- package/server/applications/spaces/schemas/spaces-members.schema.js +1 -5
- package/server/applications/spaces/schemas/spaces-members.schema.js.map +1 -1
- package/server/applications/spaces/schemas/spaces-roots.schema.js +1 -5
- package/server/applications/spaces/schemas/spaces-roots.schema.js.map +1 -1
- package/server/applications/spaces/schemas/spaces.schema.js +1 -5
- package/server/applications/spaces/schemas/spaces.schema.js.map +1 -1
- package/server/applications/spaces/services/spaces-browser.service.js +77 -24
- package/server/applications/spaces/services/spaces-browser.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-browser.service.spec.js +1 -5
- package/server/applications/spaces/services/spaces-browser.service.spec.js.map +1 -1
- package/server/applications/spaces/services/spaces-manager.service.js +193 -53
- package/server/applications/spaces/services/spaces-manager.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-manager.service.spec.js +1 -5
- package/server/applications/spaces/services/spaces-manager.service.spec.js.map +1 -1
- package/server/applications/spaces/services/spaces-queries.service.js +65 -21
- package/server/applications/spaces/services/spaces-queries.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-scheduler.service.js +49 -17
- package/server/applications/spaces/services/spaces-scheduler.service.js.map +1 -1
- package/server/applications/spaces/spaces.controller.js +1 -5
- package/server/applications/spaces/spaces.controller.js.map +1 -1
- package/server/applications/spaces/spaces.controller.spec.js +1 -5
- package/server/applications/spaces/spaces.controller.spec.js.map +1 -1
- package/server/applications/spaces/spaces.module.js +1 -5
- package/server/applications/spaces/spaces.module.js.map +1 -1
- package/server/applications/spaces/utils/paths.js +1 -5
- package/server/applications/spaces/utils/paths.js.map +1 -1
- package/server/applications/spaces/utils/permissions.js +1 -5
- package/server/applications/spaces/utils/permissions.js.map +1 -1
- package/server/applications/spaces/utils/routes.js +1 -5
- package/server/applications/spaces/utils/routes.js.map +1 -1
- package/server/applications/sync/constants/auth.js +1 -5
- package/server/applications/sync/constants/auth.js.map +1 -1
- package/server/applications/sync/constants/routes.js +6 -5
- package/server/applications/sync/constants/routes.js.map +1 -1
- package/server/applications/sync/constants/store.js +1 -9
- package/server/applications/sync/constants/store.js.map +1 -1
- package/server/applications/sync/constants/sync.js +2 -6
- package/server/applications/sync/constants/sync.js.map +1 -1
- package/server/applications/sync/decorators/sync-context.decorator.js +1 -5
- package/server/applications/sync/decorators/sync-context.decorator.js.map +1 -1
- package/server/applications/sync/decorators/sync-environment.decorator.js +1 -5
- package/server/applications/sync/decorators/sync-environment.decorator.js.map +1 -1
- package/server/applications/sync/dtos/sync-client-auth.dto.js +12 -8
- package/server/applications/sync/dtos/sync-client-auth.dto.js.map +1 -1
- package/server/applications/sync/dtos/sync-client-info.dto.js +49 -0
- package/server/applications/sync/dtos/sync-client-info.dto.js.map +1 -0
- package/server/applications/sync/dtos/sync-client-registration.dto.js +34 -11
- package/server/applications/sync/dtos/sync-client-registration.dto.js.map +1 -1
- package/server/applications/sync/dtos/sync-operations.dto.js +1 -5
- package/server/applications/sync/dtos/sync-operations.dto.js.map +1 -1
- package/server/applications/sync/dtos/sync-path.dto.js +1 -5
- package/server/applications/sync/dtos/sync-path.dto.js.map +1 -1
- package/server/applications/sync/dtos/sync-upload.dto.js +1 -5
- package/server/applications/sync/dtos/sync-upload.dto.js.map +1 -1
- package/server/applications/sync/interceptors/sync-diff-gzip-body.interceptor.js +1 -5
- package/server/applications/sync/interceptors/sync-diff-gzip-body.interceptor.js.map +1 -1
- package/server/applications/sync/interceptors/sync-diff-gzip-body.interceptor.spec.js +1 -5
- package/server/applications/sync/interceptors/sync-diff-gzip-body.interceptor.spec.js.map +1 -1
- package/server/applications/sync/interfaces/store-manifest.interface.js +1 -5
- package/server/applications/sync/interfaces/store-manifest.interface.js.map +1 -1
- package/server/applications/sync/interfaces/sync-client-auth.interface.js +1 -25
- package/server/applications/sync/interfaces/sync-client-auth.interface.js.map +1 -1
- package/server/applications/sync/interfaces/sync-client-paths.interface.js +1 -5
- package/server/applications/sync/interfaces/sync-client-paths.interface.js.map +1 -1
- package/server/applications/sync/interfaces/sync-client.interface.js +1 -5
- package/server/applications/sync/interfaces/sync-client.interface.js.map +1 -1
- package/server/applications/sync/interfaces/sync-diff.interface.js +1 -5
- package/server/applications/sync/interfaces/sync-diff.interface.js.map +1 -1
- package/server/applications/sync/interfaces/sync-path.interface.js +1 -5
- package/server/applications/sync/interfaces/sync-path.interface.js.map +1 -1
- package/server/applications/sync/schemas/sync-client.interface.js +1 -5
- package/server/applications/sync/schemas/sync-client.interface.js.map +1 -1
- package/server/applications/sync/schemas/sync-clients.schema.js +1 -5
- package/server/applications/sync/schemas/sync-clients.schema.js.map +1 -1
- package/server/applications/sync/schemas/sync-path.interface.js +1 -5
- package/server/applications/sync/schemas/sync-path.interface.js.map +1 -1
- package/server/applications/sync/schemas/sync-paths.schema.js +1 -5
- package/server/applications/sync/schemas/sync-paths.schema.js.map +1 -1
- package/server/applications/sync/services/sync-clients-manager.service.js +108 -44
- package/server/applications/sync/services/sync-clients-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-clients-manager.service.spec.js +14 -17
- package/server/applications/sync/services/sync-clients-manager.service.spec.js.map +1 -1
- package/server/applications/sync/services/sync-manager.service.js +29 -12
- package/server/applications/sync/services/sync-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-manager.service.spec.js +1 -5
- package/server/applications/sync/services/sync-manager.service.spec.js.map +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.js +27 -17
- package/server/applications/sync/services/sync-paths-manager.service.js.map +1 -1
- package/server/applications/sync/services/sync-paths-manager.service.spec.js +11 -15
- package/server/applications/sync/services/sync-paths-manager.service.spec.js.map +1 -1
- package/server/applications/sync/services/sync-queries.service.js +1 -5
- package/server/applications/sync/services/sync-queries.service.js.map +1 -1
- package/server/applications/sync/sync.config.js +1 -5
- package/server/applications/sync/sync.config.js.map +1 -1
- package/server/applications/sync/sync.controller.js +21 -6
- package/server/applications/sync/sync.controller.js.map +1 -1
- package/server/applications/sync/sync.controller.spec.js +1 -5
- package/server/applications/sync/sync.controller.spec.js.map +1 -1
- package/server/applications/sync/sync.module.js +1 -5
- package/server/applications/sync/sync.module.js.map +1 -1
- package/server/applications/sync/utils/functions.js +1 -5
- package/server/applications/sync/utils/functions.js.map +1 -1
- package/server/applications/sync/utils/normalizedMap.js +1 -5
- package/server/applications/sync/utils/normalizedMap.js.map +1 -1
- package/server/applications/sync/utils/routes.js +1 -5
- package/server/applications/sync/utils/routes.js.map +1 -1
- package/server/applications/users/admin-users.controller.js +2 -6
- package/server/applications/users/admin-users.controller.js.map +1 -1
- package/server/applications/users/admin-users.controller.spec.js +6 -10
- package/server/applications/users/admin-users.controller.spec.js.map +1 -1
- package/server/applications/users/constants/group.js +1 -5
- package/server/applications/users/constants/group.js.map +1 -1
- package/server/applications/users/constants/member.js +1 -5
- package/server/applications/users/constants/member.js.map +1 -1
- package/server/applications/users/constants/routes.js +1 -5
- package/server/applications/users/constants/routes.js.map +1 -1
- package/server/applications/users/constants/user.js +1 -5
- package/server/applications/users/constants/user.js.map +1 -1
- package/server/applications/users/constants/websocket.js +1 -5
- package/server/applications/users/constants/websocket.js.map +1 -1
- package/server/applications/users/decorators/permissions.decorator.js +1 -5
- package/server/applications/users/decorators/permissions.decorator.js.map +1 -1
- package/server/applications/users/decorators/roles.decorator.js +1 -5
- package/server/applications/users/decorators/roles.decorator.js.map +1 -1
- package/server/applications/users/decorators/user.decorator.js +1 -5
- package/server/applications/users/decorators/user.decorator.js.map +1 -1
- package/server/applications/users/dto/create-or-update-group.dto.js +1 -5
- package/server/applications/users/dto/create-or-update-group.dto.js.map +1 -1
- package/server/applications/users/dto/create-or-update-user.dto.js +1 -5
- package/server/applications/users/dto/create-or-update-user.dto.js.map +1 -1
- package/server/applications/users/dto/delete-user.dto.js +1 -5
- package/server/applications/users/dto/delete-user.dto.js.map +1 -1
- package/server/applications/users/dto/search-members.dto.js +1 -5
- package/server/applications/users/dto/search-members.dto.js.map +1 -1
- package/server/applications/users/dto/user-properties.dto.js +1 -5
- package/server/applications/users/dto/user-properties.dto.js.map +1 -1
- package/server/applications/users/guards/permissions.guard.js +1 -5
- package/server/applications/users/guards/permissions.guard.js.map +1 -1
- package/server/applications/users/guards/permissions.guard.spec.js +1 -5
- package/server/applications/users/guards/permissions.guard.spec.js.map +1 -1
- package/server/applications/users/guards/roles.guard.js +1 -5
- package/server/applications/users/guards/roles.guard.js.map +1 -1
- package/server/applications/users/guards/roles.guard.spec.js +1 -5
- package/server/applications/users/guards/roles.guard.spec.js.map +1 -1
- package/server/applications/users/interfaces/admin-group.interface.js +1 -5
- package/server/applications/users/interfaces/admin-group.interface.js.map +1 -1
- package/server/applications/users/interfaces/admin-user.interface.js +1 -5
- package/server/applications/users/interfaces/admin-user.interface.js.map +1 -1
- package/server/applications/users/interfaces/group-browse.interface.js +1 -5
- package/server/applications/users/interfaces/group-browse.interface.js.map +1 -1
- package/server/applications/users/interfaces/group-member.js +1 -5
- package/server/applications/users/interfaces/group-member.js.map +1 -1
- package/server/applications/users/interfaces/guest-user.interface.js +1 -5
- package/server/applications/users/interfaces/guest-user.interface.js.map +1 -1
- package/server/applications/users/interfaces/member.interface.js +1 -5
- package/server/applications/users/interfaces/member.interface.js.map +1 -1
- package/server/applications/users/interfaces/owner.interface.js +1 -5
- package/server/applications/users/interfaces/owner.interface.js.map +1 -1
- package/server/applications/users/interfaces/user-secrets.interface.js +1 -5
- package/server/applications/users/interfaces/user-secrets.interface.js.map +1 -1
- package/server/applications/users/interfaces/websocket.interface.js +1 -5
- package/server/applications/users/interfaces/websocket.interface.js.map +1 -1
- package/server/applications/users/models/user.model.js +1 -5
- package/server/applications/users/models/user.model.js.map +1 -1
- package/server/applications/users/schemas/group.interface.js +1 -5
- package/server/applications/users/schemas/group.interface.js.map +1 -1
- package/server/applications/users/schemas/groups.schema.js +1 -5
- package/server/applications/users/schemas/groups.schema.js.map +1 -1
- package/server/applications/users/schemas/user-group.interface.js +1 -5
- package/server/applications/users/schemas/user-group.interface.js.map +1 -1
- package/server/applications/users/schemas/user.interface.js +1 -5
- package/server/applications/users/schemas/user.interface.js.map +1 -1
- package/server/applications/users/schemas/users-groups.schema.js +1 -5
- package/server/applications/users/schemas/users-groups.schema.js.map +1 -1
- package/server/applications/users/schemas/users-guests.schema.js +1 -5
- package/server/applications/users/schemas/users-guests.schema.js.map +1 -1
- package/server/applications/users/schemas/users.schema.js +1 -5
- package/server/applications/users/schemas/users.schema.js.map +1 -1
- package/server/applications/users/services/admin-users-manager.service.js +67 -23
- package/server/applications/users/services/admin-users-manager.service.js.map +1 -1
- package/server/applications/users/services/admin-users-manager.service.spec.js +3 -7
- package/server/applications/users/services/admin-users-manager.service.spec.js.map +1 -1
- package/server/applications/users/services/admin-users-queries.service.js +65 -21
- package/server/applications/users/services/admin-users-queries.service.js.map +1 -1
- package/server/applications/users/services/users-manager.service.js +81 -25
- package/server/applications/users/services/users-manager.service.js.map +1 -1
- package/server/applications/users/services/users-manager.service.spec.js +14 -12
- package/server/applications/users/services/users-manager.service.spec.js.map +1 -1
- package/server/applications/users/services/users-queries.service.js +49 -17
- package/server/applications/users/services/users-queries.service.js.map +1 -1
- package/server/applications/users/users.controller.js +2 -6
- package/server/applications/users/users.controller.js.map +1 -1
- package/server/applications/users/users.controller.spec.js +5 -9
- package/server/applications/users/users.controller.spec.js.map +1 -1
- package/server/applications/users/users.e2e-spec.js +3 -7
- package/server/applications/users/users.e2e-spec.js.map +1 -1
- package/server/applications/users/users.gateway.js +29 -12
- package/server/applications/users/users.gateway.js.map +1 -1
- package/server/applications/users/users.gateway.spec.js +1 -5
- package/server/applications/users/users.gateway.spec.js.map +1 -1
- package/server/applications/users/users.module.js +1 -5
- package/server/applications/users/users.module.js.map +1 -1
- package/server/applications/users/utils/avatar.js +1 -5
- package/server/applications/users/utils/avatar.js.map +1 -1
- package/server/applications/users/utils/test.js +1 -5
- package/server/applications/users/utils/test.js.map +1 -1
- package/server/applications/webdav/constants/routes.js +1 -5
- package/server/applications/webdav/constants/routes.js.map +1 -1
- package/server/applications/webdav/constants/webdav.js +1 -5
- package/server/applications/webdav/constants/webdav.js.map +1 -1
- package/server/applications/webdav/decorators/if-header.decorator.js +1 -5
- package/server/applications/webdav/decorators/if-header.decorator.js.map +1 -1
- package/server/applications/webdav/decorators/webdav-context.decorator.js +1 -5
- package/server/applications/webdav/decorators/webdav-context.decorator.js.map +1 -1
- package/server/applications/webdav/filters/webdav.filter.js +1 -5
- package/server/applications/webdav/filters/webdav.filter.js.map +1 -1
- package/server/applications/webdav/filters/webdav.filter.spec.js +1 -5
- package/server/applications/webdav/filters/webdav.filter.spec.js.map +1 -1
- package/server/applications/webdav/guards/webdav-protocol.guard.js +54 -20
- package/server/applications/webdav/guards/webdav-protocol.guard.js.map +1 -1
- package/server/applications/webdav/guards/webdav-protocol.guard.spec.js +54 -0
- package/server/applications/webdav/guards/webdav-protocol.guard.spec.js.map +1 -1
- package/server/applications/webdav/interfaces/if-header.interface.js +1 -5
- package/server/applications/webdav/interfaces/if-header.interface.js.map +1 -1
- package/server/applications/webdav/interfaces/webdav.interface.js +1 -5
- package/server/applications/webdav/interfaces/webdav.interface.js.map +1 -1
- package/server/applications/webdav/models/webdav-file.model.js +1 -5
- package/server/applications/webdav/models/webdav-file.model.js.map +1 -1
- package/server/applications/webdav/services/webdav-methods.service.js +74 -26
- package/server/applications/webdav/services/webdav-methods.service.js.map +1 -1
- package/server/applications/webdav/services/webdav-methods.service.spec.js +15 -18
- package/server/applications/webdav/services/webdav-methods.service.spec.js.map +1 -1
- package/server/applications/webdav/services/webdav-spaces.service.js +17 -9
- package/server/applications/webdav/services/webdav-spaces.service.js.map +1 -1
- package/server/applications/webdav/services/webdav-spaces.service.spec.js +1 -5
- package/server/applications/webdav/services/webdav-spaces.service.spec.js.map +1 -1
- package/server/applications/webdav/utils/bootstrap.js +1 -5
- package/server/applications/webdav/utils/bootstrap.js.map +1 -1
- package/server/applications/webdav/utils/if-header.js +1 -5
- package/server/applications/webdav/utils/if-header.js.map +1 -1
- package/server/applications/webdav/utils/routes.js +1 -5
- package/server/applications/webdav/utils/routes.js.map +1 -1
- package/server/applications/webdav/utils/webdav.js +1 -5
- package/server/applications/webdav/utils/webdav.js.map +1 -1
- package/server/applications/webdav/utils/xml.js +1 -5
- package/server/applications/webdav/utils/xml.js.map +1 -1
- package/server/applications/webdav/webdav.controller.js +1 -5
- package/server/applications/webdav/webdav.controller.js.map +1 -1
- package/server/applications/webdav/webdav.controller.spec.js +1 -5
- package/server/applications/webdav/webdav.controller.spec.js.map +1 -1
- package/server/applications/webdav/webdav.e2e-spec.js +1 -5
- package/server/applications/webdav/webdav.e2e-spec.js.map +1 -1
- package/server/applications/webdav/webdav.module.js +1 -5
- package/server/applications/webdav/webdav.module.js.map +1 -1
- package/server/authentication/auth.config.js +23 -123
- package/server/authentication/auth.config.js.map +1 -1
- package/server/authentication/auth.controller.js +27 -21
- package/server/authentication/auth.controller.js.map +1 -1
- package/server/authentication/auth.controller.spec.js +6 -10
- package/server/authentication/auth.controller.spec.js.map +1 -1
- package/server/authentication/auth.e2e-spec.js +1 -5
- package/server/authentication/auth.e2e-spec.js.map +1 -1
- package/server/authentication/auth.module.js +17 -20
- package/server/authentication/auth.module.js.map +1 -1
- package/server/authentication/{services/auth-manager.service.js → auth.service.js} +41 -18
- package/server/authentication/auth.service.js.map +1 -0
- package/server/authentication/{services/auth-manager.service.spec.js → auth.service.spec.js} +6 -10
- package/server/authentication/auth.service.spec.js.map +1 -0
- package/server/authentication/constants/auth.js +1 -5
- package/server/authentication/constants/auth.js.map +1 -1
- package/server/authentication/constants/routes.js +41 -30
- package/server/authentication/constants/routes.js.map +1 -1
- package/server/authentication/constants/scope.js +2 -5
- package/server/authentication/constants/scope.js.map +1 -1
- package/server/authentication/decorators/auth-token-optional.decorator.js +1 -5
- package/server/authentication/decorators/auth-token-optional.decorator.js.map +1 -1
- package/server/authentication/decorators/auth-token-skip.decorator.js +1 -5
- package/server/authentication/decorators/auth-token-skip.decorator.js.map +1 -1
- package/server/authentication/dto/login-response.dto.js +1 -10
- package/server/authentication/dto/login-response.dto.js.map +1 -1
- package/server/authentication/dto/token-response.dto.js +1 -5
- package/server/authentication/dto/token-response.dto.js.map +1 -1
- package/server/authentication/guards/auth-anonymous.guard.js +1 -5
- package/server/authentication/guards/auth-anonymous.guard.js.map +1 -1
- package/server/authentication/guards/auth-anonymous.guard.spec.js +1 -5
- package/server/authentication/guards/auth-anonymous.guard.spec.js.map +1 -1
- package/server/authentication/guards/auth-anonymous.strategy.js +1 -5
- package/server/authentication/guards/auth-anonymous.strategy.js.map +1 -1
- package/server/authentication/guards/auth-basic.guard.js +1 -5
- package/server/authentication/guards/auth-basic.guard.js.map +1 -1
- package/server/authentication/guards/auth-basic.guard.spec.js +13 -14
- package/server/authentication/guards/auth-basic.guard.spec.js.map +1 -1
- package/server/authentication/guards/auth-basic.strategy.js +10 -11
- package/server/authentication/guards/auth-basic.strategy.js.map +1 -1
- package/server/authentication/guards/auth-digest.guard.js +1 -5
- package/server/authentication/guards/auth-digest.guard.js.map +1 -1
- package/server/authentication/guards/auth-digest.strategy.js +1 -5
- package/server/authentication/guards/auth-digest.strategy.js.map +1 -1
- package/server/authentication/guards/auth-local.guard.js +1 -5
- package/server/authentication/guards/auth-local.guard.js.map +1 -1
- package/server/authentication/guards/auth-local.guard.spec.js +9 -13
- package/server/authentication/guards/auth-local.guard.spec.js.map +1 -1
- package/server/authentication/guards/auth-local.strategy.js +6 -10
- package/server/authentication/guards/auth-local.strategy.js.map +1 -1
- package/server/authentication/guards/auth-token-access.guard.js +1 -5
- package/server/authentication/guards/auth-token-access.guard.js.map +1 -1
- package/server/authentication/guards/auth-token-access.guard.spec.js +3 -7
- package/server/authentication/guards/auth-token-access.guard.spec.js.map +1 -1
- package/server/authentication/guards/auth-token-access.strategy.js +3 -7
- package/server/authentication/guards/auth-token-access.strategy.js.map +1 -1
- package/server/authentication/guards/auth-token-refresh.guard.js +1 -5
- package/server/authentication/guards/auth-token-refresh.guard.js.map +1 -1
- package/server/authentication/guards/auth-token-refresh.guard.spec.js +3 -7
- package/server/authentication/guards/auth-token-refresh.guard.spec.js.map +1 -1
- package/server/authentication/guards/auth-token-refresh.strategy.js +3 -7
- package/server/authentication/guards/auth-token-refresh.strategy.js.map +1 -1
- package/server/authentication/guards/implementations/http-basic.strategy.js +1 -5
- package/server/authentication/guards/implementations/http-basic.strategy.js.map +1 -1
- package/server/authentication/guards/implementations/http-digest.strategy.js +1 -5
- package/server/authentication/guards/implementations/http-digest.strategy.js.map +1 -1
- package/server/authentication/interfaces/auth-request.interface.js +1 -5
- package/server/authentication/interfaces/auth-request.interface.js.map +1 -1
- package/server/authentication/interfaces/jwt-payload.interface.js +1 -5
- package/server/authentication/interfaces/jwt-payload.interface.js.map +1 -1
- package/server/authentication/interfaces/token.interface.js +1 -5
- package/server/authentication/interfaces/token.interface.js.map +1 -1
- package/server/authentication/providers/auth-providers.constants.js +18 -0
- package/server/authentication/providers/auth-providers.constants.js.map +1 -0
- package/server/authentication/providers/auth-providers.models.js +14 -0
- package/server/authentication/providers/auth-providers.models.js.map +1 -0
- package/server/authentication/providers/auth-providers.utils.js +42 -0
- package/server/authentication/providers/auth-providers.utils.js.map +1 -0
- package/server/authentication/providers/ldap/auth-ldap.config.js +143 -0
- package/server/authentication/providers/ldap/auth-ldap.config.js.map +1 -0
- package/server/authentication/{constants/auth-ldap.js → providers/ldap/auth-ldap.constants.js} +12 -6
- package/server/authentication/providers/ldap/auth-ldap.constants.js.map +1 -0
- package/server/authentication/providers/ldap/auth-provider-ldap.service.js +506 -0
- package/server/authentication/providers/ldap/auth-provider-ldap.service.js.map +1 -0
- package/server/authentication/providers/ldap/auth-provider-ldap.service.spec.js +674 -0
- package/server/authentication/providers/ldap/auth-provider-ldap.service.spec.js.map +1 -0
- package/server/authentication/{services/auth-methods/auth-method-database.service.js → providers/mysql/auth-provider-mysql.service.js} +16 -14
- package/server/authentication/providers/mysql/auth-provider-mysql.service.js.map +1 -0
- package/server/authentication/{services/auth-methods/auth-method-database.service.spec.js → providers/mysql/auth-provider-mysql.service.spec.js} +15 -19
- package/server/authentication/providers/mysql/auth-provider-mysql.service.spec.js.map +1 -0
- package/server/authentication/providers/oidc/auth-oidc-desktop.constants.js +30 -0
- package/server/authentication/providers/oidc/auth-oidc-desktop.constants.js.map +1 -0
- package/server/authentication/providers/oidc/auth-oidc.config.js +149 -0
- package/server/authentication/providers/oidc/auth-oidc.config.js.map +1 -0
- package/server/authentication/providers/oidc/auth-oidc.constants.js +39 -0
- package/server/authentication/providers/oidc/auth-oidc.constants.js.map +1 -0
- package/server/authentication/providers/oidc/auth-oidc.controller.js +83 -0
- package/server/authentication/providers/oidc/auth-oidc.controller.js.map +1 -0
- package/server/authentication/providers/oidc/auth-oidc.interfaces.js +6 -0
- package/server/authentication/providers/oidc/auth-oidc.interfaces.js.map +1 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.module.js +36 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.module.js.map +1 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.service.js +373 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.service.js.map +1 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.service.spec.js +270 -0
- package/server/authentication/providers/oidc/auth-provider-oidc.service.spec.js.map +1 -0
- package/server/authentication/{services/auth-methods/auth-method-two-fa.service.js → providers/two-fa/auth-provider-two-fa.service.js} +56 -38
- package/server/authentication/providers/two-fa/auth-provider-two-fa.service.js.map +1 -0
- package/server/authentication/{services/auth-methods/auth-method-two-fa.service.spec.js → providers/two-fa/auth-provider-two-fa.service.spec.js} +6 -10
- package/server/authentication/providers/two-fa/auth-provider-two-fa.service.spec.js.map +1 -0
- package/server/authentication/{guards → providers/two-fa}/auth-two-fa-guard.js +10 -14
- package/server/authentication/providers/two-fa/auth-two-fa-guard.js.map +1 -0
- package/server/authentication/providers/two-fa/auth-two-fa.config.js +57 -0
- package/server/authentication/providers/two-fa/auth-two-fa.config.js.map +1 -0
- package/server/authentication/{dto/two-fa-verify.dto.js → providers/two-fa/auth-two-fa.dtos.js} +8 -6
- package/server/authentication/providers/two-fa/auth-two-fa.dtos.js.map +1 -0
- package/server/authentication/providers/two-fa/auth-two-fa.interfaces.js +6 -0
- package/server/authentication/providers/two-fa/auth-two-fa.interfaces.js.map +1 -0
- package/server/authentication/utils/crypt-secret.js +1 -5
- package/server/authentication/utils/crypt-secret.js.map +1 -1
- package/server/common/constants.js +1 -5
- package/server/common/constants.js.map +1 -1
- package/server/common/decorators.js +1 -5
- package/server/common/decorators.js.map +1 -1
- package/server/common/functions.js +25 -9
- package/server/common/functions.js.map +1 -1
- package/server/common/i18n.js +1 -5
- package/server/common/i18n.js.map +1 -1
- package/server/common/image.js +1 -5
- package/server/common/image.js.map +1 -1
- package/server/common/interfaces.js +1 -5
- package/server/common/interfaces.js.map +1 -1
- package/server/common/qrcode.js +1 -5
- package/server/common/qrcode.js.map +1 -1
- package/server/common/shared.js +6 -6
- package/server/common/shared.js.map +1 -1
- package/server/configuration/config.constants.js +1 -5
- package/server/configuration/config.constants.js.map +1 -1
- package/server/configuration/config.environment.js +2 -6
- package/server/configuration/config.environment.js.map +1 -1
- package/server/configuration/config.interfaces.js +1 -5
- package/server/configuration/config.interfaces.js.map +1 -1
- package/server/configuration/config.loader.js +1 -5
- package/server/configuration/config.loader.js.map +1 -1
- package/server/configuration/config.logger.js +4 -8
- package/server/configuration/config.logger.js.map +1 -1
- package/server/configuration/config.validation.js +7 -5
- package/server/configuration/config.validation.js.map +1 -1
- package/server/infrastructure/cache/adapters/mysql-cache.adapter.js +9 -7
- package/server/infrastructure/cache/adapters/mysql-cache.adapter.js.map +1 -1
- package/server/infrastructure/cache/adapters/redis-cache.adapter.js +1 -5
- package/server/infrastructure/cache/adapters/redis-cache.adapter.js.map +1 -1
- package/server/infrastructure/cache/cache.config.js +1 -5
- package/server/infrastructure/cache/cache.config.js.map +1 -1
- package/server/infrastructure/cache/cache.decorator.js +9 -7
- package/server/infrastructure/cache/cache.decorator.js.map +1 -1
- package/server/infrastructure/cache/cache.e2e-spec.js +1 -5
- package/server/infrastructure/cache/cache.e2e-spec.js.map +1 -1
- package/server/infrastructure/cache/cache.module.js +1 -5
- package/server/infrastructure/cache/cache.module.js.map +1 -1
- package/server/infrastructure/cache/schemas/mysql-cache.interface.js +1 -5
- package/server/infrastructure/cache/schemas/mysql-cache.interface.js.map +1 -1
- package/server/infrastructure/cache/schemas/mysql-cache.schema.js +1 -5
- package/server/infrastructure/cache/schemas/mysql-cache.schema.js.map +1 -1
- package/server/infrastructure/cache/services/cache.service.js +1 -5
- package/server/infrastructure/cache/services/cache.service.js.map +1 -1
- package/server/infrastructure/context/context.module.js +1 -5
- package/server/infrastructure/context/context.module.js.map +1 -1
- package/server/infrastructure/context/interceptors/context.interceptor.js +1 -5
- package/server/infrastructure/context/interceptors/context.interceptor.js.map +1 -1
- package/server/infrastructure/context/interceptors/context.interceptor.spec.js +2 -6
- package/server/infrastructure/context/interceptors/context.interceptor.spec.js.map +1 -1
- package/server/infrastructure/context/interfaces/context-store.interface.js +1 -5
- package/server/infrastructure/context/interfaces/context-store.interface.js.map +1 -1
- package/server/infrastructure/context/services/context-manager.service.js +1 -5
- package/server/infrastructure/context/services/context-manager.service.js.map +1 -1
- package/server/infrastructure/context/services/context-manager.service.spec.js +1 -5
- package/server/infrastructure/context/services/context-manager.service.spec.js.map +1 -1
- package/server/infrastructure/database/columns.js +1 -5
- package/server/infrastructure/database/columns.js.map +1 -1
- package/server/infrastructure/database/configuration.js +1 -5
- package/server/infrastructure/database/configuration.js.map +1 -1
- package/server/infrastructure/database/constants.js +2 -6
- package/server/infrastructure/database/constants.js.map +1 -1
- package/server/infrastructure/database/database.config.js +1 -5
- package/server/infrastructure/database/database.config.js.map +1 -1
- package/server/infrastructure/database/database.logger.js +1 -5
- package/server/infrastructure/database/database.logger.js.map +1 -1
- package/server/infrastructure/database/database.module.js +1 -5
- package/server/infrastructure/database/database.module.js.map +1 -1
- package/server/infrastructure/database/interfaces/database.interface.js +1 -5
- package/server/infrastructure/database/interfaces/database.interface.js.map +1 -1
- package/server/infrastructure/database/schema.js +1 -5
- package/server/infrastructure/database/schema.js.map +1 -1
- package/server/infrastructure/database/scripts/create-user.js +1 -5
- package/server/infrastructure/database/scripts/create-user.js.map +1 -1
- package/server/infrastructure/database/scripts/db.js +1 -5
- package/server/infrastructure/database/scripts/db.js.map +1 -1
- package/server/infrastructure/database/scripts/seed/main.js +1 -5
- package/server/infrastructure/database/scripts/seed/main.js.map +1 -1
- package/server/infrastructure/database/scripts/seed/usersgroups.js +1 -5
- package/server/infrastructure/database/scripts/seed/usersgroups.js.map +1 -1
- package/server/infrastructure/database/utils.js +1 -5
- package/server/infrastructure/database/utils.js.map +1 -1
- package/server/infrastructure/mailer/interfaces/mail.interface.js +1 -5
- package/server/infrastructure/mailer/interfaces/mail.interface.js.map +1 -1
- package/server/infrastructure/mailer/mailer.config.js +1 -5
- package/server/infrastructure/mailer/mailer.config.js.map +1 -1
- package/server/infrastructure/mailer/mailer.module.js +1 -5
- package/server/infrastructure/mailer/mailer.module.js.map +1 -1
- package/server/infrastructure/mailer/mailer.service.js +1 -5
- package/server/infrastructure/mailer/mailer.service.js.map +1 -1
- package/server/infrastructure/mailer/mailer.service.spec.js +2 -6
- package/server/infrastructure/mailer/mailer.service.spec.js.map +1 -1
- package/server/infrastructure/scheduler/scheduler.constants.js +1 -5
- package/server/infrastructure/scheduler/scheduler.constants.js.map +1 -1
- package/server/infrastructure/scheduler/scheduler.module.js +1 -5
- package/server/infrastructure/scheduler/scheduler.module.js.map +1 -1
- package/server/infrastructure/websocket/adapters/cluster.adapter.js +1 -5
- package/server/infrastructure/websocket/adapters/cluster.adapter.js.map +1 -1
- package/server/infrastructure/websocket/adapters/redis.adapter.js +1 -5
- package/server/infrastructure/websocket/adapters/redis.adapter.js.map +1 -1
- package/server/infrastructure/websocket/adapters/web-socket.adapter.js +1 -5
- package/server/infrastructure/websocket/adapters/web-socket.adapter.js.map +1 -1
- package/server/infrastructure/websocket/decorators/web-socket-user.decorator.js +1 -5
- package/server/infrastructure/websocket/decorators/web-socket-user.decorator.js.map +1 -1
- package/server/infrastructure/websocket/interfaces/auth-socket-io.interface.js +1 -5
- package/server/infrastructure/websocket/interfaces/auth-socket-io.interface.js.map +1 -1
- package/server/infrastructure/websocket/utils.js +1 -5
- package/server/infrastructure/websocket/utils.js.map +1 -1
- package/server/infrastructure/websocket/web-socket.config.js +1 -5
- package/server/infrastructure/websocket/web-socket.config.js.map +1 -1
- package/server/main.js +5 -0
- package/server/main.js.map +1 -1
- package/static/assets/pdfjs/build/pdf.mjs +724 -745
- package/static/assets/pdfjs/build/pdf.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.sandbox.mjs +2 -2
- package/static/assets/pdfjs/build/pdf.worker.mjs +706 -193
- package/static/assets/pdfjs/build/pdf.worker.mjs.map +1 -1
- package/static/assets/pdfjs/version +1 -1
- package/static/assets/pdfjs/web/locale/dsb/viewer.ftl +5 -5
- package/static/assets/pdfjs/web/locale/en-US/viewer.ftl +1 -0
- package/static/assets/pdfjs/web/locale/fur/viewer.ftl +5 -0
- package/static/assets/pdfjs/web/locale/kk/viewer.ftl +28 -0
- package/static/assets/pdfjs/web/locale/ml/viewer.ftl +4 -0
- package/static/assets/pdfjs/web/locale/ru/viewer.ftl +3 -3
- package/static/assets/pdfjs/web/viewer.css +207 -65
- package/static/assets/pdfjs/web/viewer.html +11 -10
- package/static/assets/pdfjs/web/viewer.mjs +850 -270
- package/static/assets/pdfjs/web/viewer.mjs.map +1 -1
- package/static/assets/pdfjs/web/wasm/LICENSE_JBIG2 +196 -0
- package/static/assets/pdfjs/web/wasm/LICENSE_PDFJS_JBIG2 +13 -0
- package/static/assets/pdfjs/web/wasm/jbig2.wasm +0 -0
- package/static/chunk-22TZP6HW.js +1 -0
- package/static/{chunk-U5E5H2DD.js → chunk-27ATUHBH.js} +1 -1
- package/static/{chunk-HZAB6F4Q.js → chunk-2CKLZ3FM.js} +1 -1
- package/static/{chunk-XZHWESIY.js → chunk-2QZPX7LO.js} +1 -1
- package/static/{chunk-UOK3LKSX.js → chunk-2R6IBBPZ.js} +1 -1
- package/static/{chunk-DVCN3P7Q.js → chunk-4FIGEBNL.js} +1 -1
- package/static/chunk-4P3JABAP.js +13 -0
- package/static/chunk-5CZOSAMZ.js +1 -0
- package/static/{chunk-RBTLSPYJ.js → chunk-677WUBCT.js} +1 -1
- package/static/{chunk-KEZNIIFH.js → chunk-74CAHBFM.js} +1 -1
- package/static/{chunk-WRK2FTKU.js → chunk-7GWW6MJO.js} +1 -1
- package/static/{chunk-EKWB5W72.js → chunk-7WOPGQXB.js} +1 -1
- package/static/{chunk-IMFO2MI7.js → chunk-A4UGPSWX.js} +1 -1
- package/static/{chunk-KDUAB76O.js → chunk-AHO37FKW.js} +1 -1
- package/static/chunk-AQCXMKP3.js +1 -0
- package/static/chunk-B6PDYCRO.js +3 -0
- package/static/{chunk-PPJCVBJH.js → chunk-CU76ATCF.js} +1 -1
- package/static/{chunk-ARS47O5X.js → chunk-CWYHOPOP.js} +1 -1
- package/static/{chunk-CSVPAZHK.js → chunk-E5WI5725.js} +1 -1
- package/static/{chunk-XX3JPJUM.js → chunk-FC5HTKVM.js} +1 -1
- package/static/{chunk-QGHNJVJ6.js → chunk-FOSM7EYI.js} +1 -1
- package/static/{chunk-JAJ7VXMB.js → chunk-GAZO25PI.js} +1 -1
- package/static/{chunk-IHS5LSJJ.js → chunk-GB7ABR5N.js} +1 -1
- package/static/{chunk-27V66YJV.js → chunk-GEHFKZQ5.js} +2 -2
- package/static/{chunk-3QTROEHV.js → chunk-GQFMWVFD.js} +1 -1
- package/static/{chunk-FWQJ4ZCD.js → chunk-GVNTC564.js} +1 -1
- package/static/{chunk-4NIYCYRS.js → chunk-HGL3NYP2.js} +2 -2
- package/static/chunk-HLIWPWRA.js +1 -0
- package/static/{chunk-3VRUIWQG.js → chunk-HNYB3M4S.js} +1 -1
- package/static/{chunk-7HJFIMNF.js → chunk-HUXAUQMN.js} +1 -1
- package/static/chunk-I2XA6PPK.js +1 -0
- package/static/{chunk-RJULB733.js → chunk-ISV3BO6R.js} +1 -1
- package/static/{chunk-R4VYKZVJ.js → chunk-IWWBV6EM.js} +1 -1
- package/static/{chunk-TTWMFWEC.js → chunk-JV3AGU5B.js} +1 -1
- package/static/{chunk-X7NHX5C7.js → chunk-K25E7YGG.js} +1 -1
- package/static/chunk-K46PUTZB.js +1 -0
- package/static/{chunk-D2MLAO5N.js → chunk-KERFLJ56.js} +1 -7
- package/static/{chunk-LZUHREOF.js → chunk-KJD3KFF3.js} +1 -1
- package/static/chunk-KPKSI23S.js +1 -0
- package/static/{chunk-CMNMPG6Z.js → chunk-KZS7CTNR.js} +1 -1
- package/static/{chunk-RNVPQQKT.js → chunk-L5IHUVXL.js} +1 -1
- package/static/{chunk-2GXOVGTD.js → chunk-L7RRX2M3.js} +1 -1
- package/static/{chunk-WFMEUST4.js → chunk-LGWJ2WKU.js} +1 -1
- package/static/{chunk-ZOMRIN3G.js → chunk-MLC7JK2H.js} +2 -2
- package/static/{chunk-76REYAEA.js → chunk-MOHNYW2A.js} +1 -1
- package/static/{chunk-ZHUBWKA2.js → chunk-MTRXBVWZ.js} +1 -1
- package/static/{chunk-QJ22N76V.js → chunk-MZQK6LNV.js} +1 -1
- package/static/{chunk-SDJNZULP.js → chunk-NCDUOVMW.js} +1 -1
- package/static/chunk-NGUAJIGI.js +1 -0
- package/static/chunk-NIPP6JDI.js +1 -0
- package/static/{chunk-VD5JHSDS.js → chunk-NMTBMHUL.js} +1 -1
- package/static/chunk-O4XXMZFX.js +4 -0
- package/static/{chunk-WZPF4LS2.js → chunk-OANZITPM.js} +1 -1
- package/static/{chunk-JNTNMIUH.js → chunk-OGE4SAHU.js} +1 -1
- package/static/{chunk-S6H2ELRY.js → chunk-OI3ME22C.js} +1 -1
- package/static/{chunk-7KAYOR3A.js → chunk-Q3EGCMF5.js} +1 -1
- package/static/chunk-QF2NSHZA.js +1 -0
- package/static/{chunk-3ZBAQTHJ.js → chunk-QIGUDEZF.js} +1 -1
- package/static/{chunk-76M3BMK6.js → chunk-QJVC3SRJ.js} +11 -11
- package/static/{chunk-VBTZDHZ3.js → chunk-QKN6LAAA.js} +1 -1
- package/static/{chunk-JRXG43AA.js → chunk-QRFESU5O.js} +2 -2
- package/static/chunk-QVRVFYJH.js +1 -0
- package/static/{chunk-BCN4T5DO.js → chunk-RFJIPIOK.js} +2 -2
- package/static/{chunk-2RWLNKZH.js → chunk-RLL634K4.js} +1 -1
- package/static/{chunk-D5FQ72R4.js → chunk-RS2OFKWP.js} +1 -1
- package/static/{chunk-CN5YVRFT.js → chunk-RWAAC3A4.js} +1 -1
- package/static/{chunk-LWSCODLD.js → chunk-RWCNTCU5.js} +1 -1
- package/static/{chunk-FTFEQDWH.js → chunk-S5Y64DDS.js} +1 -1
- package/static/{chunk-J7474P3L.js → chunk-SLG5KDU6.js} +1 -1
- package/static/chunk-TJ4CVFEL.js +1 -0
- package/static/{chunk-KAUCN24H.js → chunk-TWCGKSYE.js} +1 -1
- package/static/{chunk-PDG7DOEF.js → chunk-UMDRE4S7.js} +1 -1
- package/static/chunk-VRIOLRYR.js +5 -0
- package/static/chunk-VS4O2XDP.js +1 -0
- package/static/{chunk-ZEJLIGAY.js → chunk-VSBFNFOM.js} +1 -1
- package/static/{chunk-XSURUW7C.js → chunk-WN4WXCVK.js} +1 -1
- package/static/{chunk-S44QIK3G.js → chunk-WX7RXW7K.js} +1 -1
- package/static/{chunk-3ZLBVUCX.js → chunk-XC4POKR3.js} +2 -2
- package/static/{chunk-TNCKNU6I.js → chunk-Y4AUYQTG.js} +1 -1
- package/static/{chunk-3MVPXC3U.js → chunk-Y67J3BOL.js} +1 -1
- package/static/{chunk-QTPIEEZW.js → chunk-YMIXHRJQ.js} +1 -7
- package/static/{chunk-VZFZUI6D.js → chunk-ZUNKFAKP.js} +1 -1
- package/static/index.html +3 -3
- package/static/main-QN4UCOC5.js +5 -0
- package/static/{styles-XLLEY5Y3.css → styles-46GLIE7Y.css} +1 -1
- package/server/authentication/constants/auth-ldap.js.map +0 -1
- package/server/authentication/dto/two-fa-verify.dto.js.map +0 -1
- package/server/authentication/guards/auth-two-fa-guard.js.map +0 -1
- package/server/authentication/interfaces/two-fa-setup.interface.js +0 -10
- package/server/authentication/interfaces/two-fa-setup.interface.js.map +0 -1
- package/server/authentication/models/auth-method.js +0 -18
- package/server/authentication/models/auth-method.js.map +0 -1
- package/server/authentication/services/auth-manager.service.js.map +0 -1
- package/server/authentication/services/auth-manager.service.spec.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-database.service.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-database.service.spec.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-ldap.service.js +0 -326
- package/server/authentication/services/auth-methods/auth-method-ldap.service.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-ldap.service.spec.js +0 -534
- package/server/authentication/services/auth-methods/auth-method-ldap.service.spec.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-two-fa.service.js.map +0 -1
- package/server/authentication/services/auth-methods/auth-method-two-fa.service.spec.js.map +0 -1
- package/static/chunk-2YQ4SX3A.js +0 -13
- package/static/chunk-46TJLPJY.js +0 -1
- package/static/chunk-6OEOADR6.js +0 -1
- package/static/chunk-AALPWGPB.js +0 -3
- package/static/chunk-CVXLHSO5.js +0 -1
- package/static/chunk-G7RZN7HN.js +0 -1
- package/static/chunk-LTJNLOX2.js +0 -1
- package/static/chunk-NIKNG2FX.js +0 -1
- package/static/chunk-NNZWSNAW.js +0 -1
- package/static/chunk-NWKBB7J4.js +0 -1
- package/static/chunk-PVYVY3GD.js +0 -1
- package/static/chunk-Q5X5TPAG.js +0 -1
- package/static/chunk-R4VMWCM5.js +0 -1
- package/static/chunk-SNOOCDJD.js +0 -1
- package/static/chunk-SPQH3ATC.js +0 -5
- package/static/chunk-ZCSHU3D7.js +0 -1
- package/static/chunk-ZU5MQTFN.js +0 -4
- package/static/main-5O3KLGIR.js +0 -11
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"./chunk-KAVP6UXH.js";var o="Autenticaci\xF3n",i="Usuario",r="Contrase\xF1a",n="Confirmar",s="Cancelar",t="Cerrar",c="Abrir",d="Filtrar",l="Filtros",u="buscar",p="Buscar",m="Ver",h="Ninguna tarea",b="{{ nb }} tarea completada",v="{{ nb }} tareas completadas",f="{{ nba }} tarea en curso de {{ nb }}",g="{{ nba }} tareas en curso de {{ nb }}",y="{{nb}} elemento(s)",E="{{nb}} acci\xF3n(es)",w="{{ nb }} mensaje nuevo",S="{{ nb }} mensajes nuevos",C="{{ nb }} notificaci\xF3n no le\xEDda",A="{{ nb }} notificaciones no le\xEDdas",N="Aplicaci\xF3n",x="aplicaci\xF3n",z="Notificaci\xF3n",T="Notificaciones",D="Evento",P="Archivo",k="Archivos",L="Personales",U="Externo",_="Grupos",M="Grupo",q="grupo",R="grupos",G="Visible",F="Privado",O="Aislado",I="A\xF1adir",Y="Administrador",V="Administraci\xF3n",
|
|
2
|
-
`,Visible:G,Private:F,Isolated:O,"Select the parent group":"Seleccione el grupo padre","from the group":"del grupo","New group":"Nuevo grupo","Edit group":"Editar grupo","Leave group":"Salir del grupo","Delete group":"Eliminar grupo","Remove from group":"Eliminar del grupo","Group must have at least one manager":"El grupo debe tener al menos un gestor","The group was left":"Se ha abandonado el grupo","The group was not left":"No se ha abandonado el grupo","will be left, you will no longer be a member of this group":"se abandonar\xE1, ya no ser\xE1 miembro de este grupo","All users can see this group.":"Todos los usuarios pueden ver este grupo.","Users who are not members of this group cannot see it.":"Los usuarios que no son miembros de este grupo no pueden verlo.","The group is not visible, its members cannot see it and cannot see each other.":"El grupo no es visible, sus miembros no pueden verlo ni verse entre ellos.",Add:I,"Add members":"A\xF1adir miembros","See members":"Ver miembros",Administrator:Y,Administration:V,User:W,user:j,Users:B,users:H,"New user":"Nuevo usuario",account:Q,Account:K,"Account status":"Estado de la cuenta",Email:J,"Email already used":"Correo electr\xF3nico ya utilizado","First name":"Nombre","Last name":"Apellido","Full name":"Nombre y Apellido",Status:X,Role:Z,IP:$,"IP Addresses":"Direcciones IP",Seen:ee,Connection:ae,Connections:oe,"Confirm deletion":"Confirmar eliminaci\xF3n","Confirm permanent deletion of data":"Confirmar eliminaci\xF3n permanente de los datos","Space and data will be deleted in":"El espacio y los datos se eliminar\xE1n en","Space is disabled":"El espacio est\xE1 desactivado","Storage Space":"Espacio de almacenamiento","Storage Quota":"Cuota de almacenamiento","Storage Usage":"Uso de almacenamiento","Space status":"Estado del espacio","Storage quota exceeded":"Se ha superado la cuota de almacenamiento","Storage quota will be exceeded":"Se superar\xE1 la cuota de almacenamiento","No more space available":"No hay m\xE1s espacio disponible",available_space_is_low:ie,online:re,"Online users":"Usuarios en l\xEDnea",Unlimited:ne,member:se,members:te,Member:ce,Members:de,Manager:le,manager:ue,Managers:pe,"At least one manager is required":"Se requiere al menos un gestor",Generate:me,Import:he,Configuration:be,Applications:ve,applications:fe,"Permissions inherited from groups":"Permisos heredados de los grupos","Only the group will be deleted, the members will no longer be part of it.":"Solo se eliminar\xE1 el grupo, los miembros ya no formar\xE1n parte de \xE9l.",Avatar:ge,Update:ye,"current password":"contrase\xF1a actual","new password":"nueva contrase\xF1a","Change me !":"\xA1C\xE1mbiame!","Current password missing !":"\xA1Falta la contrase\xF1a actual!","New password missing !":"\xA1Falta la nueva contrase\xF1a!","New password must have 8 characters minimum":"La nueva contrase\xF1a debe tener como m\xEDnimo 8 caracteres","Current password does not match":"La contrase\xF1a actual no coincide","Password has been updated":"La contrase\xF1a ha sido actualizada","Unable to update password":"No se puede actualizar la contrase\xF1a","Bad password":"Contrase\xF1a incorrecta","too many login attempts":"demasiados intentos de inicio de sesi\xF3n",Language:Ee,"Language updated":"Idioma actualizado","Unable to update language":"No se puede actualizar el idioma","Notification preference updated":"Preferencia de notificaciones actualizada","Full-text search preference updated":"Preferencia de b\xFAsqueda de texto completo actualizada","Unable to update notification preference":"No se puede actualizar la preferencia de notificaciones","Unable to update full-text search preference":"No se puede actualizar la preferencia de b\xFAsqueda de texto completo","Unable to open document":"No se puede abrir el documento","Unable to save document":"No se puede guardar el documento",Home:we,Recents:Se,recents:Ce,Trash:Ae,"trash bins":"papeleras",Shares:Ne,Share:xe,shares:ze,shared:Te,personal_space:De,spaces_access:Pe,spaces_admin:ke,shares_access:Le,shares_admin:Ue,guests_admin:_e,personal_groups_admin:Me,desktop_app_access:qe,desktop_app_sync:Re,webdav_access:Ge,"Create share":"Crear compartido","Edit share":"Editar compartido","Delete share":"Eliminar compartido","Child shares":"Compartidos hijos",webdav:Fe,"Share is disabled":"El compartido est\xE1 desactivado",Space:Oe,Spaces:Ie,spaces:Ye,"Space name":"Nombre del espacio","New space":"Nuevo espacio","Create a new space":"Crear un nuevo espacio","Create space":"Crear espacio","Edit space":"Editar espacio","Delete space":"Eliminar espacio","Create a new share":"Crear un nuevo compartido","Type to search for space to select":"Escriba para buscar el espacio a seleccionar","Anchor to a space":"Anclar a un espacio","Anchor files to a space":"Anclar archivos a un espacio","You have been invited to join this space":"Ha sido invitado a unirse a este espacio","You have been invited to join this share":"Ha sido invitado a unirse a este compartido","Shared with others":"Compartido con otros","With others":"Con otros","Shared with me":"Compartido conmigo","With me":"Conmigo","Shared via links":"Compartido por enlaces","Via links":"Por enlaces","Shared from":"Compartido desde","share with you this":"comparte con usted este","shared with you":"ha compartido con usted","no longer share with you":"ya no comparte con usted","You now have access to the space":"Ahora tiene acceso al espacio","You no longer have access to the space":"Ya no tiene acceso al espacio","This space has been permanently deleted":"Este espacio ha sido eliminado definitivamente","You now have access to the share":"Ahora tiene acceso al compartido","You no longer have access to the share":"Ya no tiene acceso al compartido","You are no longer a member of the parent share, your child share has been deleted":"Ya no es miembro del compartido padre, su compartido hijo ha sido eliminado",anchored:Ve,unanchored:We,"Share not found":"Compartido no encontrado","Go to":"Ir a",Location:je,"Name and location are required":"Se requieren nombre y ubicaci\xF3n","Parent location already exists in files":"La ubicaci\xF3n padre ya existe en los archivos","Check the location":"Verificar la ubicaci\xF3n","Location not found":"Ubicaci\xF3n no encontrada","Forbidden resource":"Ubicaci\xF3n no autorizada","Resource already exists":"El elemento ya existe","The location does not exist":"La ubicaci\xF3n no existe","The location is not readable":"La ubicaci\xF3n no es legible","The location is not writeable":"La ubicaci\xF3n no es escribible","The location is a directory":"La ubicaci\xF3n es un directorio","The file is locked":"El archivo est\xE1 bloqueado","This access is protected by a password":"Este acceso est\xE1 protegido por una contrase\xF1a","You do not have share permission":"No tiene permiso para compartir","You can not share a space":"No puede compartir un espacio","You can not remove an anchored file":"No puede eliminar un archivo anclado","You are not allowed to write here":"No est\xE1 autorizado a escribir aqu\xED","You are not allowed to do this action":"No est\xE1 autorizado a realizar esta acci\xF3n","You can not move an anchored file":"No puede mover un archivo anclado","You can not move a locked file":"No puede mover un archivo bloqueado",Anchored:Be,"Anchored by":"Anclado por","Manage my anchored files":"Gestionar mis archivos anclados","You have no files anchored on this space":"No tiene archivos anclados en este espacio","An anchored file already has this name":"Un archivo anclado ya tiene este nombre",Settings:He,Options:Qe,Name:Ke,Download:Je,"Download done":"Descarga realizada","Download failed":"Descarga fallida","Upload done":"Env\xEDo completado","Upload failed":"Env\xEDo fallido","Copy \xB7 Move":"Copiar \xB7 Mover",Move:Xe,"Move done":"Movimiento realizado","Move failed":"Movimiento fallido","Deletion done":"Eliminaci\xF3n realizada","Deletion failed":"Eliminaci\xF3n fallida","Creation failed":"Creaci\xF3n fallida",Copy:Ze,"Copy done":"Copia realizada","Copy failed":"Copia fallida","Copy-Paste":"Copiar-Pegar","Cut-Paste":"Cortar-Pegar",Rename:$e,Edit:ea,"Share inside":"Compartir internamente","Share outside":"Compartir externamente",Remove:aa,Clipboard:oa,"Send to Clipboard":"Enviar al portapapeles","will be removed":"ser\xE1 eliminado",Refresh:ia,Empty:ra,List:na,Display:sa,"Sort by":"Ordenar por",trash_one_file:ta,delete_one_file:ca,trash_multiple_files:da,delete_multiple_files:la,"Moving to trash":"Moviendo a la papelera","Permanent deletion":"Eliminaci\xF3n definitiva","Would you like to empty the trash ?":"\xBFDesea vaciar la papelera?","All items will be permanently deleted":"Todos los elementos se eliminar\xE1n definitivamente","Actions will be performed in the current folder":"Las acciones se realizar\xE1n en la carpeta actual","The client will no longer have permission to access your account and will no longer be able to synchronize.":"El cliente ya no tendr\xE1 permiso para acceder a su cuenta y no podr\xE1 sincronizar.","The access expires":"El acceso expira","The access has expired":"El acceso ha expirado","Never expires":"Nunca expira",synchronization:ua,Synchronization:pa,Synchronizations:ma,Synchronize:ha,Sync:ba,"Stop synchronization":"Detener la sincronizaci\xF3n","Synchronize all":"Sincronizar todo","Stop synchronizations":"Detener las sincronizaciones",Synced:va,"Sync already exists":"La sincronizaci\xF3n ya existe","Sync was reset":"Sincronizaci\xF3n restablecida","Sync deleted":"Sincronizaci\xF3n eliminada","This client":"Este cliente","You are no longer synchronizing":"Ya no est\xE1 sincronizando",Compress:fa,Decompress:ga,"Compress and Download":"Comprimir y descargar","Compress and Save":"Comprimir y guardar","Enable compression":"Activar compresi\xF3n","Compression done":"Compresi\xF3n realizada","Compression failed":"Compresi\xF3n fallida","Decompression done":"Descompresi\xF3n realizada","Decompression failed":"Descompresi\xF3n fallida","(this may take longer)":"(esto puede tardar m\xE1s)","Save in the current directory":"Guardar en el directorio actual","This name is already used":"Este nombre ya est\xE1 utilizado",Info:ya,Size:Ea,Modified:wa,modified:Sa,Tasks:Ca,"Download from URL":"Descargar desde una URL","Upload files":"Enviar archivos","Upload folders":"Enviar carpetas","Folder name":"Nombre de la carpeta","New folder":"Nueva carpeta","Document name":"Nombre del documento","New document":"Nuevo documento","File name":"Nombre del archivo","File permissions":"Permisos del archivo",Text:Aa,"Rich Text Format":"Texto enriquecido","Forbidden characters":"Caracteres prohibidos",Elements:Na,"Malformed URL":"URL mal formada",New:xa,Folder:za,folder:Ta,file:Da,files:Pa,directory:ka,directories:La,Total:Ua,no_selection:_a,one_selection:Ma,nb_selections:qa,"Archive name":"Nombre del archivo comprimido","Drag and drop your files here":"Arrastre y suelte sus archivos aqu\xED","The destination already exists":"El destino ya existe","This item is already selected":"Este elemento ya est\xE1 seleccionado","Parent item is already selected":"El elemento padre ya est\xE1 seleccionado","This file contains binary data that can not be read":"Este archivo contiene datos binarios que no se pueden leer","Navigation Tree":"\xC1rbol de navegaci\xF3n",item:Ra,items:Ga,create:Fa,write:Oa,move:Ia,delete:Ya,modify:Va,"Delete user":"Eliminar usuario","Delete all user files":"Eliminar todos los archivos del usuario",share:Wa,"Share name":"Nombre del compartido","New share":"Nuevo compartido","New share link":"Nuevo enlace de compartido","New link":"Nuevo enlace","Edit children shares":"Editar compartidos hijos",Link:ja,link:Ba,Links:Ha,links:Qa,"Link copied":"Enlace copiado","Link created":"Enlace creado","Link deleted":"Enlace eliminado","Link error":"Error de enlace","Copy link":"Copiar enlace","Edit link":"Editar enlace","Guest Link":"Enlace de invitado","Guest name":"Nombre del invitado","Guest email":"Correo electr\xF3nico del invitado","Guest language":"Idioma del invitado",Guest:Ka,Guests:Ja,guest:Xa,guests:Za,"New guest":"Nuevo invitado","Edit guest":"Editar invitado","Guest created":"Invitado creado","Guest deleted":"Invitado eliminado","Guest updated":"Invitado actualizado","Guest error":"Error de invitado","Add an external location":"A\xF1adir una ubicaci\xF3n externa","External location":"Ubicaci\xF3n externa","Select a file":"Seleccionar un archivo","The link is expired":"El enlace ha expirado","The link is disabled":"El enlace est\xE1 desactivado","The link was not found":"No se encontr\xF3 el enlace",Expired:$a,expired:eo,none:ao,"The maximum number of access allowed to the link is exceeded":"Se ha superado el n\xFAmero m\xE1ximo de accesos permitidos al enlace","Set a password":"Definir una contrase\xF1a","Enter your password":"Introduzca su contrase\xF1a",Permissions:oo,"No permissions":"Sin permisos",Owner:io,Me:ro,Shared:no,Created:so,"Created & Modified":"Creado y modificado","Creation date":"Fecha de creaci\xF3n","Modification date":"Fecha de modificaci\xF3n","Deactivation date":"Fecha de desactivaci\xF3n",Date:to,Path:co,active:lo,Active:uo,suspended:po,"Unable to rename user space":"No se puede renombrar el espacio del usuario","Unable to delete user space":"No se puede eliminar el espacio del usuario","Unable to update user":"No se puede actualizar el usuario","Unable to update user groups":"No se pueden actualizar los grupos del usuario","User created":"Usuario creado","User updated":"Usuario actualizado","User not found":"Usuario no encontrado","Edit user":"Editar usuario","Impersonate identity":"Suplantar identidad",Type:mo,Description:ho,Visibility:bo,"Unknown error !":"\xA1Error desconocido!",Unknown:vo,Expiration:fo,"Limit access":"Limitar los accesos","Current access count":"N\xFAmero de accesos actual",Access:go,Accessed:yo,"Last access":"\xDAltimo acceso","Last accesses":"\xDAltimos accesos",Comment:Eo,Comments:wo,comments:So,commented:Co,"No recent comments":"No hay comentarios recientes","Write a comment ...":"Escriba un comentario ...",yes:Ao,no:No,Client:xo,Clients:zo,available:To,busy:Do,absent:Po,offline:ko,"Session has expired":"La sesi\xF3n ha expirado","Please sign in":"Por favor, inicie sesi\xF3n",logout:Lo,days:Uo,day:_o,Delete:Mo,Scheduler:qo,async:Ro,seq:Go,Transfers:Fo,Simulate:Oo,Reset:Io,Browse:Yo,Action:Vo,Added:Wo,Removed:jo,Copied:Bo,Moved:Ho,Filtered:Qo,Error:Ko,Server:Jo,Direction:Xo,Conflict:Zo,"Show filtered files":"Mostrar archivos filtrados",recent:$o,Source:ei,Destination:ai,Mode:oi,Sequentially:ii,Asynchronously:ri,fast:ni,secure:si,enabled:ti,Enable:ci,disabled:di,Disable:li,scheduler_unit_hour:ui,scheduler_unit_minute:pi,scheduler_unit_day:mi,"You must have permission to modify the server folder to choose a different sync mode":"Debe tener permiso para modificar la carpeta del servidor para elegir un modo de sincronizaci\xF3n diferente","upload only":"solo enviar","download only":"solo descargar",both:hi,never:bi,"Clear events":"Borrar eventos","Events from":"Eventos de","All syncs":"Todas las sincronizaciones","All events":"Todos los eventos","will be cleared":"se borrar\xE1n","No differences":"Sin diferencias","Select a folder":"Seleccionar una carpeta","The files containing":"Los archivos que contienen","The files starting":"Los archivos que comienzan","The files ending":"Los archivos que terminan","Expert (Regexp)":"Experto (Regexp)","click on the browse button":"haga clic en el bot\xF3n examinar","with a name or pattern":"por un nombre o un patr\xF3n","with the extension ('.mp3', '.avi', '.mov' ...)":"por la extensi\xF3n ('.mp3', '.avi', '.mov' ...)",Wizard:vi,Next:fi,Previous:gi,Done:yi,"This wizard will help you synchronize a directory on your computer with a Sync-in directory.":"Este asistente le ayudar\xE1 a sincronizar un directorio de su ordenador con un directorio de Sync-in.","To begin, select a folder on your computer.":"Para empezar, seleccione una carpeta en su ordenador.",'You can drag the folder into the area below or click on the "Select" button.':'Puede arrastrar la carpeta al \xE1rea de abajo o hacer clic en el bot\xF3n "Seleccionar".',"Drop folder here":"Suelte la carpeta aqu\xED","This directory is already synced":"Este directorio ya est\xE1 sincronizado","The parent directory is already synced":"El directorio padre ya est\xE1 sincronizado","This directory is not accessible":"Este directorio no es accesible","This directory is read-only, you will not be able to modify it":"Este directorio es de solo lectura, no podr\xE1 modificarlo","Please select the server directory to sync, if it doesn't exist you can create it.":"Seleccione el directorio del servidor a sincronizar; si no existe, puede crearlo.","Double click to browse directories":"Haga doble clic para navegar por los directorios","The data will be synchronized from":"Los datos se sincronizar\xE1n desde","the client folder":"la carpeta del cliente","the server folder":"la carpeta del servidor","(One-Way)":"(unidireccional)","(Two-Way)":"(bidireccional)",to:Ei,"and from":"y desde","All files created or modified in":"Todos los archivos creados o modificados en","will be ignored and deleted":"ser\xE1n ignorados y eliminados","In case of conflict,":"En caso de conflicto,","the most recent files will be kept":"se mantendr\xE1n los archivos m\xE1s recientes","the client\u2019s files take precedence":"los archivos del cliente tienen prioridad","the server\u2019s files take precedence":"los archivos del servidor tienen prioridad","the files in":"los archivos de","will be preferred":"ser\xE1n preferidos","Loading...":"Cargando...","No results":"Sin resultados","Download ARM64 version":"Descargar la versi\xF3n ARM64","Download Apple Silicon ARM64 version":"Descargar la versi\xF3n Apple Silicon ARM64","Download tar.gz version":"Descargar la versi\xF3n tar.gz",Repository:wi,public:Si,local:Ci,remote:Ai,"System requirements":"Requisitos del sistema","Feature not enabled":"Funcionalidad no habilitada",Website:Ni,Documentation:xi,Versions:zi,Security:Ti,"Recovery code":"C\xF3digo de recuperaci\xF3n","Use a recovery code":"Usar un c\xF3digo de recuperaci\xF3n","Authentication code":"C\xF3digo de autenticaci\xF3n","Secret copied":"Secreto copiado","Recovery codes copied":"C\xF3digos de recuperaci\xF3n copiados","Invalid code":"C\xF3digo inv\xE1lido","Incorrect code or password":"C\xF3digo o contrase\xF1a incorrectos","Application Passwords":"Contrase\xF1as de aplicaci\xF3n","Generate a new app password":"Generar una nueva contrase\xF1a de aplicaci\xF3n","Generated password":"Contrase\xF1a generada","This password will only be shown once after it is generated":"Esta contrase\xF1a solo se mostrar\xE1 una vez despu\xE9s de generarse","Password name":"Nombre de la contrase\xF1a",Manage:Di,"Manage app passwords":"Gestionar contrase\xF1as de aplicaci\xF3n","Password Authentication":"Autenticaci\xF3n por contrase\xF1a","Two-Factor Authentication":"Autenticaci\xF3n de dos factores","Two-Factor Authentication is enabled":"La autenticaci\xF3n de dos factores est\xE1 activada","Two-Factor Authentication is disabled":"La autenticaci\xF3n de dos factores est\xE1 desactivada","Scan this QR code using your authenticator app.":"Escanee este c\xF3digo QR con su aplicaci\xF3n de autenticaci\xF3n.","(Such as FreeOTP, Proton Authenticator etc.)":"(Por ejemplo, FreeOTP, Proton Authenticator, etc.)","Or enter this secret manually":"O introduzca este secreto manualmente","Valid with your TOTP code":"Valide con su c\xF3digo TOTP","The secret has expired":"El secreto ha expirado","Keep these codes in a safe place. They will allow you to access your account if you lose access to your two-factor authentication.":"Guarde estos c\xF3digos en un lugar seguro. Le permitir\xE1n acceder a su cuenta si pierde el acceso a su autenticaci\xF3n de dos factores.","These recovery codes are for one-time use only and will only be displayed here once.":"Estos c\xF3digos de recuperaci\xF3n son de un solo uso y solo se mostrar\xE1n aqu\xED una vez.","Overwrite Existing File(s)":"Sobrescribir archivo(s) existente(s)","Replace Existing File":"Reemplazar archivo existente","Do you want to replace the existing file(s)?":"\xBFDesea reemplazar el/los archivo(s) existente(s)?",RenameFileToExisting:Pi,Save:ki,"Line Wrap":"Ajuste de l\xEDnea","Read-only":"Solo lectura","Read-write":"Lectura y escritura","Save And Exit":"Guardar y salir","Close Without Saving":"Cerrar sin guardar",Undo:Li,Redo:Ui,me:_i,"The file is locked by":"El archivo est\xE1 bloqueado por",Unlock:Mi,Lock:qi,Exclusive:Ri,"Send an unlock request":"Enviar una solicitud de desbloqueo","sends you a request to unlock the file":"le env\xEDa una solicitud para desbloquear el archivo","As the file owner, you can unlock the file or request the current lock owner to release it.":"Como propietario del archivo, puede desbloquear el archivo o solicitar al propietario actual del bloqueo que lo libere.","The file is edited by":"El archivo est\xE1 siendo editado por","A new update is available":"Hay una nueva actualizaci\xF3n disponible",Fullscreen:Gi,Dimensions:Fi,"Start Slideshow":"Iniciar presentaci\xF3n","Unable to load OnlyOffice editor":"No se pudo cargar el editor de OnlyOffice","The document server may be unreachable or the configuration is invalid":"Es posible que el servidor de documentos no sea accesible o que la configuraci\xF3n sea inv\xE1lida","OnlyOffice editor failed to initialize":"No se pudo inicializar el editor de OnlyOffice","DocsAPI not available":"DocsAPI no est\xE1 disponible","Unknown OnlyOffice error":"Error desconocido de OnlyOffice","No editor found":"No se encontr\xF3 un editor","Choose which editor you want to use to open this document.":"Elija qu\xE9 editor desea utilizar para abrir este documento.","Open-source office suite built on LibreOffice.":"Suite ofim\xE1tica de c\xF3digo abierto basada en LibreOffice.","Open-source office suite for Microsoft Office.":"Suite ofim\xE1tica de c\xF3digo abierto para Microsoft Office.","Remember my choice for next time":"Recordar mi elecci\xF3n para la pr\xF3xima vez","Document editor":"Editor de documentos","Ask Me":"Preguntarme","Used when both editors support the file type.":"Se usa cuando ambos editores admiten el tipo de archivo.","Enable content indexation for personal files.":"Habilitar la indexaci\xF3n de contenido para archivos personales.",Preferences:Oi};export{go as Access,yo as Accessed,K as Account,Vo as Action,uo as Active,I as Add,Wo as Added,V as Administration,Y as Administrator,Be as Anchored,N as Application,ve as Applications,ri as Asynchronously,o as Authentication,ge as Avatar,Yo as Browse,s as Cancel,xo as Client,zo as Clients,oa as Clipboard,t as Close,Eo as Comment,wo as Comments,fa as Compress,be as Configuration,n as Confirm,Zo as Conflict,ae as Connection,oe as Connections,Bo as Copied,Ze as Copy,so as Created,to as Date,ga as Decompress,Mo as Delete,ho as Description,ai as Destination,Fi as Dimensions,Xo as Direction,li as Disable,sa as Display,xi as Documentation,yi as Done,Je as Download,ea as Edit,Na as Elements,J as Email,ra as Empty,ci as Enable,Ko as Error,D as Event,Ri as Exclusive,fo as Expiration,$a as Expired,U as External,P as File,k as Files,d as Filter,Qo as Filtered,l as Filters,za as Folder,Gi as Fullscreen,me as Generate,M as Group,_ as Groups,Ka as Guest,Ja as Guests,we as Home,$ as IP,he as Import,ya as Info,O as Isolated,Ee as Language,ja as Link,Ha as Links,na as List,je as Location,qi as Lock,i as Login,Di as Manage,le as Manager,pe as Managers,ro as Me,ce as Member,de as Members,oi as Mode,wa as Modified,Xe as Move,Ho as Moved,Ke as Name,xa as New,fi as Next,z as Notification,T as Notifications,c as Open,Qe as Options,io as Owner,r as Password,co as Path,oo as Permissions,L as Personal,Oi as Preferences,gi as Previous,F as Private,Se as Recents,Ui as Redo,ia as Refresh,aa as Remove,jo as Removed,$e as Rename,Pi as RenameFileToExisting,wi as Repository,Io as Reset,Z as Role,ki as Save,qo as Scheduler,p as Search,Ti as Security,m as See,ee as Seen,ii as Sequentially,Jo as Server,He as Settings,xe as Share,no as Shared,Ne as Shares,Oo as Simulate,Ea as Size,ei as Source,Oe as Space,Ie as Spaces,X as Status,ba as Sync,va as Synced,pa as Synchronization,ma as Synchronizations,ha as Synchronize,Ca as Tasks,Aa as Text,Ua as Total,Fo as Transfers,Ae as Trash,mo as Type,Li as Undo,vo as Unknown,ne as Unlimited,Mi as Unlock,ye as Update,W as User,B as Users,zi as Versions,bo as Visibility,G as Visible,Ni as Website,vi as Wizard,Po as absent,Q as account,lo as active,Ve as anchored,x as application,fe as applications,Ro as async,To as available,ie as available_space_is_low,hi as both,Do as busy,Co as commented,So as comments,Fa as create,_o as day,Uo as days,Ii as default,Ya as delete,la as delete_multiple_files,ca as delete_one_file,qe as desktop_app_access,Re as desktop_app_sync,La as directories,ka as directory,di as disabled,ti as enabled,eo as expired,ni as fast,Da as file,Pa as files,Ta as folder,q as group,R as groups,Xa as guest,Za as guests,_e as guests_admin,Ra as item,Ga as items,Ba as link,Qa as links,Ci as local,Lo as logout,ue as manager,_i as me,se as member,te as members,Sa as modified,Va as modify,Ia as move,E as nb_actions,g as nb_active_tasks,y as nb_elements,S as nb_messages,A as nb_notifications,qa as nb_selections,v as nb_tasks,bi as never,No as no,_a as no_selection,h as no_task,ao as none,ko as offline,f as one_active_task,w as one_message,C as one_notification,Ma as one_selection,b as one_task,re as online,Me as personal_groups_admin,De as personal_space,Si as public,$o as recent,Ce as recents,Ai as remote,mi as scheduler_unit_day,ui as scheduler_unit_hour,pi as scheduler_unit_minute,u as search,si as secure,Go as seq,Wa as share,Te as shared,ze as shares,Le as shares_access,Ue as shares_admin,Ye as spaces,Pe as spaces_access,ke as spaces_admin,po as suspended,ua as synchronization,Ei as to,da as trash_multiple_files,ta as trash_one_file,We as unanchored,j as user,H as users,Fe as webdav,Ge as webdav_access,Oa as write,Ao as yes};
|
|
1
|
+
import"./chunk-KAVP6UXH.js";var o="Autenticaci\xF3n",i="Usuario",r="Contrase\xF1a",n="Confirmar",s="Cancelar",t="Cerrar",c="Abrir",d="Filtrar",l="Filtros",u="buscar",p="Buscar",m="Ver",h="Ninguna tarea",b="{{ nb }} tarea completada",v="{{ nb }} tareas completadas",f="{{ nba }} tarea en curso de {{ nb }}",g="{{ nba }} tareas en curso de {{ nb }}",y="{{nb}} elemento(s)",E="{{nb}} acci\xF3n(es)",w="{{ nb }} mensaje nuevo",S="{{ nb }} mensajes nuevos",C="{{ nb }} notificaci\xF3n no le\xEDda",A="{{ nb }} notificaciones no le\xEDdas",N="Aplicaci\xF3n",x="aplicaci\xF3n",z="Notificaci\xF3n",T="Notificaciones",D="Evento",P="Archivo",k="Archivos",L="Personales",U="Externo",_="Grupos",M="Grupo",q="grupo",R="grupos",G="Visible",F="Privado",O="Aislado",I="A\xF1adir",Y="Administrador",V="Administraci\xF3n",j="Usuario",W="usuario",B="Usuarios",H="usuarios",Q="cuenta",K="Cuenta",J="Correo electr\xF3nico",X="Estado",Z="Rol",$="IP",ee="Visto",ae="Conexi\xF3n",oe="Conexiones",ie="Espacio disponible bajo ( {{ nb }}% )",re="en l\xEDnea",ne="Ilimitado",se="miembro",te="miembros",ce="Miembro",de="Miembros",le="Gestor",ue="gestor",pe="Gestores",me="Generar",he="Importar",be="Configuraci\xF3n",ve="Aplicaciones",fe="aplicaciones",ge="Avatar",ye="Actualizar",Ee="Idioma",we="Inicio",Se="Recientes",Ce="recientes",Ae="Papelera",Ne="Compartidos",xe="Compartir",ze="compartidos",Te="compartido",De="Acceso al espacio personal",Pe="Acceso a los espacios",ke="Administraci\xF3n de espacios",Le="Acceso a los compartidos",Ue="Administraci\xF3n de compartidos",_e="Administraci\xF3n de invitados",Me="Administraci\xF3n de grupos personales",qe="Acceso desde la aplicaci\xF3n de escritorio",Re="Sincronizaci\xF3n desde la aplicaci\xF3n de escritorio",Ge="Acceso WebDAV",Fe="WebDAV",Oe="Espacio",Ie="Espacios",Ye="espacios",Ve="ancl\xF3",je="desancl\xF3",We="Ubicaci\xF3n",Be="Anclado",He="Ajustes",Qe="Opciones",Ke="Nombre",Je="Descargar",Xe="Mover",Ze="Copiar",$e="Renombrar",ea="Editar",aa="Eliminar",oa="Portapapeles",ia="Actualizar",ra="Vaciar",na="Lista",sa="Visualizaci\xF3n",ta="\xBFDesea mover <b>{{arg}}</b> a la papelera?",ca="\xBFDesea eliminar <b>{{arg}}</b> definitivamente?",da="\xBFDesea mover estos <b>{{arg}} archivos</b> a la papelera?",la="\xBFDesea eliminar estos <b>{{arg}} archivos</b> definitivamente?",ua="sincronizaci\xF3n",pa="Sincronizaci\xF3n",ma="Sincronizaciones",ha="Sincronizar",ba="Sync",va="Sincronizado",fa="Comprimir",ga="Descomprimir",ya="Info",Ea="Tama\xF1o",wa="Modificado",Sa="modificado",Ca="Tareas",Aa="Texto",Na="Elementos",xa="Nuevo",za="Carpeta",Ta="carpeta",Da="archivo",Pa="archivos",ka="directorio",La="directorios",Ua="Total",_a="ning\xFAn elemento seleccionado",Ma="{{ nb }} elemento seleccionado",qa="{{ nb }} elementos seleccionados",Ra="elemento",Ga="elementos",Fa="crear",Oa="escribir",Ia="mover",Ya="eliminar",Va="modificar",ja="compartir",Wa="Enlace",Ba="enlace",Ha="Enlaces",Qa="enlaces",Ka="Invitado",Ja="Invitados",Xa="invitado",Za="invitados",$a="Expirado",eo="expirado",ao="ninguno",oo="Permisos",io="Propietario",ro="Yo",no="Compartido",so="Creado",to="Fecha",co="Ruta",lo="activo",uo="Activo",po="suspendido",mo="Tipo",ho="Descripci\xF3n",bo="Visibilidad",vo="Desconocido",fo="Expiraci\xF3n",go="Acceso",yo="Accedido",Eo="Comentar",wo="Comentarios",So="comentarios",Co="coment\xF3",Ao="s\xED",No="no",xo="Cliente",zo="Clientes",To="disponible",Do="ocupado",Po="ausente",ko="desconectado",Lo="cerrar sesi\xF3n",Uo="d\xEDas",_o="d\xEDa",Mo="Eliminar",qo="Planificador",Ro="paralelo",Go="secuencial",Fo="Transferencias",Oo="Simular",Io="Restablecer",Yo="Examinar",Vo="Acci\xF3n",jo="A\xF1adido",Wo="Eliminado",Bo="Copiado",Ho="Movido",Qo="Filtrado",Ko="Error",Jo="Servidor",Xo="Direcci\xF3n",Zo="Conflicto",$o="reciente",ei="Origen",ai="Destino",oi="Modo",ii="Secuencialmente",ri="Paralelamente",ni="r\xE1pido",si="seguro",ti="activado",ci="Activar",di="desactivado",li="Desactivar",ui="horas",pi="minutos",mi="d\xEDas",hi="ambos",bi="nunca",vi="Asistente",fi="Siguiente",gi="Anterior",yi="Terminado",Ei="hacia",wi="Repositorio",Si="p\xFAblico",Ci="local",Ai="remoto",Ni="Sitio web",xi="Versiones",zi="Seguridad",Ti="Gestionar",Di="\xBFDesea renombrar <b>{{ old }}</b> a <b>{{ new }}</b>?",Pi="Guardar",ki="Deshacer",Li="Rehacer",Ui="yo",_i="Desbloquear",Mi="Bloqueo",qi="Exclusivo",Ri="Pantalla completa",Gi="Dimensiones",Fi="Preferencias",Oi="de",Ii={"Sign-in to your account":"Inicie sesi\xF3n en su cuenta","Wrong login or password":"Usuario o contrase\xF1a incorrectos","Authentication service error":"Error del servicio de autenticaci\xF3n","Account locked":"Cuenta bloqueada","Account is not allowed":"Cuenta no autorizada","Account matching error":"Error de correspondencia de cuenta",Authentication:o,"Sign in":"Iniciar sesi\xF3n",Login:i,Password:r,"Login or Email":"Usuario o correo electr\xF3nico","Login already used":"Usuario ya utilizado","You are already logged in":"Ya ha iniciado sesi\xF3n","Name already used":"Nombre ya utilizado","Token has expired":"El token ha expirado",Confirm:n,Cancel:s,Close:t,Open:c,"Server connection error":"Error de conexi\xF3n con el servidor",Filter:d,Filters:l,search:u,Search:p,"Search for content":"Buscar contenido","Search for files":"Buscar archivos","Full-text search":"B\xFAsqueda de texto completo","Full-text search is disabled":"La b\xFAsqueda de texto completo est\xE1 desactivada","Type to search for users or groups to add":"Escriba para buscar usuarios o grupos para a\xF1adir","Type to search for groups to add":"Escriba para buscar grupos para a\xF1adir","Type to search for users to add":"Escriba para buscar usuarios para a\xF1adir","Type to search for managers to add":"Escriba para buscar gestores para a\xF1adir","Member since":"Miembro desde","Windows Manager":"Administrador de ventanas","Mark as read":"Marcar como le\xEDdo",See:m,no_task:h,one_task:b,nb_tasks:v,one_active_task:f,nb_active_tasks:g,nb_elements:y,nb_actions:E,one_message:w,nb_messages:S,one_notification:C,nb_notifications:A,Application:N,application:x,"application and email":"aplicaci\xF3n y correo electr\xF3nico",Notification:z,Notifications:T,Event:D,File:P,Files:k,"Personal files":"Archivos personales",Personal:L,External:U,"Share status":"Estado del recurso compartido","Share description":"Descripci\xF3n del recurso compartido","No recent files":"No hay archivos recientes",Groups:_,Group:M,group:q,"New personal group":"Nuevo grupo personal","Edit personal group":"Editar grupo personal","personal group":"grupo personal","Personal group":"Grupo personal","Personal groups":"Grupos personales",groups:R,"Parent group":"Grupo padre","Group updated":"Grupo actualizado","Group created":"Grupo creado","Group not found":"Grupo no encontrado","Group error":"Error del grupo","Set as group manager":"Definir como gestor del grupo","As a manager, the user will be able to manage the group and its members.":"Como gestor, el usuario podr\xE1 gestionar el grupo y sus miembros.","As a manager, the user will be able to manage group members but not group properties.":`Como gestor, el usuario podr\xE1 gestionar los miembros del grupo pero no las propiedades del grupo.
|
|
2
|
+
`,Visible:G,Private:F,Isolated:O,"Select the parent group":"Seleccione el grupo padre","from the group":"del grupo","New group":"Nuevo grupo","Edit group":"Editar grupo","Leave group":"Salir del grupo","Delete group":"Eliminar grupo","Remove from group":"Eliminar del grupo","Group must have at least one manager":"El grupo debe tener al menos un gestor","The group was left":"Se ha abandonado el grupo","The group was not left":"No se ha abandonado el grupo","will be left, you will no longer be a member of this group":"se abandonar\xE1, ya no ser\xE1 miembro de este grupo","All users can see this group.":"Todos los usuarios pueden ver este grupo.","Users who are not members of this group cannot see it.":"Los usuarios que no son miembros de este grupo no pueden verlo.","The group is not visible, its members cannot see it and cannot see each other.":"El grupo no es visible, sus miembros no pueden verlo ni verse entre ellos.",Add:I,"Add members":"A\xF1adir miembros","See members":"Ver miembros",Administrator:Y,Administration:V,User:j,user:W,Users:B,users:H,"New user":"Nuevo usuario",account:Q,Account:K,"Account status":"Estado de la cuenta",Email:J,"Email already used":"Correo electr\xF3nico ya utilizado","First name":"Nombre","Last name":"Apellido","Full name":"Nombre y Apellido",Status:X,Role:Z,IP:$,"IP Addresses":"Direcciones IP",Seen:ee,Connection:ae,Connections:oe,"Confirm deletion":"Confirmar eliminaci\xF3n","Confirm permanent deletion of data":"Confirmar eliminaci\xF3n permanente de los datos","Space and data will be deleted in":"El espacio y los datos se eliminar\xE1n en","Space is disabled":"El espacio est\xE1 desactivado","Storage Space":"Espacio de almacenamiento","Storage Quota":"Cuota de almacenamiento","Storage Usage":"Uso de almacenamiento","Space status":"Estado del espacio","Storage quota exceeded":"Se ha superado la cuota de almacenamiento","Storage quota will be exceeded":"Se superar\xE1 la cuota de almacenamiento","No more space available":"No hay m\xE1s espacio disponible",available_space_is_low:ie,online:re,"Online users":"Usuarios en l\xEDnea",Unlimited:ne,member:se,members:te,Member:ce,Members:de,Manager:le,manager:ue,Managers:pe,"At least one manager is required":"Se requiere al menos un gestor",Generate:me,Import:he,Configuration:be,Applications:ve,applications:fe,"Permissions inherited from groups":"Permisos heredados de los grupos","Only the group will be deleted, the members will no longer be part of it.":"Solo se eliminar\xE1 el grupo, los miembros ya no formar\xE1n parte de \xE9l.",Avatar:ge,Update:ye,"current password":"contrase\xF1a actual","new password":"nueva contrase\xF1a","Change me !":"\xA1C\xE1mbiame!","Current password missing !":"\xA1Falta la contrase\xF1a actual!","New password missing !":"\xA1Falta la nueva contrase\xF1a!","New password must have 8 characters minimum":"La nueva contrase\xF1a debe tener como m\xEDnimo 8 caracteres","Current password does not match":"La contrase\xF1a actual no coincide","Password has been updated":"La contrase\xF1a ha sido actualizada","Unable to update password":"No se puede actualizar la contrase\xF1a","Bad password":"Contrase\xF1a incorrecta","too many login attempts":"demasiados intentos de inicio de sesi\xF3n",Language:Ee,"Language updated":"Idioma actualizado","Unable to update language":"No se puede actualizar el idioma","Notification preference updated":"Preferencia de notificaciones actualizada","Full-text search preference updated":"Preferencia de b\xFAsqueda de texto completo actualizada","Unable to update notification preference":"No se puede actualizar la preferencia de notificaciones","Unable to update full-text search preference":"No se puede actualizar la preferencia de b\xFAsqueda de texto completo","Unable to open document":"No se puede abrir el documento","Unable to save document":"No se puede guardar el documento",Home:we,Recents:Se,recents:Ce,Trash:Ae,"trash bins":"papeleras",Shares:Ne,Share:xe,shares:ze,shared:Te,personal_space:De,spaces_access:Pe,spaces_admin:ke,shares_access:Le,shares_admin:Ue,guests_admin:_e,personal_groups_admin:Me,desktop_app_access:qe,desktop_app_sync:Re,webdav_access:Ge,"Create share":"Crear compartido","Edit share":"Editar compartido","Delete share":"Eliminar compartido","Child shares":"Compartidos hijos",webdav:Fe,"Share is disabled":"El compartido est\xE1 desactivado",Space:Oe,Spaces:Ie,spaces:Ye,"Space name":"Nombre del espacio","New space":"Nuevo espacio","Create a new space":"Crear un nuevo espacio","Create space":"Crear espacio","Edit space":"Editar espacio","Delete space":"Eliminar espacio","Create a new share":"Crear un nuevo compartido","Type to search for space to select":"Escriba para buscar el espacio a seleccionar","Anchor to a space":"Anclar a un espacio","Anchor files to a space":"Anclar archivos a un espacio","You have been invited to join this space":"Ha sido invitado a unirse a este espacio","You have been invited to join this share":"Ha sido invitado a unirse a este compartido","Shared with others":"Compartido con otros","With others":"Con otros","Shared with me":"Compartido conmigo","With me":"Conmigo","Shared via links":"Compartido por enlaces","Via links":"Por enlaces","Shared from":"Compartido desde","share with you this":"comparte con usted este","shared with you":"ha compartido con usted","no longer share with you":"ya no comparte con usted","You now have access to the space":"Ahora tiene acceso al espacio","You no longer have access to the space":"Ya no tiene acceso al espacio","This space has been permanently deleted":"Este espacio ha sido eliminado definitivamente","You now have access to the share":"Ahora tiene acceso al compartido","You no longer have access to the share":"Ya no tiene acceso al compartido","You are no longer a member of the parent share, your child share has been deleted":"Ya no es miembro del compartido padre, su compartido hijo ha sido eliminado",anchored:Ve,unanchored:je,"Share not found":"Compartido no encontrado","Go to":"Ir a",Location:We,"Name and location are required":"Se requieren nombre y ubicaci\xF3n","Parent location already exists in files":"La ubicaci\xF3n padre ya existe en los archivos","Check the location":"Verificar la ubicaci\xF3n","Location not found":"Ubicaci\xF3n no encontrada","Forbidden resource":"Ubicaci\xF3n no autorizada","Resource already exists":"El elemento ya existe","The location does not exist":"La ubicaci\xF3n no existe","The location is not readable":"La ubicaci\xF3n no es legible","The location is not writeable":"La ubicaci\xF3n no es escribible","The location is a directory":"La ubicaci\xF3n es un directorio","The file is locked":"El archivo est\xE1 bloqueado","This access is protected by a password":"Este acceso est\xE1 protegido por una contrase\xF1a","You do not have share permission":"No tiene permiso para compartir","You can not share a space":"No puede compartir un espacio","You can not remove an anchored file":"No puede eliminar un archivo anclado","You are not allowed to write here":"No est\xE1 autorizado a escribir aqu\xED","You are not allowed to do this action":"No est\xE1 autorizado a realizar esta acci\xF3n","You can not move an anchored file":"No puede mover un archivo anclado","You can not move a locked file":"No puede mover un archivo bloqueado",Anchored:Be,"Anchored by":"Anclado por","Manage my anchored files":"Gestionar mis archivos anclados","You have no files anchored on this space":"No tiene archivos anclados en este espacio","An anchored file already has this name":"Un archivo anclado ya tiene este nombre",Settings:He,Options:Qe,Name:Ke,Download:Je,"Download done":"Descarga realizada","Download failed":"Descarga fallida","Upload done":"Env\xEDo completado","Upload failed":"Env\xEDo fallido","Copy \xB7 Move":"Copiar \xB7 Mover",Move:Xe,"Move done":"Movimiento realizado","Move failed":"Movimiento fallido","Deletion done":"Eliminaci\xF3n realizada","Deletion failed":"Eliminaci\xF3n fallida","Creation failed":"Creaci\xF3n fallida",Copy:Ze,"Copy done":"Copia realizada","Copy failed":"Copia fallida","Copy-Paste":"Copiar-Pegar","Cut-Paste":"Cortar-Pegar",Rename:$e,Edit:ea,"Share inside":"Compartir internamente","Share outside":"Compartir externamente",Remove:aa,Clipboard:oa,"Send to Clipboard":"Enviar al portapapeles","will be removed":"ser\xE1 eliminado",Refresh:ia,Empty:ra,List:na,Display:sa,"Sort by":"Ordenar por",trash_one_file:ta,delete_one_file:ca,trash_multiple_files:da,delete_multiple_files:la,"Moving to trash":"Moviendo a la papelera","Permanent deletion":"Eliminaci\xF3n definitiva","Would you like to empty the trash ?":"\xBFDesea vaciar la papelera?","All items will be permanently deleted":"Todos los elementos se eliminar\xE1n definitivamente","Actions will be performed in the current folder":"Las acciones se realizar\xE1n en la carpeta actual","The client will no longer have permission to access your account and will no longer be able to synchronize.":"El cliente ya no tendr\xE1 permiso para acceder a su cuenta y no podr\xE1 sincronizar.","The access expires":"El acceso expira","The access has expired":"El acceso ha expirado","Never expires":"Nunca expira",synchronization:ua,Synchronization:pa,Synchronizations:ma,Synchronize:ha,Sync:ba,"Stop synchronization":"Detener la sincronizaci\xF3n","Synchronize all":"Sincronizar todo","Stop synchronizations":"Detener las sincronizaciones",Synced:va,"Sync already exists":"La sincronizaci\xF3n ya existe","Sync was reset":"Sincronizaci\xF3n restablecida","Sync deleted":"Sincronizaci\xF3n eliminada","This client":"Este cliente","You are no longer synchronizing":"Ya no est\xE1 sincronizando",Compress:fa,Decompress:ga,"Compress and Download":"Comprimir y descargar","Compress and Save":"Comprimir y guardar","Enable compression":"Activar compresi\xF3n","Compression done":"Compresi\xF3n realizada","Compression failed":"Compresi\xF3n fallida","Decompression done":"Descompresi\xF3n realizada","Decompression failed":"Descompresi\xF3n fallida","(this may take longer)":"(esto puede tardar m\xE1s)","Save in the current directory":"Guardar en el directorio actual","This name is already used":"Este nombre ya est\xE1 utilizado",Info:ya,Size:Ea,Modified:wa,modified:Sa,Tasks:Ca,"Download from URL":"Descargar desde una URL","Upload files":"Enviar archivos","Upload folders":"Enviar carpetas","Folder name":"Nombre de la carpeta","New folder":"Nueva carpeta","Document name":"Nombre del documento","New document":"Nuevo documento","File name":"Nombre del archivo","File permissions":"Permisos del archivo",Text:Aa,"Rich Text Format":"Texto enriquecido","Forbidden characters":"Caracteres prohibidos",Elements:Na,"Malformed URL":"URL mal formada",New:xa,Folder:za,folder:Ta,file:Da,files:Pa,directory:ka,directories:La,Total:Ua,no_selection:_a,one_selection:Ma,nb_selections:qa,"Archive name":"Nombre del archivo comprimido","Drag and drop your files here":"Arrastre y suelte sus archivos aqu\xED","The destination already exists":"El destino ya existe","This item is already selected":"Este elemento ya est\xE1 seleccionado","Parent item is already selected":"El elemento padre ya est\xE1 seleccionado","This file contains binary data that can not be read":"Este archivo contiene datos binarios que no se pueden leer","Navigation Tree":"\xC1rbol de navegaci\xF3n",item:Ra,items:Ga,create:Fa,write:Oa,move:Ia,delete:Ya,modify:Va,"Delete user":"Eliminar usuario","Delete all user files":"Eliminar todos los archivos del usuario",share:ja,"Share name":"Nombre del compartido","New share":"Nuevo compartido","New share link":"Nuevo enlace de compartido","New link":"Nuevo enlace","Edit children shares":"Editar compartidos hijos",Link:Wa,link:Ba,Links:Ha,links:Qa,"Link copied":"Enlace copiado","Link created":"Enlace creado","Link deleted":"Enlace eliminado","Link error":"Error de enlace","Copy link":"Copiar enlace","Edit link":"Editar enlace","Guest Link":"Enlace de invitado","Guest name":"Nombre del invitado","Guest email":"Correo electr\xF3nico del invitado","Guest language":"Idioma del invitado",Guest:Ka,Guests:Ja,guest:Xa,guests:Za,"New guest":"Nuevo invitado","Edit guest":"Editar invitado","Guest created":"Invitado creado","Guest deleted":"Invitado eliminado","Guest updated":"Invitado actualizado","Guest error":"Error de invitado","Add an external location":"A\xF1adir una ubicaci\xF3n externa","External location":"Ubicaci\xF3n externa","Select a file":"Seleccionar un archivo","The link is expired":"El enlace ha expirado","The link is disabled":"El enlace est\xE1 desactivado","The link was not found":"No se encontr\xF3 el enlace",Expired:$a,expired:eo,none:ao,"The maximum number of access allowed to the link is exceeded":"Se ha superado el n\xFAmero m\xE1ximo de accesos permitidos al enlace","Set a password":"Definir una contrase\xF1a","Enter your password":"Introduzca su contrase\xF1a",Permissions:oo,"No permissions":"Sin permisos",Owner:io,Me:ro,Shared:no,Created:so,"Created & Modified":"Creado y modificado","Creation date":"Fecha de creaci\xF3n","Modification date":"Fecha de modificaci\xF3n","Deactivation date":"Fecha de desactivaci\xF3n",Date:to,Path:co,active:lo,Active:uo,suspended:po,"Unable to rename user space":"No se puede renombrar el espacio del usuario","Unable to delete user space":"No se puede eliminar el espacio del usuario","Unable to update user":"No se puede actualizar el usuario","Unable to update user groups":"No se pueden actualizar los grupos del usuario","User created":"Usuario creado","User updated":"Usuario actualizado","User not found":"Usuario no encontrado","Edit user":"Editar usuario","Impersonate identity":"Suplantar identidad",Type:mo,Description:ho,Visibility:bo,"Unknown error !":"\xA1Error desconocido!",Unknown:vo,Expiration:fo,"Limit access":"Limitar los accesos","Current access count":"N\xFAmero de accesos actual",Access:go,Accessed:yo,"Last access":"\xDAltimo acceso","Last accesses":"\xDAltimos accesos",Comment:Eo,Comments:wo,comments:So,commented:Co,"No recent comments":"No hay comentarios recientes","Write a comment ...":"Escriba un comentario ...",yes:Ao,no:No,Client:xo,Clients:zo,available:To,busy:Do,absent:Po,offline:ko,"Session has expired":"La sesi\xF3n ha expirado","Please sign in":"Por favor, inicie sesi\xF3n",logout:Lo,days:Uo,day:_o,Delete:Mo,Scheduler:qo,async:Ro,seq:Go,Transfers:Fo,Simulate:Oo,Reset:Io,Browse:Yo,Action:Vo,Added:jo,Removed:Wo,Copied:Bo,Moved:Ho,Filtered:Qo,Error:Ko,Server:Jo,Direction:Xo,Conflict:Zo,"Show filtered files":"Mostrar archivos filtrados",recent:$o,Source:ei,Destination:ai,Mode:oi,Sequentially:ii,Asynchronously:ri,fast:ni,secure:si,enabled:ti,Enable:ci,disabled:di,Disable:li,scheduler_unit_hour:ui,scheduler_unit_minute:pi,scheduler_unit_day:mi,"You must have permission to modify the server folder to choose a different sync mode":"Debe tener permiso para modificar la carpeta del servidor para elegir un modo de sincronizaci\xF3n diferente","upload only":"solo enviar","download only":"solo descargar",both:hi,never:bi,"Clear events":"Borrar eventos","Events from":"Eventos de","All syncs":"Todas las sincronizaciones","All events":"Todos los eventos","will be cleared":"se borrar\xE1n","No differences":"Sin diferencias","Select a folder":"Seleccionar una carpeta","The files containing":"Los archivos que contienen","The files starting":"Los archivos que comienzan","The files ending":"Los archivos que terminan","Expert (Regexp)":"Experto (Regexp)","click on the browse button":"haga clic en el bot\xF3n examinar","with a name or pattern":"por un nombre o un patr\xF3n","with the extension ('.mp3', '.avi', '.mov' ...)":"por la extensi\xF3n ('.mp3', '.avi', '.mov' ...)",Wizard:vi,Next:fi,Previous:gi,Done:yi,"This wizard will help you synchronize a directory on your computer with a Sync-in directory.":"Este asistente le ayudar\xE1 a sincronizar un directorio de su ordenador con un directorio de Sync-in.","To begin, select a folder on your computer.":"Para empezar, seleccione una carpeta en su ordenador.",'You can drag the folder into the area below or click on the "Select" button.':'Puede arrastrar la carpeta al \xE1rea de abajo o hacer clic en el bot\xF3n "Seleccionar".',"Drop folder here":"Suelte la carpeta aqu\xED","This directory is already synced":"Este directorio ya est\xE1 sincronizado","The parent directory is already synced":"El directorio padre ya est\xE1 sincronizado","This directory is not accessible":"Este directorio no es accesible","This directory is read-only, you will not be able to modify it":"Este directorio es de solo lectura, no podr\xE1 modificarlo","Please select the server directory to sync, if it doesn't exist you can create it.":"Seleccione el directorio del servidor a sincronizar; si no existe, puede crearlo.","Double click to browse directories":"Haga doble clic para navegar por los directorios","The data will be synchronized from":"Los datos se sincronizar\xE1n desde","the client folder":"la carpeta del cliente","the server folder":"la carpeta del servidor","(One-Way)":"(unidireccional)","(Two-Way)":"(bidireccional)",to:Ei,"and from":"y desde","All files created or modified in":"Todos los archivos creados o modificados en","will be ignored and deleted":"ser\xE1n ignorados y eliminados","In case of conflict,":"En caso de conflicto,","the most recent files will be kept":"se mantendr\xE1n los archivos m\xE1s recientes","the client\u2019s files take precedence":"los archivos del cliente tienen prioridad","the server\u2019s files take precedence":"los archivos del servidor tienen prioridad","the files in":"los archivos de","will be preferred":"ser\xE1n preferidos","Loading...":"Cargando...","No results":"Sin resultados","Download ARM64 version":"Descargar la versi\xF3n ARM64","Download Apple Silicon ARM64 version":"Descargar la versi\xF3n Apple Silicon ARM64","Download tar.gz version":"Descargar la versi\xF3n tar.gz",Repository:wi,public:Si,local:Ci,remote:Ai,"System requirements":"Requisitos del sistema","Feature not enabled":"Funcionalidad no habilitada",Website:Ni,Versions:xi,Security:zi,"Recovery code":"C\xF3digo de recuperaci\xF3n","Use a recovery code":"Usar un c\xF3digo de recuperaci\xF3n","Authentication code":"C\xF3digo de autenticaci\xF3n","Secret copied":"Secreto copiado","Recovery codes copied":"C\xF3digos de recuperaci\xF3n copiados","Invalid code":"C\xF3digo inv\xE1lido","Incorrect code or password":"C\xF3digo o contrase\xF1a incorrectos","Application Passwords":"Contrase\xF1as de aplicaci\xF3n","Generate a new app password":"Generar una nueva contrase\xF1a de aplicaci\xF3n","Generated password":"Contrase\xF1a generada","This password will only be shown once after it is generated":"Esta contrase\xF1a solo se mostrar\xE1 una vez despu\xE9s de generarse","Password name":"Nombre de la contrase\xF1a",Manage:Ti,"Manage app passwords":"Gestionar contrase\xF1as de aplicaci\xF3n","Password Authentication":"Autenticaci\xF3n por contrase\xF1a","Two-Factor Authentication":"Autenticaci\xF3n de dos factores","Two-Factor Authentication is enabled":"La autenticaci\xF3n de dos factores est\xE1 activada","Two-Factor Authentication is disabled":"La autenticaci\xF3n de dos factores est\xE1 desactivada","Scan this QR code using your authenticator app.":"Escanee este c\xF3digo QR con su aplicaci\xF3n de autenticaci\xF3n.","(Such as FreeOTP, Proton Authenticator etc.)":"(Por ejemplo, FreeOTP, Proton Authenticator, etc.)","Or enter this secret manually":"O introduzca este secreto manualmente","Valid with your TOTP code":"Valide con su c\xF3digo TOTP","The secret has expired":"El secreto ha expirado","Keep these codes in a safe place. They will allow you to access your account if you lose access to your two-factor authentication.":"Guarde estos c\xF3digos en un lugar seguro. Le permitir\xE1n acceder a su cuenta si pierde el acceso a su autenticaci\xF3n de dos factores.","These recovery codes are for one-time use only and will only be displayed here once.":"Estos c\xF3digos de recuperaci\xF3n son de un solo uso y solo se mostrar\xE1n aqu\xED una vez.","Overwrite Existing File(s)":"Sobrescribir archivo(s) existente(s)","Replace Existing File":"Reemplazar archivo existente","Do you want to replace the existing file(s)?":"\xBFDesea reemplazar el/los archivo(s) existente(s)?",RenameFileToExisting:Di,Save:Pi,"Line Wrap":"Ajuste de l\xEDnea","Read-only":"Solo lectura","Read-write":"Lectura y escritura","Save And Exit":"Guardar y salir","Close Without Saving":"Cerrar sin guardar",Undo:ki,Redo:Li,me:Ui,"The file is locked by":"El archivo est\xE1 bloqueado por",Unlock:_i,Lock:Mi,Exclusive:qi,"Send an unlock request":"Enviar una solicitud de desbloqueo","sends you a request to unlock the file":"le env\xEDa una solicitud para desbloquear el archivo","As the file owner, you can unlock the file or request the current lock owner to release it.":"Como propietario del archivo, puede desbloquear el archivo o solicitar al propietario actual del bloqueo que lo libere.","The file is edited by":"El archivo est\xE1 siendo editado por","A new update is available":"Hay una nueva actualizaci\xF3n disponible",Fullscreen:Ri,Dimensions:Gi,"Start Slideshow":"Iniciar presentaci\xF3n","Unable to load OnlyOffice editor":"No se pudo cargar el editor de OnlyOffice","The document server may be unreachable or the configuration is invalid":"Es posible que el servidor de documentos no sea accesible o que la configuraci\xF3n sea inv\xE1lida","OnlyOffice editor failed to initialize":"No se pudo inicializar el editor de OnlyOffice","DocsAPI not available":"DocsAPI no est\xE1 disponible","Unknown OnlyOffice error":"Error desconocido de OnlyOffice","No editor found":"No se encontr\xF3 un editor","Choose which editor you want to use to open this document.":"Elija qu\xE9 editor desea utilizar para abrir este documento.","Open-source office suite built on LibreOffice.":"Suite ofim\xE1tica de c\xF3digo abierto basada en LibreOffice.","Open-source office suite for Microsoft Office.":"Suite ofim\xE1tica de c\xF3digo abierto para Microsoft Office.","Remember my choice for next time":"Recordar mi elecci\xF3n para la pr\xF3xima vez","Document editor":"Editor de documentos","Ask Me":"Preguntarme","Used when both editors support the file type.":"Se usa cuando ambos editores admiten el tipo de archivo.","Enable content indexation for personal files.":"Habilitar la indexaci\xF3n de contenido para archivos personales.",Preferences:Fi,of:Oi,"Sidebar auto-hide enabled":"Ocultaci\xF3n autom\xE1tica de la barra lateral activada","Sidebar pinned":"Barra lateral fijada","Continue with OpenID Connect":"Continuar con OpenID Connect"};export{go as Access,yo as Accessed,K as Account,Vo as Action,uo as Active,I as Add,jo as Added,V as Administration,Y as Administrator,Be as Anchored,N as Application,ve as Applications,ri as Asynchronously,o as Authentication,ge as Avatar,Yo as Browse,s as Cancel,xo as Client,zo as Clients,oa as Clipboard,t as Close,Eo as Comment,wo as Comments,fa as Compress,be as Configuration,n as Confirm,Zo as Conflict,ae as Connection,oe as Connections,Bo as Copied,Ze as Copy,so as Created,to as Date,ga as Decompress,Mo as Delete,ho as Description,ai as Destination,Gi as Dimensions,Xo as Direction,li as Disable,sa as Display,yi as Done,Je as Download,ea as Edit,Na as Elements,J as Email,ra as Empty,ci as Enable,Ko as Error,D as Event,qi as Exclusive,fo as Expiration,$a as Expired,U as External,P as File,k as Files,d as Filter,Qo as Filtered,l as Filters,za as Folder,Ri as Fullscreen,me as Generate,M as Group,_ as Groups,Ka as Guest,Ja as Guests,we as Home,$ as IP,he as Import,ya as Info,O as Isolated,Ee as Language,Wa as Link,Ha as Links,na as List,We as Location,Mi as Lock,i as Login,Ti as Manage,le as Manager,pe as Managers,ro as Me,ce as Member,de as Members,oi as Mode,wa as Modified,Xe as Move,Ho as Moved,Ke as Name,xa as New,fi as Next,z as Notification,T as Notifications,c as Open,Qe as Options,io as Owner,r as Password,co as Path,oo as Permissions,L as Personal,Fi as Preferences,gi as Previous,F as Private,Se as Recents,Li as Redo,ia as Refresh,aa as Remove,Wo as Removed,$e as Rename,Di as RenameFileToExisting,wi as Repository,Io as Reset,Z as Role,Pi as Save,qo as Scheduler,p as Search,zi as Security,m as See,ee as Seen,ii as Sequentially,Jo as Server,He as Settings,xe as Share,no as Shared,Ne as Shares,Oo as Simulate,Ea as Size,ei as Source,Oe as Space,Ie as Spaces,X as Status,ba as Sync,va as Synced,pa as Synchronization,ma as Synchronizations,ha as Synchronize,Ca as Tasks,Aa as Text,Ua as Total,Fo as Transfers,Ae as Trash,mo as Type,ki as Undo,vo as Unknown,ne as Unlimited,_i as Unlock,ye as Update,j as User,B as Users,xi as Versions,bo as Visibility,G as Visible,Ni as Website,vi as Wizard,Po as absent,Q as account,lo as active,Ve as anchored,x as application,fe as applications,Ro as async,To as available,ie as available_space_is_low,hi as both,Do as busy,Co as commented,So as comments,Fa as create,_o as day,Uo as days,Ii as default,Ya as delete,la as delete_multiple_files,ca as delete_one_file,qe as desktop_app_access,Re as desktop_app_sync,La as directories,ka as directory,di as disabled,ti as enabled,eo as expired,ni as fast,Da as file,Pa as files,Ta as folder,q as group,R as groups,Xa as guest,Za as guests,_e as guests_admin,Ra as item,Ga as items,Ba as link,Qa as links,Ci as local,Lo as logout,ue as manager,Ui as me,se as member,te as members,Sa as modified,Va as modify,Ia as move,E as nb_actions,g as nb_active_tasks,y as nb_elements,S as nb_messages,A as nb_notifications,qa as nb_selections,v as nb_tasks,bi as never,No as no,_a as no_selection,h as no_task,ao as none,Oi as of,ko as offline,f as one_active_task,w as one_message,C as one_notification,Ma as one_selection,b as one_task,re as online,Me as personal_groups_admin,De as personal_space,Si as public,$o as recent,Ce as recents,Ai as remote,mi as scheduler_unit_day,ui as scheduler_unit_hour,pi as scheduler_unit_minute,u as search,si as secure,Go as seq,ja as share,Te as shared,ze as shares,Le as shares_access,Ue as shares_admin,Ye as spaces,Pe as spaces_access,ke as spaces_admin,po as suspended,ua as synchronization,Ei as to,da as trash_multiple_files,ta as trash_one_file,je as unanchored,W as user,H as users,Fe as webdav,Ge as webdav_access,Oa as write,Ao as yes};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b as M,d as K}from"./chunk-
|
|
1
|
+
import{b as M,d as K}from"./chunk-QVRVFYJH.js";import{b as E,c as W}from"./chunk-NCDUOVMW.js";import{da as R,ea as i,ja as D,ka as Z,ma as N,ta as V,wa as $,za as A}from"./chunk-4P3JABAP.js";import{a as X,b as I}from"./chunk-KAVP6UXH.js";var _e=36,F=1,ge=2,b=3,C=4,he=5,ye=6,be=7,ve=8,ke=9,xe=10,Oe=11,we=12,Qe=13,Ce=14,Se=15,qe=16,Pe=17,G=18,Te=19,ne=20,ie=21,Y=22,ze=23,je=24;function q(t){return t>=65&&t<=90||t>=97&&t<=122||t>=48&&t<=57}function Ue(t){return t>=48&&t<=57||t>=97&&t<=102||t>=65&&t<=70}function g(t,e,a){for(let r=!1;;){if(t.next<0)return;if(t.next==e&&!r){t.advance();return}r=a&&!r&&t.next==92,t.advance()}}function Be(t,e){e:for(;;){if(t.next<0)return;if(t.next==36){t.advance();for(let a=0;a<e.length;a++){if(t.next!=e.charCodeAt(a))continue e;t.advance()}if(t.next==36){t.advance();return}}else t.advance()}}function Le(t,e){let a="[{<(".indexOf(String.fromCharCode(e)),r=a<0?e:"]}>)".charCodeAt(a);for(;;){if(t.next<0)return;if(t.next==r&&t.peek(1)==39){t.advance(2);return}t.advance()}}function P(t,e){for(;!(t.next!=95&&!q(t.next));)e!=null&&(e+=String.fromCharCode(t.next)),t.advance();return e}function Xe(t){if(t.next==39||t.next==34||t.next==96){let e=t.next;t.advance(),g(t,e,!1)}else P(t)}function H(t,e){for(;t.next==48||t.next==49;)t.advance();e&&t.next==e&&t.advance()}function J(t,e){for(;;){if(t.next==46){if(e)break;e=!0}else if(t.next<48||t.next>57)break;t.advance()}if(t.next==69||t.next==101)for(t.advance(),(t.next==43||t.next==45)&&t.advance();t.next>=48&&t.next<=57;)t.advance()}function ee(t){for(;!(t.next<0||t.next==10);)t.advance()}function _(t,e){for(let a=0;a<e.length;a++)if(e.charCodeAt(a)==t)return!0;return!1}var S=` \r
|
|
2
2
|
`;function se(t,e,a){let r=Object.create(null);r.true=r.false=he,r.null=r.unknown=ye;for(let n of t.split(" "))n&&(r[n]=ne);for(let n of e.split(" "))n&&(r[n]=ie);for(let n of(a||"").split(" "))n&&(r[n]=je);return r}var h="array binary bit boolean char character clob date decimal double float int integer interval large national nchar nclob numeric object precision real smallint time timestamp varchar varying ",y="absolute action add after all allocate alter and any are as asc assertion at authorization before begin between both breadth by call cascade cascaded case cast catalog check close collate collation column commit condition connect connection constraint constraints constructor continue corresponding count create cross cube current current_date current_default_transform_group current_transform_group_for_type current_path current_role current_time current_timestamp current_user cursor cycle data day deallocate declare default deferrable deferred delete depth deref desc describe descriptor deterministic diagnostics disconnect distinct do domain drop dynamic each else elseif end end-exec equals escape except exception exec execute exists exit external fetch first for foreign found from free full function general get global go goto grant group grouping handle having hold hour identity if immediate in indicator initially inner inout input insert intersect into is isolation join key language last lateral leading leave left level like limit local localtime localtimestamp locator loop map match method minute modifies module month names natural nesting new next no none not of old on only open option or order ordinality out outer output overlaps pad parameter partial path prepare preserve primary prior privileges procedure public read reads recursive redo ref references referencing relative release repeat resignal restrict result return returns revoke right role rollback rollup routine row rows savepoint schema scroll search second section select session session_user set sets signal similar size some space specific specifictype sql sqlexception sqlstate sqlwarning start state static system_user table temporary then timezone_hour timezone_minute to trailing transaction translation treat trigger under undo union unique unnest until update usage user using value values view when whenever where while with without work write year zone ",T={backslashEscapes:!1,hashComments:!1,spaceAfterDashes:!1,slashComments:!1,doubleQuotedStrings:!1,doubleDollarQuotedStrings:!1,unquotedBitLiterals:!1,treatBitsAsBytes:!1,charSetCasts:!1,plsqlQuotingMechanism:!1,operatorChars:"*+-%<>!=&|~^/",specialVar:"?",identifierQuotes:'"',caseInsensitiveIdentifiers:!1,words:se(y,h)};function Ie(t,e,a,r){let n={};for(let s in T)n[s]=(t.hasOwnProperty(s)?t:T)[s];return e&&(n.words=se(e,a||"",r)),n}function oe(t){return new M(e=>{var a;let{next:r}=e;if(e.advance(),_(r,S)){for(;_(e.next,S);)e.advance();e.acceptToken(_e)}else if(r==36&&t.doubleDollarQuotedStrings){let n=P(e,"");e.next==36&&(e.advance(),Be(e,n),e.acceptToken(b))}else if(r==39||r==34&&t.doubleQuotedStrings)g(e,r,t.backslashEscapes),e.acceptToken(b);else if(r==35&&t.hashComments||r==47&&e.next==47&&t.slashComments)ee(e),e.acceptToken(F);else if(r==45&&e.next==45&&(!t.spaceAfterDashes||e.peek(1)==32))ee(e),e.acceptToken(F);else if(r==47&&e.next==42){e.advance();for(let n=1;;){let s=e.next;if(e.next<0)break;if(e.advance(),s==42&&e.next==47){if(n--,e.advance(),!n)break}else s==47&&e.next==42&&(n++,e.advance())}e.acceptToken(ge)}else if((r==101||r==69)&&e.next==39)e.advance(),g(e,39,!0),e.acceptToken(b);else if((r==110||r==78)&&e.next==39&&t.charSetCasts)e.advance(),g(e,39,t.backslashEscapes),e.acceptToken(b);else if(r==95&&t.charSetCasts)for(let n=0;;n++){if(e.next==39&&n>1){e.advance(),g(e,39,t.backslashEscapes),e.acceptToken(b);break}if(!q(e.next))break;e.advance()}else if(t.plsqlQuotingMechanism&&(r==113||r==81)&&e.next==39&&e.peek(1)>0&&!_(e.peek(1),S)){let n=e.peek(1);e.advance(2),Le(e,n),e.acceptToken(b)}else if(_(r,t.identifierQuotes)){let n=r==91?93:r;g(e,n,!1),e.acceptToken(Te)}else if(r==40)e.acceptToken(be);else if(r==41)e.acceptToken(ve);else if(r==123)e.acceptToken(ke);else if(r==125)e.acceptToken(xe);else if(r==91)e.acceptToken(Oe);else if(r==93)e.acceptToken(we);else if(r==59)e.acceptToken(Qe);else if(t.unquotedBitLiterals&&r==48&&e.next==98)e.advance(),H(e),e.acceptToken(Y);else if((r==98||r==66)&&(e.next==39||e.next==34)){let n=e.next;e.advance(),t.treatBitsAsBytes?(g(e,n,t.backslashEscapes),e.acceptToken(ze)):(H(e,n),e.acceptToken(Y))}else if(r==48&&(e.next==120||e.next==88)||(r==120||r==88)&&e.next==39){let n=e.next==39;for(e.advance();Ue(e.next);)e.advance();n&&e.next==39&&e.advance(),e.acceptToken(C)}else if(r==46&&e.next>=48&&e.next<=57)J(e,!0),e.acceptToken(C);else if(r==46)e.acceptToken(Ce);else if(r>=48&&r<=57)J(e,!1),e.acceptToken(C);else if(_(r,t.operatorChars)){for(;_(e.next,t.operatorChars);)e.advance();e.acceptToken(Se)}else if(_(r,t.specialVar))e.next==r&&e.advance(),Xe(e),e.acceptToken(Pe);else if(r==58||r==44)e.acceptToken(qe);else if(q(r)){let n=P(e,String.fromCharCode(r));e.acceptToken(e.next==46||e.peek(-n.length-1)==46?G:(a=t.words[n.toLowerCase()])!==null&&a!==void 0?a:G)}})}var le=oe(T),Re=K.deserialize({version:14,states:"%vQ]QQOOO#wQRO'#DSO$OQQO'#CwO%eQQO'#CxO%lQQO'#CyO%sQQO'#CzOOQQ'#DS'#DSOOQQ'#C}'#C}O'UQRO'#C{OOQQ'#Cv'#CvOOQQ'#C|'#C|Q]QQOOQOQQOOO'`QQO'#DOO(xQRO,59cO)PQQO,59cO)UQQO'#DSOOQQ,59d,59dO)cQQO,59dOOQQ,59e,59eO)jQQO,59eOOQQ,59f,59fO)qQQO,59fOOQQ-E6{-E6{OOQQ,59b,59bOOQQ-E6z-E6zOOQQ,59j,59jOOQQ-E6|-E6|O+VQRO1G.}O+^QQO,59cOOQQ1G/O1G/OOOQQ1G/P1G/POOQQ1G/Q1G/QP+kQQO'#C}O+rQQO1G.}O)PQQO,59cO,PQQO'#Cw",stateData:",[~OtOSPOSQOS~ORUOSUOTUOUUOVROXSOZTO]XO^QO_UO`UOaPObPOcPOdUOeUOfUOgUOhUO~O^]ORvXSvXTvXUvXVvXXvXZvX]vX_vX`vXavXbvXcvXdvXevXfvXgvXhvX~OsvX~P!jOa_Ob_Oc_O~ORUOSUOTUOUUOVROXSOZTO^tO_UO`UOa`Ob`Oc`OdUOeUOfUOgUOhUO~OWaO~P$ZOYcO~P$ZO[eO~P$ZORUOSUOTUOUUOVROXSOZTO^QO_UO`UOaPObPOcPOdUOeUOfUOgUOhUO~O]hOsoX~P%zOajObjOcjO~O^]ORkaSkaTkaUkaVkaXkaZka]ka_ka`kaakabkackadkaekafkagkahka~Oska~P'kO^]O~OWvXYvX[vX~P!jOWnO~P$ZOYoO~P$ZO[pO~P$ZO^]ORkiSkiTkiUkiVkiXkiZki]ki_ki`kiakibkickidkiekifkigkihki~Oski~P)xOWkaYka[ka~P'kO]hO~P$ZOWkiYki[ki~P)xOasObsOcsO~O",goto:"#hwPPPPPPPPPPPPPPPPPPPPPPPPPPx||||!Y!^!d!xPPP#[TYOZeUORSTWZbdfqT[OZQZORiZSWOZQbRQdSQfTZgWbdfqQ^PWk^lmrQl_Qm`RrseVORSTWZbdfq",nodeNames:"\u26A0 LineComment BlockComment String Number Bool Null ( ) { } [ ] ; . Operator Punctuation SpecialVar Identifier QuotedIdentifier Keyword Type Bits Bytes Builtin Script Statement CompositeIdentifier Parens Braces Brackets Statement",maxTerm:38,nodeProps:[["isolate",-4,1,2,3,19,""]],skippedNodes:[0,1,2],repeatNodeCount:3,tokenData:"RORO",tokenizers:[0,le],topRules:{Script:[0,25]},tokenPrec:0});function z(t){let e=t.cursor().moveTo(t.from,-1);for(;/Comment/.test(e.name);)e.moveTo(e.from,-1);return e.node}function x(t,e){let a=t.sliceString(e.from,e.to),r=/^([`'"\[])(.*)([`'"\]])$/.exec(a);return r?r[2]:a}function Q(t){return t&&(t.name=="Identifier"||t.name=="QuotedIdentifier")}function De(t,e){if(e.name=="CompositeIdentifier"){let a=[];for(let r=e.firstChild;r;r=r.nextSibling)Q(r)&&a.push(x(t,r));return a}return[x(t,e)]}function te(t,e){for(let a=[];;){if(!e||e.name!=".")return a;let r=z(e);if(!Q(r))return a;a.unshift(x(t,r)),e=z(r)}}function Ze(t,e){let a=Z(t).resolveInner(e,-1),r=Ve(t.doc,a);return a.name=="Identifier"||a.name=="QuotedIdentifier"||a.name=="Keyword"?{from:a.from,quoted:a.name=="QuotedIdentifier"?t.doc.sliceString(a.from,a.from+1):null,parents:te(t.doc,z(a)),aliases:r}:a.name=="."?{from:e,quoted:null,parents:te(t.doc,a),aliases:r}:{from:e,quoted:null,parents:[],empty:!0,aliases:r}}var Ne=new Set("where group having order union intersect except all distinct limit offset fetch for".split(" "));function Ve(t,e){let a;for(let n=e;!a;n=n.parent){if(!n)return null;n.name=="Statement"&&(a=n)}let r=null;for(let n=a.firstChild,s=!1,c=null;n;n=n.nextSibling){let l=n.name=="Keyword"?t.sliceString(n.from,n.to).toLowerCase():null,o=null;if(!s)s=l=="from";else if(l=="as"&&c&&Q(n.nextSibling))o=x(t,n.nextSibling);else{if(l&&Ne.has(l))break;c&&Q(n)&&(o=x(t,n))}o&&(r||(r=Object.create(null)),r[o]=De(t,c)),c=/Identifier$/.test(n.name)?n:null}return r}function $e(t,e,a){return a.map(r=>I(X({},r),{label:r.label[0]==t?r.label:t+r.label+e,apply:void 0}))}var Ae=/^\w*$/,Ee=/^[`'"\[]?\w*[`'"\]]?$/;function re(t){return t.self&&typeof t.self.label=="string"}var j=class t{constructor(e,a){this.idQuote=e,this.idCaseInsensitive=a,this.list=[],this.children=void 0}child(e){let a=this.children||(this.children=Object.create(null)),r=a[e];return r||(e&&!this.list.some(n=>n.label==e)&&this.list.push(ae(e,"type",this.idQuote,this.idCaseInsensitive)),a[e]=new t(this.idQuote,this.idCaseInsensitive))}maybeChild(e){return this.children?this.children[e]:null}addCompletion(e){let a=this.list.findIndex(r=>r.label==e.label);a>-1?this.list[a]=e:this.list.push(e)}addCompletions(e){for(let a of e)this.addCompletion(typeof a=="string"?ae(a,"property",this.idQuote,this.idCaseInsensitive):a)}addNamespace(e){Array.isArray(e)?this.addCompletions(e):re(e)?this.addNamespace(e.children):this.addNamespaceObject(e)}addNamespaceObject(e){for(let a of Object.keys(e)){let r=e[a],n=null,s=a.replace(/\\?\./g,l=>l=="."?"\0":l).split("\0"),c=this;re(r)&&(n=r.self,r=r.children);for(let l=0;l<s.length;l++)n&&l==s.length-1&&c.addCompletion(n),c=c.child(s[l].replace(/\\\./g,"."));c.addNamespace(r)}}};function ae(t,e,a,r){return new RegExp("^[a-z_][a-z_\\d]*$",r?"i":"").test(t)?{label:t,type:e}:{label:t,type:e,apply:a+t+ce(a)}}function ce(t){return t==="["?"]":t}function We(t,e,a,r,n,s){var c;let l=((c=s?.spec.identifierQuotes)===null||c===void 0?void 0:c[0])||'"',o=new j(l,!!s?.spec.caseInsensitiveIdentifiers),u=n?o.child(n):null;return o.addNamespace(t),e&&(u||o).addCompletions(e),a&&o.addCompletions(a),u&&o.addCompletions(u.list),r&&o.addCompletions((u||o).child(r).list),p=>{let{parents:v,from:B,quoted:L,empty:pe,aliases:O}=Ze(p.state,p.pos);if(pe&&!p.explicit)return null;O&&v.length==1&&(v=O[v[0]]||v);let d=o;for(let f of v){for(;!d.children||!d.children[f];)if(d==o&&u)d=u;else if(d==u&&r)d=d.child(r);else return null;let k=d.maybeChild(f);if(!k)return null;d=k}let w=d.list;if(d==o&&O&&(w=w.concat(Object.keys(O).map(f=>({label:f,type:"constant"})))),L){let f=L[0],k=ce(f),fe=p.state.sliceDoc(p.pos,p.pos+1)==k;return{from:B,to:fe?p.pos+1:void 0,options:$e(f,k,w),validFor:Ee}}else return{from:B,options:w,validFor:Ae}}}function Me(t){return t==ie?"type":t==ne?"keyword":"variable"}function Ke(t,e,a){let r=Object.keys(t).map(n=>a(e?n.toUpperCase():n,Me(t[n])));return W(["QuotedIdentifier","String","LineComment","BlockComment","."],E(r))}var Fe=Re.configure({props:[V.add({Statement:$()}),A.add({Statement(t,e){return{from:Math.min(t.from+100,e.doc.lineAt(t.from).to),to:t.to}},BlockComment(t){return{from:t.from+2,to:t.to-2}}}),R({Keyword:i.keyword,Type:i.typeName,Builtin:i.standard(i.name),Bits:i.number,Bytes:i.string,Bool:i.bool,Null:i.null,Number:i.number,String:i.string,Identifier:i.name,QuotedIdentifier:i.special(i.string),SpecialVar:i.special(i.name),LineComment:i.lineComment,BlockComment:i.blockComment,Operator:i.operator,"Semi Punctuation":i.punctuation,"( )":i.paren,"{ }":i.brace,"[ ]":i.squareBracket})]}),m=class t{constructor(e,a,r){this.dialect=e,this.language=a,this.spec=r}get extension(){return this.language.extension}configureLanguage(e,a){return new t(this.dialect,this.language.configure(e,a),this.spec)}static define(e){let a=Ie(e,e.keywords,e.types,e.builtin),r=D.define({name:"sql",parser:Fe.configure({tokenizers:[{from:le,to:oe(a)}]}),languageData:{commentTokens:{line:"--",block:{open:"/*",close:"*/"}},closeBrackets:{brackets:["(","[","{","'",'"',"`"]}}});return new t(a,r,e)}};function Ge(t,e){return{label:t,type:e,boost:-1}}function Ye(t,e=!1,a){return Ke(t.dialect.words,e,a||Ge)}function He(t){return t.schema?We(t.schema,t.tables,t.schemas,t.defaultTable,t.defaultSchema,t.dialect||U):()=>null}function Je(t){return t.schema?(t.dialect||U).language.data.of({autocomplete:He(t)}):[]}function it(t={}){let e=t.dialect||U;return new N(e.language,[Je(t),e.language.data.of({autocomplete:Ye(e,t.upperCaseKeywords,t.keywordCompletion)})])}var U=m.define({}),st=m.define({charSetCasts:!0,doubleDollarQuotedStrings:!0,operatorChars:"+-*/<>=~!@#%^&|`?",specialVar:"",keywords:y+"abort abs absent access according ada admin aggregate alias also always analyse analyze array_agg array_max_cardinality asensitive assert assignment asymmetric atomic attach attribute attributes avg backward base64 begin_frame begin_partition bernoulli bit_length blocked bom cache called cardinality catalog_name ceil ceiling chain char_length character_length character_set_catalog character_set_name character_set_schema characteristics characters checkpoint class class_origin cluster coalesce cobol collation_catalog collation_name collation_schema collect column_name columns command_function command_function_code comment comments committed concurrently condition_number configuration conflict connection_name constant constraint_catalog constraint_name constraint_schema contains content control conversion convert copy corr cost covar_pop covar_samp csv cume_dist current_catalog current_row current_schema cursor_name database datalink datatype datetime_interval_code datetime_interval_precision db debug defaults defined definer degree delimiter delimiters dense_rank depends derived detach detail dictionary disable discard dispatch dlnewcopy dlpreviouscopy dlurlcomplete dlurlcompleteonly dlurlcompletewrite dlurlpath dlurlpathonly dlurlpathwrite dlurlscheme dlurlserver dlvalue document dump dynamic_function dynamic_function_code element elsif empty enable encoding encrypted end_frame end_partition endexec enforced enum errcode error event every exclude excluding exclusive exp explain expression extension extract family file filter final first_value flag floor following force foreach fortran forward frame_row freeze fs functions fusion generated granted greatest groups handler header hex hierarchy hint id ignore ilike immediately immutable implementation implicit import include including increment indent index indexes info inherit inherits inline insensitive instance instantiable instead integrity intersection invoker isnull key_member key_type label lag last_value lead leakproof least length library like_regex link listen ln load location lock locked log logged lower mapping matched materialized max max_cardinality maxvalue member merge message message_length message_octet_length message_text min minvalue mod mode more move multiset mumps name namespace nfc nfd nfkc nfkd nil normalize normalized nothing notice notify notnull nowait nth_value ntile nullable nullif nulls number occurrences_regex octet_length octets off offset oids operator options ordering others over overlay overriding owned owner parallel parameter_mode parameter_name parameter_ordinal_position parameter_specific_catalog parameter_specific_name parameter_specific_schema parser partition pascal passing passthrough password percent percent_rank percentile_cont percentile_disc perform period permission pg_context pg_datatype_name pg_exception_context pg_exception_detail pg_exception_hint placing plans pli policy portion position position_regex power precedes preceding prepared print_strict_params procedural procedures program publication query quote raise range rank reassign recheck recovery refresh regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy regr_syy reindex rename repeatable replace replica requiring reset respect restart restore result_oid returned_cardinality returned_length returned_octet_length returned_sqlstate returning reverse routine_catalog routine_name routine_schema routines row_count row_number rowtype rule scale schema_name schemas scope scope_catalog scope_name scope_schema security selective self sensitive sequence sequences serializable server server_name setof share show simple skip slice snapshot source specific_name sqlcode sqlerror sqrt stable stacked standalone statement statistics stddev_pop stddev_samp stdin stdout storage strict strip structure style subclass_origin submultiset subscription substring substring_regex succeeds sum symmetric sysid system system_time table_name tables tablesample tablespace temp template ties token top_level_count transaction_active transactions_committed transactions_rolled_back transform transforms translate translate_regex trigger_catalog trigger_name trigger_schema trim trim_array truncate trusted type types uescape unbounded uncommitted unencrypted unlink unlisten unlogged unnamed untyped upper uri use_column use_variable user_defined_type_catalog user_defined_type_code user_defined_type_name user_defined_type_schema vacuum valid validate validator value_of var_pop var_samp varbinary variable_conflict variadic verbose version versioning views volatile warning whitespace width_bucket window within wrapper xmlagg xmlattributes xmlbinary xmlcast xmlcomment xmlconcat xmldeclaration xmldocument xmlelement xmlexists xmlforest xmliterate xmlnamespaces xmlparse xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltext xmlvalidate yes",types:h+"bigint int8 bigserial serial8 varbit bool box bytea cidr circle precision float8 inet int4 json jsonb line lseg macaddr macaddr8 money numeric pg_lsn point polygon float4 int2 smallserial serial2 serial serial4 text timetz timestamptz tsquery tsvector txid_snapshot uuid xml"}),de="accessible algorithm analyze asensitive authors auto_increment autocommit avg avg_row_length binlog btree cache catalog_name chain change changed checkpoint checksum class_origin client_statistics coalesce code collations columns comment committed completion concurrent consistent contains contributors convert database databases day_hour day_microsecond day_minute day_second delay_key_write delayed delimiter des_key_file dev_pop dev_samp deviance directory disable discard distinctrow div dual dumpfile enable enclosed ends engine engines enum errors escaped even event events every explain extended fast field fields flush force found_rows fulltext grants handler hash high_priority hosts hour_microsecond hour_minute hour_second ignore ignore_server_ids import index index_statistics infile innodb insensitive insert_method install invoker iterate keys kill linear lines list load lock logs low_priority master master_heartbeat_period master_ssl_verify_server_cert masters max max_rows maxvalue message_text middleint migrate min min_rows minute_microsecond minute_second mod mode modify mutex mysql_errno no_write_to_binlog offline offset one online optimize optionally outfile pack_keys parser partition partitions password phase plugin plugins prev processlist profile profiles purge query quick range read_write rebuild recover regexp relaylog remove rename reorganize repair repeatable replace require resume rlike row_format rtree schedule schema_name schemas second_microsecond security sensitive separator serializable server share show slave slow snapshot soname spatial sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_no_cache sql_small_result ssl starting starts std stddev stddev_pop stddev_samp storage straight_join subclass_origin sum suspend table_name table_statistics tables tablespace terminated triggers truncate uncommitted uninstall unlock upgrade use use_frm user_resources user_statistics utc_date utc_time utc_timestamp variables views warnings xa xor year_month zerofill",me=h+"bool blob long longblob longtext medium mediumblob mediumint mediumtext tinyblob tinyint tinytext text bigint int1 int2 int3 int4 int8 float4 float8 varbinary varcharacter precision datetime unsigned signed",ue="charset clear edit ego help nopager notee nowarning pager print prompt quit rehash source status system tee",ot=m.define({operatorChars:"*+-%<>!=&|^",charSetCasts:!0,doubleQuotedStrings:!0,unquotedBitLiterals:!0,hashComments:!0,spaceAfterDashes:!0,specialVar:"@?",identifierQuotes:"`",keywords:y+"group_concat "+de,types:me,builtin:ue}),lt=m.define({operatorChars:"*+-%<>!=&|^",charSetCasts:!0,doubleQuotedStrings:!0,unquotedBitLiterals:!0,hashComments:!0,spaceAfterDashes:!0,specialVar:"@?",identifierQuotes:"`",keywords:y+"always generated groupby_concat hard persistent shutdown soft virtual "+de,types:me,builtin:ue}),et="approx_count_distinct approx_percentile_cont approx_percentile_disc avg checksum_agg count count_big grouping grouping_id max min product stdev stdevp sum var varp ai_generate_embeddings ai_generate_chunks cume_dist first_value lag last_value lead percentile_cont percentile_disc percent_rank left_shift right_shift bit_count get_bit set_bit collationproperty tertiary_weights @@datefirst @@dbts @@langid @@language @@lock_timeout @@max_connections @@max_precision @@nestlevel @@options @@remserver @@servername @@servicename @@spid @@textsize @@version cast convert parse try_cast try_convert try_parse asymkey_id asymkeyproperty certproperty cert_id crypt_gen_random decryptbyasymkey decryptbycert decryptbykey decryptbykeyautoasymkey decryptbykeyautocert decryptbypassphrase encryptbyasymkey encryptbycert encryptbykey encryptbypassphrase hashbytes is_objectsigned key_guid key_id key_name signbyasymkey signbycert symkeyproperty verifysignedbycert verifysignedbyasymkey @@cursor_rows @@fetch_status cursor_status datalength ident_current ident_incr ident_seed identity sql_variant_property @@datefirst current_timestamp current_timezone current_timezone_id date_bucket dateadd datediff datediff_big datefromparts datename datepart datetime2fromparts datetimefromparts datetimeoffsetfromparts datetrunc day eomonth getdate getutcdate isdate month smalldatetimefromparts switchoffset sysdatetime sysdatetimeoffset sysutcdatetime timefromparts todatetimeoffset year edit_distance edit_distance_similarity jaro_winkler_distance jaro_winkler_similarity edge_id_from_parts graph_id_from_edge_id graph_id_from_node_id node_id_from_parts object_id_from_edge_id object_id_from_node_id json isjson json_array json_contains json_modify json_object json_path_exists json_query json_value regexp_like regexp_replace regexp_substr regexp_instr regexp_count regexp_matches regexp_split_to_table abs acos asin atan atn2 ceiling cos cot degrees exp floor log log10 pi power radians rand round sign sin sqrt square tan choose greatest iif least @@procid app_name applock_mode applock_test assemblyproperty col_length col_name columnproperty databasepropertyex db_id db_name file_id file_idex file_name filegroup_id filegroup_name filegroupproperty fileproperty filepropertyex fulltextcatalogproperty fulltextserviceproperty index_col indexkey_property indexproperty next value for object_definition object_id object_name object_schema_name objectproperty objectpropertyex original_db_name parsename schema_id schema_name scope_identity serverproperty stats_date type_id type_name typeproperty dense_rank ntile rank row_number publishingservername certenclosed certprivatekey current_user database_principal_id has_dbaccess has_perms_by_name is_member is_rolemember is_srvrolemember loginproperty original_login permissions pwdencrypt pwdcompare session_user sessionproperty suser_id suser_name suser_sid suser_sname system_user user user_id user_name ascii char charindex concat concat_ws difference format left len lower ltrim nchar patindex quotename replace replicate reverse right rtrim soundex space str string_agg string_escape stuff substring translate trim unicode upper $partition @@error @@identity @@pack_received @@rowcount @@trancount binary_checksum checksum compress connectionproperty context_info current_request_id current_transaction_id decompress error_line error_message error_number error_procedure error_severity error_state formatmessage get_filestream_transaction_context getansinull host_id host_name isnull isnumeric min_active_rowversion newid newsequentialid rowcount_big session_context xact_state @@connections @@cpu_busy @@idle @@io_busy @@pack_sent @@packet_errors @@timeticks @@total_errors @@total_read @@total_write textptr textvalid columns_updated eventdata trigger_nestlevel vector_distance vectorproperty vector_search generate_series opendatasource openjson openquery openrowset openxml predict string_split coalesce nullif apply catch filter force include keep keepfixed modify optimize parameterization parameters partition recompile sequence set",ct=m.define({keywords:y+"add external procedure all fetch public alter file raiserror and fillfactor read any for readtext as foreign reconfigure asc freetext references authorization freetexttable replication backup from restore begin full restrict between function return break goto revert browse grant revoke bulk group right by having rollback cascade holdlock rowcount case identity rowguidcol check identity_insert rule checkpoint identitycol save close if schema clustered in securityaudit coalesce index select collate inner semantickeyphrasetable column insert semanticsimilaritydetailstable commit intersect semanticsimilaritytable compute into session_user constraint is set contains join setuser containstable key shutdown continue kill some convert left statistics create like system_user cross lineno table current load tablesample current_date merge textsize current_time national then current_timestamp nocheck to current_user nonclustered top cursor not tran database null transaction dbcc nullif trigger deallocate of truncate declare off try_convert default offsets tsequal delete on union deny open unique desc opendatasource unpivot disk openquery update distinct openrowset updatetext distributed openxml use double option user drop or values dump order varying else outer view end over waitfor errlvl percent when escape pivot where except plan while exec precision with execute primary within group exists print writetext exit proc noexpand index forceseek forcescan holdlock nolock nowait paglock readcommitted readcommittedlock readpast readuncommitted repeatableread rowlock serializable snapshot spatial_window_max_cells tablock tablockx updlock xlock keepidentity keepdefaults ignore_constraints ignore_triggers",types:h+"smalldatetime datetimeoffset datetime2 datetime bigint smallint smallmoney tinyint money real text nvarchar ntext varbinary image hierarchyid uniqueidentifier sql_variant xml",builtin:et,operatorChars:"*+-%<>!=^&|/",specialVar:"@",identifierQuotes:'"['}),dt=m.define({keywords:y+"abort analyze attach autoincrement conflict database detach exclusive fail glob ignore index indexed instead isnull notnull offset plan pragma query raise regexp reindex rename replace temp vacuum virtual",types:h+"bool blob long longblob longtext medium mediumblob mediumint mediumtext tinyblob tinyint tinytext text bigint int2 int8 unsigned signed real",builtin:"auth backup bail changes clone databases dbinfo dump echo eqp explain fullschema headers help import imposter indexes iotrace lint load log mode nullvalue once print prompt quit restore save scanstats separator shell show stats system tables testcase timeout timer trace vfsinfo vfslist vfsname width",operatorChars:"*+-%<>!=&|/~",identifierQuotes:'`"',specialVar:"@:?$"}),mt=m.define({keywords:"add all allow alter and any apply as asc authorize batch begin by clustering columnfamily compact consistency count create custom delete desc distinct drop each_quorum exists filtering from grant if in index insert into key keyspace keyspaces level limit local_one local_quorum modify nan norecursive nosuperuser not of on one order password permission permissions primary quorum rename revoke schema select set storage superuser table three to token truncate ttl two type unlogged update use user users using values where with writetime infinity NaN",types:h+"ascii bigint blob counter frozen inet list map static text timeuuid tuple uuid varint",slashComments:!0}),ut=m.define({keywords:y+"abort accept access add all alter and any arraylen as asc assert assign at attributes audit authorization avg base_table begin between binary_integer body by case cast char_base check close cluster clusters colauth column comment commit compress connected constant constraint crash create current currval cursor data_base database dba deallocate debugoff debugon declare default definition delay delete desc digits dispose distinct do drop else elseif elsif enable end entry exception exception_init exchange exclusive exists external fast fetch file for force form from function generic goto grant group having identified if immediate in increment index indexes indicator initial initrans insert interface intersect into is key level library like limited local lock log logging loop master maxextents maxtrans member minextents minus mislabel mode modify multiset new next no noaudit nocompress nologging noparallel not nowait number_base of off offline on online only option or order out package parallel partition pctfree pctincrease pctused pls_integer positive positiven pragma primary prior private privileges procedure public raise range raw rebuild record ref references refresh rename replace resource restrict return returning returns reverse revoke rollback row rowid rowlabel rownum rows run savepoint schema segment select separate set share snapshot some space split sql start statement storage subtype successful synonym tabauth table tables tablespace task terminate then to trigger truncate type union unique unlimited unrecoverable unusable update use using validate value values variable view views when whenever where while with work",builtin:"appinfo arraysize autocommit autoprint autorecovery autotrace blockterminator break btitle cmdsep colsep compatibility compute concat copycommit copytypecheck define echo editfile embedded feedback flagger flush heading headsep instance linesize lno loboffset logsource longchunksize markup native newpage numformat numwidth pagesize pause pno recsep recsepchar repfooter repheader serveroutput shiftinout show showmode spool sqlblanklines sqlcase sqlcode sqlcontinue sqlnumber sqlpluscompatibility sqlprefix sqlprompt sqlterminator suffix tab term termout timing trimout trimspool ttitle underline verify version wrap",types:h+"ascii bfile bfilename bigserial bit blob dec long number nvarchar nvarchar2 serial smallint string text uid varchar2 xml",operatorChars:"*/+-%<>!=~",doubleQuotedStrings:!0,charSetCasts:!0,plsqlQuotingMechanism:!0});export{mt as Cassandra,ct as MSSQL,lt as MariaSQL,ot as MySQL,ut as PLSQL,st as PostgreSQL,m as SQLDialect,dt as SQLite,U as StandardSQL,Ye as keywordCompletionSource,He as schemaCompletionSource,it as sql};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g,h,i,j,k,l}from"./chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j,k,l}from"./chunk-Y4AUYQTG.js";import"./chunk-QVRVFYJH.js";import"./chunk-NCDUOVMW.js";import"./chunk-4P3JABAP.js";import"./chunk-KAVP6UXH.js";export{k as autoCloseTags,d as completionPath,l as esLint,j as javascript,f as javascriptLanguage,h as jsxLanguage,c as localCompletionSource,e as scopeCompletionSource,a as snippets,i as tsxLanguage,g as typescriptLanguage,b as typescriptSnippets};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{e as oe}from"./chunk-
|
|
1
|
+
import{e as oe}from"./chunk-677WUBCT.js";import{b as ne}from"./chunk-VS4O2XDP.js";import{u as d,w as se,x as I}from"./chunk-NGUAJIGI.js";import{A as R,C as A,D as W,F as v,bb as te,hb as ie,ma as E,na as u,oa as K,pa as f,qa as Q,ra as a,sa as X,ta as Y,ua as Z,va as ee,wb as re}from"./chunk-B6PDYCRO.js";import{d as H}from"./chunk-Y67J3BOL.js";import{Bb as D,Eb as k,Ed as V,G as w,Gb as g,Jd as q,Kd as z,Oa as S,Qa as O,Tb as U,Vb as L,Yc as F,ab as C,ea as P,ja as c,kc as $,lc as B,mc as j,nb as N,oa as x,pa as T,pb as b,qb as G,rb as y,sb as _,tb as l,v as o}from"./chunk-QJVC3SRJ.js";import{n as J}from"./chunk-DM4NXKEP.js";var m=class{constructor(i){this.isAdmin=!1,this.newly=0,this.applications=[],this.currentAccessHover=!1,this.setGroups(i),this.setManagers(i),Object.assign(this,i),this.isAdmin=i.role===R.ADMINISTRATOR,this.userRoleText=ie(R[i.role]),this.avatarUrl=re(i.login),this.userIsActiveText=this.isActive?"active":"suspended",this.hTimeAgo=J(this.currentAccess).fromNow(!0),this.newly=te(this.currentAccess),this.permissions&&(this.applications=this.permissions.split(A))}setGroups(i){i?.groups&&(i.groups=i.groups.map(p=>new d(p)))}setManagers(i){i?.managers&&(i.managers=i.managers.map(p=>new d(p)))}};var h=class{constructor(i){Object.assign(this,i),this.permissions&&(this.applications=this.permissions.split(A))}};var Te=(()=>{let i=class i{constructor(){this.http=c(F),this.router=c(H),this.authService=c(ne)}listUsers(e=!1){return this.http.get(e?Q:K).pipe(o(t=>t.map(r=>new m(r))))}getUser(e,t=!1){return this.http.get(`${t?f:u}/${e}`).pipe(o(r=>t?new I(r):new m(r)))}createUser(e,t,r=!1){return this.http.post(r?f:u,e,{headers:t}).pipe(o(n=>r?new I(n):new m(n)))}updateUser(e,t,r,n=!1){return this.http.put(`${n?f:u}/${e}`,t,{headers:r}).pipe(o(M=>n?new I(M):new m(M)))}deleteUser(e,t,r){return this.http.request("delete",`${t.isGuest?f:u}/${e}`,{headers:r,body:t})}browseGroup(e,t=!1){return this.http.get(`${t?Y:X}${e?`/${e}`:""}`).pipe(o(r=>new se(r)))}getGroup(e){return this.http.get(`${a}/${e}`).pipe(o(t=>new h(t)))}createGroup(e){return this.http.post(a,e).pipe(o(t=>new h(t)))}updateGroup(e,t){return this.http.put(`${a}/${e}`,t).pipe(o(r=>new h(r)))}deleteGroup(e){return this.http.delete(`${a}/${e}`)}addUsersToGroup(e,t){return this.http.patch(`${a}/${e}/${E.USERS}`,t)}updateUserFromGroup(e,t,r){return this.http.patch(`${a}/${e}/${E.USERS}/${t}`,r)}removeUserFromGroup(e,t){return this.http.delete(`${a}/${e}/${E.USERS}/${t}`)}searchMembers(e,t=!1){return this.http.request("search",Z,{body:e}).pipe(o(r=>r.map(n=>(t&&delete n.description,new d(n)))),w(()=>[]))}impersonateUser(e,t){return this.http.post(`${ee}/${e}`,null,{headers:t})}initImpersonateUser(e){this.authService.initUserFromResponse(e,!0),this.router.navigate([v.BASE,v.ACCOUNT]).catch(console.error)}};i.\u0275fac=function(t){return new(t||i)},i.\u0275prov=P({token:i,factory:i.\u0275fac,providedIn:"root"});let s=i;return s})();function ae(s,i){if(s&1){let p=D();_(0,"div",3)(1,"label",4)(2,"input",5),k("change",function(t){let r=x(p).$implicit,n=g();return T(n.updatePermissions(r,t))}),l(),U(3),$(4,"translate"),$(5,"capitalize"),l()()}if(s&2){let p=i.$implicit,e=g();S(2),y("checked",e.permissions.indexOf(p)>-1)("value",p),S(),L(" ",B(5,6,j(4,3,p,e.locale.language))," ")}}var Le=(()=>{let i=class i{constructor(){this.permissions=[],this.permissionsChange=new O,this.locale=c(V),this.allApplications=Object.values(W)}updatePermissions(e,t){t.target.checked?this.permissions.push(e):this.permissions.splice(this.permissions.indexOf(e),1),this.permissionsChange.emit(this.permissions)}};i.\u0275fac=function(t){return new(t||i)},i.\u0275cmp=C({type:i,selectors:[["app-admin-permissions"]],inputs:{permissions:"permissions"},outputs:{permissionsChange:"permissionsChange"},decls:6,vars:0,consts:[[1,"d-flex","flex-column","col-12","pb-3"],["for","permissions","l10nTranslate",""],["id","permissions",1,"form-check","form-switch","form-check-inline"],[1,"d-flex"],[1,"form-check-label"],["type","checkbox",1,"form-check-input",3,"change","checked","value"]],template:function(t,r){t&1&&(_(0,"div",0)(1,"label",1),U(2,"Permissions"),l(),_(3,"div",2),b(4,ae,6,8,"div",3,N),l()()),t&2&&(S(4),G(r.allApplications))},dependencies:[z,oe,q],encapsulation:2});let s=i;return s})();export{m as a,Te as b,Le as c};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{k as L}from"./chunk-RTNEBRKJ.js";import{b as u,e as h}from"./chunk-
|
|
1
|
+
import{k as L}from"./chunk-RTNEBRKJ.js";import{b as u,e as h}from"./chunk-Y67J3BOL.js";import{$e as x,Ia as d,Kd as g,Oa as n,Tb as s,Ub as v,ab as f,ja as p,rb as c,sb as t,sg as R,tb as i,ub as o,wg as E}from"./chunk-QJVC3SRJ.js";import"./chunk-KAVP6UXH.js";var D=(()=>{let e=class e{constructor(){this.logoUrl=L,this.icons={faExclamationCircle:x},this.activatedRoute=p(u),this.activatedRoute.params.subscribe(l=>this.error=E[l.error])}};e.\u0275fac=function(r){return new(r||e)},e.\u0275cmp=f({type:e,selectors:[["app-public-link-error"]],decls:13,vars:3,consts:[[1,"link-page"],[1,"header"],["routerLink",""],["alt","","height","40",3,"src"],[1,"d-flex","flex-column","align-items-center",2,"margin-top","1.2rem","margin-bottom",".6rem"],["size","5x",1,"text-white",3,"icon"],["l10nTranslate","",1,"error-code"],[1,"error-text"],[1,"hr"],["l10nTranslate","",1,"solve"]],template:function(r,m){r&1&&(t(0,"div",0)(1,"div",1)(2,"a",2),o(3,"img",3),i()(),t(4,"div",4),o(5,"fa-icon",5),i(),t(6,"div",6),s(7,"Link error"),i(),t(8,"div",7),o(9,"span",8),t(10,"div")(11,"span",9),s(12),i()()()()),r&2&&(n(3),c("src",m.logoUrl,d),n(2),c("icon",m.icons.faExclamationCircle),n(7),v(m.error))},dependencies:[h,g,R],encapsulation:2});let a=e;return a})();export{D as PublicLinkErrorComponent};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as M,b as R}from"./chunk-
|
|
1
|
+
import{a as M,b as R}from"./chunk-L7RRX2M3.js";import"./chunk-QIGUDEZF.js";import{f as I,h as W}from"./chunk-WN4WXCVK.js";import"./chunk-RTNEBRKJ.js";import{Ab as u,Cb as A,Fb as O,s as b,sb as N,tb as y,ub as d}from"./chunk-B6PDYCRO.js";import{d as w}from"./chunk-Y67J3BOL.js";import{Eb as x,Gb as m,Ia as C,Kd as z,Oa as o,Sb as T,Tb as a,Ub as p,ab as E,cc as g,ja as v,lb as S,mb as h,rb as s,sb as i,sg as D,tb as n,ub as l}from"./chunk-QJVC3SRJ.js";import"./chunk-DM4NXKEP.js";import"./chunk-ZIJQRARU.js";import{i as P}from"./chunk-KAVP6UXH.js";function L(e,r){if(e&1&&l(0,"fa-icon",24),e&2){let t=m();T(g("circle-",t.syncService.wizard.remotePath.iconClass,"-icon")),s("icon",t.syncService.wizard.remotePath.icon)}}function Y(e,r){if(e&1&&l(0,"img",7),e&2){let t=m();s("src",t.syncService.wizard.remotePath.mimeUrl,C)}}function k(e,r){if(e&1&&(i(0,"div",18),a(1),n()),e&2){let t=m();o(),p(t.error)}}function B(e,r){e&1&&(i(0,"span",26),a(1,"and from"),n())}function F(e,r){e&1&&(i(0,"span",28),a(1,"to"),n())}function Z(e,r){e&1&&(i(0,"span",26),a(1,"(Two-Way)"),n())}function U(e,r){e&1&&(i(0,"span",26),a(1,"(One-Way)"),n())}function V(e,r){e&1&&(i(0,"span",28),a(1,"the most recent files will be kept"),n())}function $(e,r){if(e&1&&(i(0,"span",26),a(1,"the files in"),n(),i(2,"span",29),a(3),n(),i(4,"span",26),a(5,"will be preferred"),n()),e&2){let t=m(3);o(3),p(t.syncPath.settings.conflictMode===t.SYNC_PATH_CONFLICT_MODE.LOCAL?t.syncService.wizard.localPath.name:t.syncService.wizard.remotePath.name)}}function j(e,r){if(e&1&&(i(0,"div")(1,"span",26),a(2,"In case of conflict,"),n(),i(3,"span"),a(4,"\xA0"),n(),S(5,V,2,0,"span",28)(6,$,6,1),n()),e&2){let t=m(2);o(5),h(t.syncPath.settings.conflictMode===t.SYNC_PATH_CONFLICT_MODE.RECENT?5:6)}}function G(e,r){if(e&1&&(i(0,"div")(1,"span",26),a(2,"All files created or modified in"),n(),i(3,"span",30),a(4),n(),i(5,"span",26),a(6,"will be ignored and deleted"),n()()),e&2){let t=m(2);o(4),p(t.syncPath.settings.mode===t.SYNC_PATH_MODE.DOWNLOAD?t.syncService.wizard.localPath.name:t.syncService.wizard.remotePath.name)}}function q(e,r){if(e&1&&(i(0,"div",25)(1,"span",26),a(2,"The data will be synchronized from"),n(),i(3,"span",27),a(4),n(),S(5,B,2,0,"span",26)(6,F,2,0,"span",28),i(7,"span",27),a(8),n(),S(9,Z,2,0,"span",26)(10,U,2,0,"span",26),n(),l(11,"br"),i(12,"div",25),S(13,j,7,1,"div")(14,G,7,1,"div"),n()),e&2){let t=m();o(4),p(t.syncPath.settings.mode===t.SYNC_PATH_MODE.DOWNLOAD?"the server folder":"the client folder"),o(),h(t.syncPath.settings.mode===t.SYNC_PATH_MODE.BOTH?5:6),o(3),p(t.syncPath.settings.mode===t.SYNC_PATH_MODE.DOWNLOAD?"the client folder":"the server folder"),o(),h(t.syncPath.settings.mode===t.SYNC_PATH_MODE.BOTH?9:10),o(4),h(t.syncPath.settings.mode===t.SYNC_PATH_MODE.BOTH?13:14)}}var de=(()=>{let r=class r{constructor(){this.syncService=v(W),this.SYNC_PATH_CONFLICT_MODE=A,this.SYNC_PATH_MODE=u,this.icons={CLIENT:y.CLIENT,SERVER:y.SERVER},this.translatedRemotePath=this.syncService.translateServerPath(this.syncService.wizard.remotePath.serverPath),this.error=null,this.router=v(w),this.layout=v(O),this.syncPath=new I({settings:{name:this.syncService.wizard.localPath.name,localPath:this.syncService.wizard.localPath.path,remotePath:this.syncService.wizard.remotePath.serverPath,enabled:this.syncService.wizard.settings.enabled,mode:this.syncService.wizard.remotePath.isWriteable?this.syncService.wizard.settings.mode:u.DOWNLOAD,conflictMode:this.syncService.wizard.settings.conflictMode,diffMode:this.syncService.wizard.settings.diffMode,scheduler:this.syncService.wizard.settings.scheduler,permissions:this.syncService.wizard.remotePath.permissions}}),this.layout.setBreadcrumbIcon(y.WIZARD),this.layout.setBreadcrumbNav({url:`/${d.BASE}/${d.WIZARD}/${d.WIZARD_SETTINGS}/${N.WIZARD_SETTINGS}`,splicing:3,translating:!0,sameLink:!0})}onPrevious(){this.router.navigate([d.BASE,d.WIZARD,d.WIZARD_SERVER]).catch(console.error)}onSubmit(){return P(this,null,function*(){let _=yield this.syncService.addPath(this.syncPath.settings);typeof _=="string"?this.error=_:(yield this.syncService.refreshPaths(),this.router.navigate([d.BASE,d.PATHS],{state:{id:_.id,withSettings:!1}}).catch(console.error),this.syncService.resetWizard())})}};r.\u0275fac=function(f){return new(f||r)},r.\u0275cmp=E({type:r,selectors:[["app-sync-wizard-settings"]],decls:38,vars:12,consts:[[1,"wizard","fs-sm"],[1,"d-flex","flex-row","justify-content-center","mb-3"],[1,"d-flex","flex-column","align-items-end"],[1,"fw-bold","mb-1","me-1"],[3,"icon"],["l10nTranslate","",1,"ms-2"],["placement","left",1,"cursor-pointer",3,"tooltip"],["alt","","height","35",3,"src"],[1,"position-absolute","text-truncate","pe-2",2,"top","110px"],[1,"d-flex","align-items-end","mb-2","mx-5"],[3,"syncPath"],[1,"d-flex","flex-column","align-items-start"],[1,"fw-bold","mb-1","ms-1"],["placement","right",1,"cursor-pointer",3,"tooltip"],[2,"width","32px","height","32px","font-size","16px",3,"icon","class"],[1,"position-absolute","text-truncate","ps-2",2,"top","110px"],[1,"mt-auto"],[1,"mb-auto"],["l10nTranslate","",1,"text-center","text-warning"],[1,"d-flex","align-items-start"],["translate","","type","button",1,"btn","btn-sm","btn-secondary","me-auto",3,"click"],[1,"fas","fa-arrow-circle-left","fa-fw"],["translate","","type","button",1,"btn","btn-sm","btn-secondary","ms-auto",3,"click","disabled"],[1,"fas","fa-check-circle","fa-fw"],[2,"width","32px","height","32px","font-size","16px",3,"icon"],[1,"text-center"],["l10nTranslate",""],["l10nTranslate","",1,"mx-1"],["l10nTranslate","",1,"fw-bold"],[1,"fw-bold","mx-1"],["l10nTranslate","",1,"fw-bold","mx-1"]],template:function(f,c){f&1&&(i(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",2)(4,"div",3),l(5,"fa-icon",4),i(6,"span",5),a(7,"Client"),n()(),i(8,"div",6),l(9,"img",7),n(),i(10,"div",8),a(11),n()()(),i(12,"div",9),l(13,"app-sync-path-direction-icon",10),n(),i(14,"div",11)(15,"div",11)(16,"div",12),l(17,"fa-icon",4),i(18,"span",5),a(19,"Server"),n()(),i(20,"div",13),S(21,L,1,4,"fa-icon",14)(22,Y,1,1,"img",7),n(),i(23,"div",15),a(24),n()()()(),l(25,"hr",16)(26,"app-sync-path-settings",10)(27,"hr",17),S(28,k,2,1,"div",18)(29,q,15,5),i(30,"div",16)(31,"div",19)(32,"button",20),x("click",function(){return c.onPrevious()}),l(33,"i",21),a(34," Previous "),n(),i(35,"button",22),x("click",function(){return c.onSubmit()}),l(36,"i",23),a(37," Done "),n()()()()),f&2&&(o(5),s("icon",c.icons.CLIENT),o(3),s("tooltip",c.syncService.wizard.localPath.path),o(),s("src",c.syncService.wizard.localPath.mimeUrl,C),o(2),p(c.syncService.wizard.localPath.name),o(2),s("syncPath",c.syncPath),o(4),s("icon",c.icons.SERVER),o(3),s("tooltip",c.translatedRemotePath),o(),h(c.syncService.wizard.remotePath.icon?21:22),o(3),p(c.syncService.wizard.remotePath.name),o(2),s("syncPath",c.syncPath),o(2),h(c.error?28:29),o(7),s("disabled",!c.syncPath.settings.name))},dependencies:[z,D,b,M,R],encapsulation:2});let e=r;return e})();export{de as SyncWizardSettingsComponent};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as Q}from"./chunk-XX3JPJUM.js";import{a as ge}from"./chunk-WFMEUST4.js";import"./chunk-EKWB5W72.js";import{a as de}from"./chunk-ZU5MQTFN.js";import{a as Ce}from"./chunk-ZHUBWKA2.js";import{w as me}from"./chunk-CVXLHSO5.js";import{a as fe}from"./chunk-TTWMFWEC.js";import"./chunk-R4VYKZVJ.js";import"./chunk-QJ22N76V.js";import{a as N}from"./chunk-XZHWESIY.js";import{a as B,b as xe}from"./chunk-S44QIK3G.js";import"./chunk-WRK2FTKU.js";import{Cb as _e,D as oe,F as R,G as re,J as se,gb as pe,s as J,va as le,wa as ce,xa as ue}from"./chunk-AALPWGPB.js";import{Bb as G,Bf as ee,Eb as x,Ed as q,Gb as s,Ia as H,Jd as W,Kb as S,Kd as z,L as D,Lb as F,Ld as X,Mb as U,Oa as a,Pc as j,Qb as I,Rb as $,Sb as k,Tb as p,Tf as te,Ub as V,Vb as w,Vf as ie,Wb as O,ab as L,dc as K,ef as Z,fb as M,fg as ne,he as Y,ja as E,kc as g,lb as v,lc as P,mb as h,mc as y,oa as _,pa as m,pb as b,qb as T,qg as ae,rb as d,sb as l,tb as c,ub as C}from"./chunk-76M3BMK6.js";import"./chunk-DM4NXKEP.js";import"./chunk-ZIJQRARU.js";import"./chunk-KAVP6UXH.js";var ye=["MainContextMenu"],we=["TargetContextMenu"],ve=(e,o)=>o.key,be=(e,o)=>o.id,Te=(e,o)=>o.mid;function Ge(e,o){if(e&1&&C(0,"fa-icon",18),e&2){let t=s(3);d("icon",t.sortTable.sortParam.asc?t.icons.faArrowDown:t.icons.faArrowUp)("fixedWidth",!1)}}function Se(e,o){if(e&1){let t=G();l(0,"th",17),x("click",function(){_(t);let r=s().$implicit,n=s();return m(n.sortBy(r.key))}),p(1),v(2,Ge,1,2,"fa-icon",18),c()}if(e&2){let t=s().$implicit,i=s();k(t.value.class),I("width",t.value.width,"%"),$("text-align-center",t.value.textCenter)("cursor-pointer",t.value.sortable),a(),w(" ",t.value.label," "),a(),h(i.sortTable.sortParam.column===t.key?2:-1)}}function Fe(e,o){if(e&1&&v(0,Se,3,10,"th",16),e&2){let t=o.$implicit;h(t.value.show?0:-1)}}function Ue(e,o){if(e&1&&(l(0,"div",21),C(1,"img",24),l(2,"div",22)(3,"span",25),p(4),c(),l(5,"span",26),p(6),c()()()),e&2){let t=s(3).$implicit;a(),d("src",t.avatarUrl,H),a(3),w(" ",t.login," "),a(2),V(t.email)}}function Ve(e,o){if(e&1&&(l(0,"div",22)(1,"span",25),p(2),c()()),e&2){let t=s(3).$implicit;a(2),V(t.fullName)}}function Ae(e,o){if(e&1&&C(0,"app-user-avatar",27),e&2){let t=o.$implicit;d("user",t)("isMember",!0)}}function Ee(e,o){if(e&1&&b(0,Ae,1,2,"app-user-avatar",27,Te),e&2){let t=s(3).$implicit;T(t.managers)}}function Me(e,o){e&1&&p(0," too many login attempts ")}function $e(e,o){if(e&1&&p(0),e&2){let t=s(4).$implicit;w(" ",t.userIsActiveText," ")}}function ke(e,o){if(e&1&&(l(0,"span",28),v(1,Me,1,0)(2,$e,1,1),c()),e&2){let t=s(3).$implicit;k(t.isActive?"text-success":"text-danger"),a(),h(!t.isActive&&t.passwordAttempts?1:2)}}function Pe(e,o){if(e&1&&(p(0),g(1,"amDateFormat")),e&2){let t=s(3).$implicit;w(" ",P(1,1,t.createdAt)," ")}}function De(e,o){if(e&1&&(l(0,"div",22)(1,"div"),p(2),g(3,"amDateFormat"),c(),l(4,"div"),p(5),g(6,"amDateFormat"),c()()),e&2){let t=s(5).$implicit;a(2),V(P(3,2,t.currentAccess)),a(3),V(P(6,4,t.lastAccess))}}function Ie(e,o){if(e&1&&p(0),e&2){let t=s(5).$implicit;w(" ",t.hTimeAgo," ")}}function Re(e,o){if(e&1){let t=G();l(0,"div",30),x("mouseover",function(){_(t);let r=s(4).$implicit;return m(r.currentAccessHover=!0)})("focus",function(){_(t);let r=s(4).$implicit;return m(r.currentAccessHover=!0)})("mouseleave",function(){_(t);let r=s(4).$implicit;return m(r.currentAccessHover=!1)}),v(1,De,7,6,"div",22)(2,Ie,1,1),c()}if(e&2){let t=s(4).$implicit;a(),h(t.currentAccessHover?1:2)}}function Be(e,o){e&1&&(l(0,"span",28),p(1,"never"),c())}function Ne(e,o){if(e&1&&v(0,Re,3,1,"div",29)(1,Be,2,0,"span",28),e&2){let t=s(3).$implicit;h(t.currentAccess?0:1)}}function Qe(e,o){if(e&1&&(l(0,"td"),v(1,Ue,7,3,"div",21)(2,Ve,3,1,"div",22)(3,Ee,2,0)(4,ke,3,3,"span",23)(5,Pe,2,3)(6,Ne,2,1),c()),e&2){let t,i=s().$implicit,r=s().$implicit;k(K("",i.value.class," ",i.value.newly?"prop-newly-"+r[i.value.newly]:"")),I("width",i.value.width,"%"),$("text-align-center",i.value.textCenter),a(),h((t=i.key)==="login"?1:t==="fullName"?2:t==="managers"?3:t==="isActive"?4:t==="createdAt"?5:t==="currentAccess"?6:-1)}}function He(e,o){if(e&1&&v(0,Qe,7,9,"td",20),e&2){let t=o.$implicit;h(t.value.show?0:-1)}}function Le(e,o){if(e&1){let t=G();l(0,"tr",19),x("click",function(){let r=_(t).$implicit,n=s();return m(n.onSelect(r))})("contextmenu",function(r){let n=_(t).$implicit,u=s();return m(u.onTargetContextMenu(r,n))})("appTap",function(){_(t);let r=s();return m(r.openGuestDialog())}),b(1,He,1,1,null,null,ve),g(3,"keyvalue"),c()}if(e&2){let t=o.$implicit,i=s();$("disabled",!t.isActive)("selected",t.id===(i.selected==null?null:i.selected.id)),a(),T(y(3,4,i.tableHeaders,i.originalOrderKeyValue))}}function Oe(e,o){if(e&1&&(l(0,"span",28),C(1,"fa-icon",6),p(2,"New guest"),c()),e&2){let t=s();a(),d("icon",t.icons.faPlus)}}function Ke(e,o){}function je(e,o){if(e&1&&(l(0,"span",28),C(1,"fa-icon",6),p(2,"Refresh"),c()),e&2){let t=s();a(),d("icon",t.icons.faArrowRotateRight)}}function qe(e,o){if(e&1&&(l(0,"span",28),C(1,"fa-icon",6),p(2,"Edit guest"),c()),e&2){let t=s();a(),d("icon",t.icons.faPen)}}var vt=(()=>{let o=class o{constructor(){this.locale=E(q),this.originalOrderKeyValue=pe,this.icons={faRotate:X,faPlus:te,faPen:ee,faArrowDown:ne,faArrowUp:Z,faKey:Y,faArrowRotateRight:ie},this.tableHeaders={login:{label:"Login",width:30,textCenter:!1,class:"",show:!0,sortable:!0},fullName:{label:"Full name",width:15,class:"",textCenter:!1,show:!0,sortable:!0},managers:{label:"Managers",width:15,class:"d-none d-md-table-cell",textCenter:!0,show:!0,sortable:!0},isActive:{label:"Status",width:10,textCenter:!0,class:"d-none d-lg-table-cell",show:!0,sortable:!0},createdAt:{label:"Created",width:12,textCenter:!0,class:"d-none d-lg-table-cell",show:!0,sortable:!0},currentAccess:{label:"Seen",width:12,textCenter:!0,class:"d-none d-lg-table-cell",newly:"newly",show:!0,sortable:!0}},this.loading=!1,this.selected=null,this.guests=[],this.layout=E(_e),this.userService=E(me),this.canCreateGuest=this.userService.userHavePermission(oe.GUESTS_ADMIN),this.sortSettings={default:[{prop:"login",type:"string"}],login:[{prop:"login",type:"string"}],fullName:[{prop:"fullName",type:"string"}],managers:[{prop:"managers",type:"length"}],storage:[{prop:"storageUsage",type:"number"}],currentAccess:[{prop:"currentAccess",type:"date"}],createdAt:[{prop:"createdAt",type:"date"}],isActive:[{prop:"isActive",type:"number"}]},this.sortTable=new xe(this.constructor.name,this.sortSettings),this.loadGuests(),this.layout.setBreadcrumbIcon(se.GUESTS),this.layout.setBreadcrumbNav({url:`/${R.BASE}/${R.GUESTS}/${re.GUESTS}`,splicing:2,translating:!0,sameLink:!0})}loadGuests(){this.loading=!0,this.onSelect(),this.userService.listGuests().subscribe({next:i=>{this.sortBy(this.sortTable.sortParam.column,!1,i),this.scrollView.scrollInto(-1),this.loading=!1},error:i=>{this.guests=[],this.layout.sendNotification("error","Guests",i.error.message),this.loading=!1}})}onSelect(i=null){this.selected=i}onContextMenu(i){i.preventDefault(),i.stopPropagation(),this.layout.openContextMenu(i,this.mainContextMenu)}onTargetContextMenu(i,r){i.preventDefault(),i.type==="contextmenu"&&i.stopPropagation(),this.onSelect(r),this.layout.openContextMenu(i,this.targetContextMenu)}sortBy(i,r=!0,n){this.guests=this.sortTable.sortBy(i,r,n||this.guests)}openGuestDialog(i=!1){i?this.layout.openDialog(Q,"md").content.guestChange.pipe(D(1)).subscribe(n=>{let[u,f]=n;u==="add"&&(this.sortBy(this.sortTable.sortParam.column,!1,[...this.guests,f]),this.onSelect(f))}):this.userService.getGuest(this.selected.id).subscribe({next:r=>{this.layout.openDialog(Q,"md",{initialState:{guest:r}}).content.guestChange.pipe(D(1)).subscribe(u=>{let[f,A]=u;f==="update"?this.selected=Object.assign(this.selected,A):f==="delete"&&(this.onSelect(),this.sortBy(this.sortTable.sortParam.column,!1,this.guests.filter(he=>he.id!==A.id)))})},error:r=>this.layout.sendNotification("error","Guest error",this.selected.fullName,r)})}};o.\u0275fac=function(r){return new(r||o)},o.\u0275cmp=L({type:o,selectors:[["app-user-guests"]],viewQuery:function(r,n){if(r&1&&(S(N,5),S(B,7),S(ye,7),S(we,7)),r&2){let u;F(u=U())&&(n.scrollView=u.first),F(u=U())&&(n.inputFilter=u.first),F(u=U())&&(n.mainContextMenu=u.first),F(u=U())&&(n.targetContextMenu=u.first)}},decls:35,vars:32,consts:[["MainContextMenu",""],["TargetContextMenu",""],[1,"app-top-menu"],["container","body","type","button",1,"btn","btn-sm","btn-secondary","me-1",3,"click","tooltip"],[3,"icon","animation"],["container","body","type","button",1,"btn","btn-sm","btn-secondary","me-1",3,"click","disabled","tooltip"],[3,"icon"],[1,"d-none","d-sm-block","ms-auto"],[1,"app-table"],[3,"contextmenu","bufferAmount","items"],["tabindex","-1"],[3,"disabled","selected"],[1,"app-foot-menu"],[1,"mx-auto"],["contextMenuItem","",3,"execute"],["contextMenuItem","",3,"divider"],["l10nTranslate","",3,"width","text-align-center","cursor-pointer","class"],["l10nTranslate","",3,"click"],[3,"icon","fixedWidth"],[3,"click","contextmenu","appTap"],[3,"width","text-align-center","class"],[1,"d-flex","align-items-center","avatar"],[1,"d-flex","flex-column"],["l10nTranslate","",3,"class"],["alt","",1,"avatar-img",3,"src"],["draggable","false",1,"no-pointer-events"],["draggable","false",1,"no-pointer-events","text-muted","fs-xxxs"],[3,"user","isMember"],["l10nTranslate",""],[1,"d-flex","justify-content-center"],[1,"d-flex","justify-content-center",3,"mouseover","focus","mouseleave"]],template:function(r,n){if(r&1){let u=G();l(0,"div",2)(1,"button",3),g(2,"translate"),x("click",function(){return _(u),m(n.loadGuests())}),C(3,"fa-icon",4),c(),l(4,"button",5),g(5,"translate"),x("click",function(){return _(u),m(n.openGuestDialog(!0))}),C(6,"fa-icon",6),c(),l(7,"button",5),g(8,"translate"),x("click",function(){return _(u),m(n.openGuestDialog())}),C(9,"fa-icon",6),c(),C(10,"app-input-filter",7),c(),l(11,"table",8)(12,"thead")(13,"tr"),b(14,Fe,1,1,null,null,ve),g(16,"keyvalue"),c()()(),l(17,"app-virtual-scroll",9),g(18,"searchFilter"),x("contextmenu",function(A){return _(u),m(n.onContextMenu(A))}),l(19,"table",8)(20,"tbody",10),b(21,Le,4,7,"tr",11,be),c()()(),l(23,"div",12)(24,"span",13),p(25),g(26,"translate"),c()(),l(27,"context-menu",null,0),M(29,Oe,3,1,"ng-template",14),x("execute",function(){return _(u),m(n.openGuestDialog(!0))}),M(30,Ke,0,0,"ng-template",15)(31,je,3,1,"ng-template",14),x("execute",function(){return _(u),m(n.loadGuests())}),c(),l(32,"context-menu",null,1),M(34,qe,3,1,"ng-template",14),x("execute",function(){return _(u),m(n.openGuestDialog())}),c()}r&2&&(a(),d("tooltip",y(2,14,"Refresh",n.locale.language)),a(2),d("icon",n.icons.faRotate)("animation",n.loading?"spin":null),a(),d("disabled",!n.canCreateGuest)("tooltip",y(5,17,"New guest",n.locale.language)),a(2),d("icon",n.icons.faPlus),a(),d("disabled",!n.selected)("tooltip",y(8,20,"Edit guest",n.locale.language)),a(2),d("icon",n.icons.faPen),a(5),T(y(16,23,n.tableHeaders,n.originalOrderKeyValue)),a(3),d("bufferAmount",5)("items",y(18,26,n.guests,n.inputFilter.search())),a(4),T(n.scrollView==null?null:n.scrollView.viewPortItems),a(4),O("",n.guests.length," ",y(26,29,"guests",n.locale.language)),a(5),d("divider",!0))},dependencies:[ae,B,J,z,N,ue,ce,le,ge,de,W,j,fe,Ce],encapsulation:2});let e=o;return e})();export{vt as UserGuestsComponent};
|
|
1
|
+
import{a as Q}from"./chunk-FC5HTKVM.js";import{a as ge}from"./chunk-LGWJ2WKU.js";import"./chunk-7WOPGQXB.js";import{a as de}from"./chunk-O4XXMZFX.js";import{a as Ce}from"./chunk-MTRXBVWZ.js";import{y as me}from"./chunk-NGUAJIGI.js";import{a as fe}from"./chunk-JV3AGU5B.js";import"./chunk-IWWBV6EM.js";import"./chunk-MZQK6LNV.js";import{a as N}from"./chunk-2QZPX7LO.js";import{a as B,b as xe}from"./chunk-WX7RXW7K.js";import"./chunk-7GWW6MJO.js";import{D as oe,F as R,Fb as _e,G as re,J as se,ib as pe,s as J,xa as le,ya as ce,za as ue}from"./chunk-B6PDYCRO.js";import{Bb as G,Df as ee,Eb as x,Ed as q,Gb as s,Ia as H,Jd as W,Kb as S,Kd as z,L as D,Lb as F,Ld as X,Mb as U,Oa as a,Pc as j,Qb as I,Rb as $,Sb as k,Tb as p,Ub as V,Vb as w,Vf as te,Wb as O,Xf as ie,ab as L,dc as K,fb as M,gf as Z,he as Y,hg as ne,ja as E,kc as g,lb as v,lc as P,mb as h,mc as y,oa as _,pa as m,pb as b,qb as T,rb as d,sb as l,sg as ae,tb as c,ub as C}from"./chunk-QJVC3SRJ.js";import"./chunk-DM4NXKEP.js";import"./chunk-ZIJQRARU.js";import"./chunk-KAVP6UXH.js";var ye=["MainContextMenu"],we=["TargetContextMenu"],ve=(e,o)=>o.key,be=(e,o)=>o.id,Te=(e,o)=>o.mid;function Ge(e,o){if(e&1&&C(0,"fa-icon",18),e&2){let t=s(3);d("icon",t.sortTable.sortParam.asc?t.icons.faArrowDown:t.icons.faArrowUp)("fixedWidth",!1)}}function Se(e,o){if(e&1){let t=G();l(0,"th",17),x("click",function(){_(t);let r=s().$implicit,n=s();return m(n.sortBy(r.key))}),p(1),v(2,Ge,1,2,"fa-icon",18),c()}if(e&2){let t=s().$implicit,i=s();k(t.value.class),I("width",t.value.width,"%"),$("text-align-center",t.value.textCenter)("cursor-pointer",t.value.sortable),a(),w(" ",t.value.label," "),a(),h(i.sortTable.sortParam.column===t.key?2:-1)}}function Fe(e,o){if(e&1&&v(0,Se,3,10,"th",16),e&2){let t=o.$implicit;h(t.value.show?0:-1)}}function Ue(e,o){if(e&1&&(l(0,"div",21),C(1,"img",24),l(2,"div",22)(3,"span",25),p(4),c(),l(5,"span",26),p(6),c()()()),e&2){let t=s(3).$implicit;a(),d("src",t.avatarUrl,H),a(3),w(" ",t.login," "),a(2),V(t.email)}}function Ve(e,o){if(e&1&&(l(0,"div",22)(1,"span",25),p(2),c()()),e&2){let t=s(3).$implicit;a(2),V(t.fullName)}}function Ae(e,o){if(e&1&&C(0,"app-user-avatar",27),e&2){let t=o.$implicit;d("user",t)("isMember",!0)}}function Ee(e,o){if(e&1&&b(0,Ae,1,2,"app-user-avatar",27,Te),e&2){let t=s(3).$implicit;T(t.managers)}}function Me(e,o){e&1&&p(0," too many login attempts ")}function $e(e,o){if(e&1&&p(0),e&2){let t=s(4).$implicit;w(" ",t.userIsActiveText," ")}}function ke(e,o){if(e&1&&(l(0,"span",28),v(1,Me,1,0)(2,$e,1,1),c()),e&2){let t=s(3).$implicit;k(t.isActive?"text-success":"text-danger"),a(),h(!t.isActive&&t.passwordAttempts?1:2)}}function Pe(e,o){if(e&1&&(p(0),g(1,"amDateFormat")),e&2){let t=s(3).$implicit;w(" ",P(1,1,t.createdAt)," ")}}function De(e,o){if(e&1&&(l(0,"div",22)(1,"div"),p(2),g(3,"amDateFormat"),c(),l(4,"div"),p(5),g(6,"amDateFormat"),c()()),e&2){let t=s(5).$implicit;a(2),V(P(3,2,t.currentAccess)),a(3),V(P(6,4,t.lastAccess))}}function Ie(e,o){if(e&1&&p(0),e&2){let t=s(5).$implicit;w(" ",t.hTimeAgo," ")}}function Re(e,o){if(e&1){let t=G();l(0,"div",30),x("mouseover",function(){_(t);let r=s(4).$implicit;return m(r.currentAccessHover=!0)})("focus",function(){_(t);let r=s(4).$implicit;return m(r.currentAccessHover=!0)})("mouseleave",function(){_(t);let r=s(4).$implicit;return m(r.currentAccessHover=!1)}),v(1,De,7,6,"div",22)(2,Ie,1,1),c()}if(e&2){let t=s(4).$implicit;a(),h(t.currentAccessHover?1:2)}}function Be(e,o){e&1&&(l(0,"span",28),p(1,"never"),c())}function Ne(e,o){if(e&1&&v(0,Re,3,1,"div",29)(1,Be,2,0,"span",28),e&2){let t=s(3).$implicit;h(t.currentAccess?0:1)}}function Qe(e,o){if(e&1&&(l(0,"td"),v(1,Ue,7,3,"div",21)(2,Ve,3,1,"div",22)(3,Ee,2,0)(4,ke,3,3,"span",23)(5,Pe,2,3)(6,Ne,2,1),c()),e&2){let t,i=s().$implicit,r=s().$implicit;k(K("",i.value.class," ",i.value.newly?"prop-newly-"+r[i.value.newly]:"")),I("width",i.value.width,"%"),$("text-align-center",i.value.textCenter),a(),h((t=i.key)==="login"?1:t==="fullName"?2:t==="managers"?3:t==="isActive"?4:t==="createdAt"?5:t==="currentAccess"?6:-1)}}function He(e,o){if(e&1&&v(0,Qe,7,9,"td",20),e&2){let t=o.$implicit;h(t.value.show?0:-1)}}function Le(e,o){if(e&1){let t=G();l(0,"tr",19),x("click",function(){let r=_(t).$implicit,n=s();return m(n.onSelect(r))})("contextmenu",function(r){let n=_(t).$implicit,u=s();return m(u.onTargetContextMenu(r,n))})("appTap",function(){_(t);let r=s();return m(r.openGuestDialog())}),b(1,He,1,1,null,null,ve),g(3,"keyvalue"),c()}if(e&2){let t=o.$implicit,i=s();$("disabled",!t.isActive)("selected",t.id===(i.selected==null?null:i.selected.id)),a(),T(y(3,4,i.tableHeaders,i.originalOrderKeyValue))}}function Oe(e,o){if(e&1&&(l(0,"span",28),C(1,"fa-icon",6),p(2,"New guest"),c()),e&2){let t=s();a(),d("icon",t.icons.faPlus)}}function Ke(e,o){}function je(e,o){if(e&1&&(l(0,"span",28),C(1,"fa-icon",6),p(2,"Refresh"),c()),e&2){let t=s();a(),d("icon",t.icons.faArrowRotateRight)}}function qe(e,o){if(e&1&&(l(0,"span",28),C(1,"fa-icon",6),p(2,"Edit guest"),c()),e&2){let t=s();a(),d("icon",t.icons.faPen)}}var vt=(()=>{let o=class o{constructor(){this.locale=E(q),this.originalOrderKeyValue=pe,this.icons={faRotate:X,faPlus:te,faPen:ee,faArrowDown:ne,faArrowUp:Z,faKey:Y,faArrowRotateRight:ie},this.tableHeaders={login:{label:"Login",width:30,textCenter:!1,class:"",show:!0,sortable:!0},fullName:{label:"Full name",width:15,class:"",textCenter:!1,show:!0,sortable:!0},managers:{label:"Managers",width:15,class:"d-none d-md-table-cell",textCenter:!0,show:!0,sortable:!0},isActive:{label:"Status",width:10,textCenter:!0,class:"d-none d-lg-table-cell",show:!0,sortable:!0},createdAt:{label:"Created",width:12,textCenter:!0,class:"d-none d-lg-table-cell",show:!0,sortable:!0},currentAccess:{label:"Seen",width:12,textCenter:!0,class:"d-none d-lg-table-cell",newly:"newly",show:!0,sortable:!0}},this.loading=!1,this.selected=null,this.guests=[],this.layout=E(_e),this.userService=E(me),this.canCreateGuest=this.userService.userHavePermission(oe.GUESTS_ADMIN),this.sortSettings={default:[{prop:"login",type:"string"}],login:[{prop:"login",type:"string"}],fullName:[{prop:"fullName",type:"string"}],managers:[{prop:"managers",type:"length"}],storage:[{prop:"storageUsage",type:"number"}],currentAccess:[{prop:"currentAccess",type:"date"}],createdAt:[{prop:"createdAt",type:"date"}],isActive:[{prop:"isActive",type:"number"}]},this.sortTable=new xe(this.constructor.name,this.sortSettings),this.loadGuests(),this.layout.setBreadcrumbIcon(se.GUESTS),this.layout.setBreadcrumbNav({url:`/${R.BASE}/${R.GUESTS}/${re.GUESTS}`,splicing:2,translating:!0,sameLink:!0})}loadGuests(){this.loading=!0,this.onSelect(),this.userService.listGuests().subscribe({next:i=>{this.sortBy(this.sortTable.sortParam.column,!1,i),this.scrollView.scrollInto(-1),this.loading=!1},error:i=>{this.guests=[],this.layout.sendNotification("error","Guests",i.error.message),this.loading=!1}})}onSelect(i=null){this.selected=i}onContextMenu(i){i.preventDefault(),i.stopPropagation(),this.layout.openContextMenu(i,this.mainContextMenu)}onTargetContextMenu(i,r){i.preventDefault(),i.type==="contextmenu"&&i.stopPropagation(),this.onSelect(r),this.layout.openContextMenu(i,this.targetContextMenu)}sortBy(i,r=!0,n){this.guests=this.sortTable.sortBy(i,r,n||this.guests)}openGuestDialog(i=!1){i?this.layout.openDialog(Q,"md").content.guestChange.pipe(D(1)).subscribe(n=>{let[u,f]=n;u==="add"&&(this.sortBy(this.sortTable.sortParam.column,!1,[...this.guests,f]),this.onSelect(f))}):this.userService.getGuest(this.selected.id).subscribe({next:r=>{this.layout.openDialog(Q,"md",{initialState:{guest:r}}).content.guestChange.pipe(D(1)).subscribe(u=>{let[f,A]=u;f==="update"?this.selected=Object.assign(this.selected,A):f==="delete"&&(this.onSelect(),this.sortBy(this.sortTable.sortParam.column,!1,this.guests.filter(he=>he.id!==A.id)))})},error:r=>this.layout.sendNotification("error","Guest error",this.selected.fullName,r)})}};o.\u0275fac=function(r){return new(r||o)},o.\u0275cmp=L({type:o,selectors:[["app-user-guests"]],viewQuery:function(r,n){if(r&1&&(S(N,5),S(B,7),S(ye,7),S(we,7)),r&2){let u;F(u=U())&&(n.scrollView=u.first),F(u=U())&&(n.inputFilter=u.first),F(u=U())&&(n.mainContextMenu=u.first),F(u=U())&&(n.targetContextMenu=u.first)}},decls:35,vars:32,consts:[["MainContextMenu",""],["TargetContextMenu",""],[1,"app-top-menu"],["container","body","type","button",1,"btn","btn-sm","btn-secondary","me-1",3,"click","tooltip"],[3,"icon","animation"],["container","body","type","button",1,"btn","btn-sm","btn-secondary","me-1",3,"click","disabled","tooltip"],[3,"icon"],[1,"d-none","d-sm-block","ms-auto"],[1,"app-table"],[3,"contextmenu","bufferAmount","items"],["tabindex","-1"],[3,"disabled","selected"],[1,"app-foot-menu"],[1,"mx-auto"],["contextMenuItem","",3,"execute"],["contextMenuItem","",3,"divider"],["l10nTranslate","",3,"width","text-align-center","cursor-pointer","class"],["l10nTranslate","",3,"click"],[3,"icon","fixedWidth"],[3,"click","contextmenu","appTap"],[3,"width","text-align-center","class"],[1,"d-flex","align-items-center","avatar"],[1,"d-flex","flex-column"],["l10nTranslate","",3,"class"],["alt","",1,"avatar-img",3,"src"],["draggable","false",1,"no-pointer-events"],["draggable","false",1,"no-pointer-events","text-muted","fs-xxxs"],[3,"user","isMember"],["l10nTranslate",""],[1,"d-flex","justify-content-center"],[1,"d-flex","justify-content-center",3,"mouseover","focus","mouseleave"]],template:function(r,n){if(r&1){let u=G();l(0,"div",2)(1,"button",3),g(2,"translate"),x("click",function(){return _(u),m(n.loadGuests())}),C(3,"fa-icon",4),c(),l(4,"button",5),g(5,"translate"),x("click",function(){return _(u),m(n.openGuestDialog(!0))}),C(6,"fa-icon",6),c(),l(7,"button",5),g(8,"translate"),x("click",function(){return _(u),m(n.openGuestDialog())}),C(9,"fa-icon",6),c(),C(10,"app-input-filter",7),c(),l(11,"table",8)(12,"thead")(13,"tr"),b(14,Fe,1,1,null,null,ve),g(16,"keyvalue"),c()()(),l(17,"app-virtual-scroll",9),g(18,"searchFilter"),x("contextmenu",function(A){return _(u),m(n.onContextMenu(A))}),l(19,"table",8)(20,"tbody",10),b(21,Le,4,7,"tr",11,be),c()()(),l(23,"div",12)(24,"span",13),p(25),g(26,"translate"),c()(),l(27,"context-menu",null,0),M(29,Oe,3,1,"ng-template",14),x("execute",function(){return _(u),m(n.openGuestDialog(!0))}),M(30,Ke,0,0,"ng-template",15)(31,je,3,1,"ng-template",14),x("execute",function(){return _(u),m(n.loadGuests())}),c(),l(32,"context-menu",null,1),M(34,qe,3,1,"ng-template",14),x("execute",function(){return _(u),m(n.openGuestDialog())}),c()}r&2&&(a(),d("tooltip",y(2,14,"Refresh",n.locale.language)),a(2),d("icon",n.icons.faRotate)("animation",n.loading?"spin":null),a(),d("disabled",!n.canCreateGuest)("tooltip",y(5,17,"New guest",n.locale.language)),a(2),d("icon",n.icons.faPlus),a(),d("disabled",!n.selected)("tooltip",y(8,20,"Edit guest",n.locale.language)),a(2),d("icon",n.icons.faPen),a(5),T(y(16,23,n.tableHeaders,n.originalOrderKeyValue)),a(3),d("bufferAmount",5)("items",y(18,26,n.guests,n.inputFilter.search())),a(4),T(n.scrollView==null?null:n.scrollView.viewPortItems),a(4),O("",n.guests.length," ",y(26,29,"guests",n.locale.language)),a(5),d("divider",!0))},dependencies:[ae,B,J,z,N,ue,ce,le,ge,de,W,j,fe,Ce],encapsulation:2});let e=o;return e})();export{vt as UserGuestsComponent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b,c,d}from"./chunk-KZS7CTNR.js";import"./chunk-QVRVFYJH.js";import"./chunk-4P3JABAP.js";import"./chunk-KAVP6UXH.js";export{d as css,b as cssCompletionSource,c as cssLanguage,a as defineCSSCompletionSource};
|