@omnia/dm
Advanced tools
Comparing version 4.0.1-dev to 4.0.2-dev
@@ -6,1 +6,10 @@ import { Guid } from '@omnia/fx-models'; | ||
} | ||
export declare class ODMDocumentRollupDisplayFields { | ||
static readonly IconTitleLink: Guid; | ||
static readonly IconNameLink: Guid; | ||
static readonly InfoIcon: Guid; | ||
static readonly RelatedControlledDocumentsIcon: Guid; | ||
static readonly FeedbackIcon: Guid; | ||
static readonly AppendiceIcon: Guid; | ||
static readonly CreateNewDocumentIcon: Guid; | ||
} |
import { Refiner, DocumentRollupViewSettings, DocumentRollupFilter } from '..'; | ||
import { Enums } from '../..'; | ||
import { SpacingSetting, MultilingualString } from '@omnia/fx-models'; | ||
import { DocumentRollupBlockBreakPointSettings } from "./DocumentRollupBlockBreakPointSettings"; | ||
import { DocumentIdentifier } from '../documentpicker'; | ||
import { Enums } from '../../Enums'; | ||
export interface DocumentRollupBlockSettings { | ||
@@ -33,2 +33,3 @@ title: MultilingualString; | ||
}; | ||
defaultExpandedSectionIndex?: number; | ||
} |
@@ -25,5 +25,5 @@ { | ||
"bugs": { | ||
"url": "https://github.com/preciofishbone/OmniaWebContentManagement/issues" | ||
"url": "https://github.com/preciofishbone/OmniaDocumentManagement/issues" | ||
}, | ||
"homepage": "https://github.com/preciofishbone/OmniaWebContentManagement#readme" | ||
"homepage": "https://github.com/preciofishbone/OmniaDocumentManagement#readme" | ||
} |
{ | ||
"name": "@omnia/dm", | ||
"license": "MIT", | ||
"version": "4.0.1-dev", | ||
"version": "4.0.2-dev", | ||
"description": "Omnia Document Management.", | ||
@@ -25,5 +25,5 @@ "scripts": { | ||
"bugs": { | ||
"url": "https://github.com/preciofishbone/OmniaWebContentManagement/issues" | ||
"url": "https://github.com/preciofishbone/OmniaDocumentManagement/issues" | ||
}, | ||
"homepage": "https://github.com/preciofishbone/OmniaWebContentManagement#readme" | ||
"homepage": "https://github.com/preciofishbone/OmniaDocumentManagement#readme" | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
167064
3210