@onlyoffice/docspace-plugin-sdk
Version:
Simple plugin system for onlyoffice docspace
41 lines (40 loc) • 3.32 kB
JavaScript
;
/**
* (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.FloatingOperationType = exports.RoomsType = exports.RoomSearchArea = exports.SelectorType = exports.Security = exports.Devices = exports.LinkTarget = exports.LinkType = exports.ToastType = exports.UsersType = exports.PluginLocale = exports.PluginStatus = exports.FilesSecurity = exports.FilesType = exports.FilesExst = exports.Events = exports.Components = exports.Actions = void 0;
var enums_1 = require("./enums");
Object.defineProperty(exports, "Actions", { enumerable: true, get: function () { return enums_1.Actions; } });
Object.defineProperty(exports, "Components", { enumerable: true, get: function () { return enums_1.Components; } });
Object.defineProperty(exports, "Events", { enumerable: true, get: function () { return enums_1.Events; } });
Object.defineProperty(exports, "FilesExst", { enumerable: true, get: function () { return enums_1.FilesExst; } });
Object.defineProperty(exports, "FilesType", { enumerable: true, get: function () { return enums_1.FilesType; } });
Object.defineProperty(exports, "FilesSecurity", { enumerable: true, get: function () { return enums_1.FilesSecurity; } });
Object.defineProperty(exports, "PluginStatus", { enumerable: true, get: function () { return enums_1.PluginStatus; } });
Object.defineProperty(exports, "UsersType", { enumerable: true, get: function () { return enums_1.UsersType; } });
Object.defineProperty(exports, "Devices", { enumerable: true, get: function () { return enums_1.Devices; } });
Object.defineProperty(exports, "Security", { enumerable: true, get: function () { return enums_1.Security; } });
Object.defineProperty(exports, "PluginLocale", { enumerable: true, get: function () { return enums_1.PluginLocale; } });
Object.defineProperty(exports, "SelectorType", { enumerable: true, get: function () { return enums_1.SelectorType; } });
Object.defineProperty(exports, "RoomSearchArea", { enumerable: true, get: function () { return enums_1.RoomSearchArea; } });
Object.defineProperty(exports, "RoomsType", { enumerable: true, get: function () { return enums_1.RoomsType; } });
var components_1 = require("./interfaces/components");
Object.defineProperty(exports, "ToastType", { enumerable: true, get: function () { return components_1.ToastType; } });
Object.defineProperty(exports, "FloatingOperationType", { enumerable: true, get: function () { return components_1.FloatingOperationType; } });
Object.defineProperty(exports, "LinkType", { enumerable: true, get: function () { return components_1.LinkType; } });
Object.defineProperty(exports, "LinkTarget", { enumerable: true, get: function () { return components_1.LinkTarget; } });