New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@omnia/dm

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@omnia/dm - npm Package Compare versions

Comparing version 5.0.0-preview to 5.0.0

2

internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.d.ts

@@ -15,4 +15,6 @@ import { DocumentRollupViewSettings } from './DocumentRollupViewSettings';

filterPosition: Enums.DocumentViewEnums.Positions;
filterZoneWidth?: number;
refiners?: Array<Refiner>;
refinerPosition: Enums.DocumentViewEnums.Positions;
refinerZoneWidth?: number;
}

@@ -11,2 +11,3 @@ import { Refiner, DocumentRollupViewSettings, DocumentRollupFilter } from '..';

lastModifiedByCurrentUser: boolean;
showSearchBox?: boolean;
sortby: string;

@@ -24,4 +25,9 @@ sortDescending: boolean;

filterPosition: Enums.DocumentViewEnums.Positions;
filterZoneWidth?: number;
refiners?: Array<Refiner>;
refinerPosition: Enums.DocumentViewEnums.Positions;
refinerZoneWidth?: number;
refinerBackground: boolean;
refinerBorderRadius: number;
refinerElevation: number;
leftZoneMaxWidth?: string;

@@ -31,3 +37,8 @@ rightZoneMaxWidth?: string;

dayLimitPeriod?: Enums.DocumentViewEnums.DatePeriods;
hideFilterByDefault: boolean;
spacing?: SpacingSettings;
triggerWhenUsingFilter?: boolean;
searchBoxOutlined: boolean;
searchBoxRounded: boolean;
searchBoxFilled: boolean;
breakPointSettings?: {

@@ -37,2 +48,3 @@ [breakPointId: string]: DocumentRollupBlockBreakPointSettings;

defaultExpandedSectionIndex?: number;
enableWildcardSearch?: boolean;
}

3

internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilter.d.ts
import { PropertyIndexedType } from '@omnia/fx-models';
import { DocumentRollupFilterValue } from '..';
import { RollupOtherTypes } from '@omnia/fx/models';
export interface DocumentRollupFilter {
property: string;
type: PropertyIndexedType.Boolean | PropertyIndexedType.DateTime | PropertyIndexedType.Taxonomy | PropertyIndexedType.Text | PropertyIndexedType.Person | PropertyIndexedType.RichText;
type: PropertyIndexedType.Boolean | PropertyIndexedType.DateTime | PropertyIndexedType.Taxonomy | PropertyIndexedType.Text | PropertyIndexedType.Person | PropertyIndexedType.RichText | RollupOtherTypes.TextSearches;
width?: string;
valueObj: DocumentRollupFilterValue;
}
import { DocumentRollupFilterValue } from '..';
import { Tag } from '@omnia/fx-models';
export interface DocumentRollupTextPropFilterValue extends DocumentRollupFilterValue {
text: string;
}
export interface DocumentRollupTagFilterValue extends DocumentRollupFilterValue {
value: Array<Tag>;
}
{
"name": "@omnia/dm",
"license": "MIT",
"version": "5.0.0-preview",
"version": "5.0.0",
"description": "Omnia Document Management.",

@@ -6,0 +6,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc