UNPKG

@omnia/fx-models

Version:
21 lines (20 loc) 1.69 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlockGalleryItemType = exports.BlockDialogLayoutAuthenticationType = exports.BlockDialogLayoutSpfxType = exports.BlockDialogLayoutDefaultType = exports.BlockGalleryGeneralSettingsKey = exports.BlockGallerySpfxLayoutSettingsKey = exports.BlockGalleryDefaultLayoutSettingsKey = exports.BlockGalleryAuthenticationLayoutSettingsKey = void 0; exports.BlockGalleryAuthenticationLayoutSettingsKey = "$omnia_block_gallery_authentication_layout_settings$"; exports.BlockGalleryDefaultLayoutSettingsKey = "$omnia_block_gallery_default_layout_settings$"; exports.BlockGallerySpfxLayoutSettingsKey = "$omnia_block_gallery_spfx_layout_settings$"; exports.BlockGalleryGeneralSettingsKey = "$omnia_block_gallery_general_settings$"; exports.BlockDialogLayoutDefaultType = "default_eb457948-b71b-4deb-a6c3-b6f436349ba7"; exports.BlockDialogLayoutSpfxType = "spfx_51a61d06-d0b7-4c89-ac3d-914c3a398714"; exports.BlockDialogLayoutAuthenticationType = "authentication_4eda1b4d-60ab-45ac-8dec-ba812d9e688b"; var BlockGalleryItemType; (function (BlockGalleryItemType) { //layout block BlockGalleryItemType[BlockGalleryItemType["CustomRegistration"] = 1] = "CustomRegistration"; //normal webcomponent block BlockGalleryItemType[BlockGalleryItemType["BlockRegistration"] = 2] = "BlockRegistration"; //header acts as old category BlockGalleryItemType[BlockGalleryItemType["HeaderRegistration"] = 3] = "HeaderRegistration"; BlockGalleryItemType[BlockGalleryItemType["BlockTemplate"] = 4] = "BlockTemplate"; })(BlockGalleryItemType = exports.BlockGalleryItemType || (exports.BlockGalleryItemType = {}));