UNPKG

@onlyoffice/docspace-plugin-sdk

Version:

Simple plugin system for onlyoffice docspace

52 lines (51 loc) 3.13 kB
"use strict"; /** * (c) Copyright Ascensio System SIA 2026 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * @license */ Object.defineProperty(exports, "__esModule", { value: true }); exports.RoomsType = exports.RoomSearchArea = exports.SelectorType = exports.PluginLocale = exports.Security = exports.Devices = exports.UsersType = exports.PluginStatus = exports.FilesSecurity = exports.FilesType = exports.FilesExst = exports.Events = exports.Components = exports.Actions = void 0; /** * @module * @mergeModuleWith <project> */ /** * Contains all supported enums. */ var Actions_1 = require("./Actions"); Object.defineProperty(exports, "Actions", { enumerable: true, get: function () { return Actions_1.Actions; } }); var Events_1 = require("./Events"); Object.defineProperty(exports, "Events", { enumerable: true, get: function () { return Events_1.Events; } }); var Plugins_1 = require("./Plugins"); Object.defineProperty(exports, "PluginStatus", { enumerable: true, get: function () { return Plugins_1.PluginStatus; } }); Object.defineProperty(exports, "PluginLocale", { enumerable: true, get: function () { return Plugins_1.PluginLocale; } }); var Files_1 = require("./Files"); Object.defineProperty(exports, "FilesExst", { enumerable: true, get: function () { return Files_1.FilesExst; } }); Object.defineProperty(exports, "FilesType", { enumerable: true, get: function () { return Files_1.FilesType; } }); Object.defineProperty(exports, "FilesSecurity", { enumerable: true, get: function () { return Files_1.FilesSecurity; } }); var UsersType_1 = require("./UsersType"); Object.defineProperty(exports, "UsersType", { enumerable: true, get: function () { return UsersType_1.UsersType; } }); var Components_1 = require("./Components"); Object.defineProperty(exports, "Components", { enumerable: true, get: function () { return Components_1.Components; } }); var Devices_1 = require("./Devices"); Object.defineProperty(exports, "Devices", { enumerable: true, get: function () { return Devices_1.Devices; } }); var Security_1 = require("./Security"); Object.defineProperty(exports, "Security", { enumerable: true, get: function () { return Security_1.Security; } }); var Selector_1 = require("./Selector"); Object.defineProperty(exports, "SelectorType", { enumerable: true, get: function () { return Selector_1.SelectorType; } }); var Rooms_1 = require("./Rooms"); Object.defineProperty(exports, "RoomSearchArea", { enumerable: true, get: function () { return Rooms_1.RoomSearchArea; } }); Object.defineProperty(exports, "RoomsType", { enumerable: true, get: function () { return Rooms_1.RoomsType; } });