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

ids-enterprise-typings

Package Overview
Dependencies
Maintainers
2
Versions
375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ids-enterprise-typings - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

3

lib/about/soho-about.d.ts

@@ -39,2 +39,5 @@ /**

version?: string;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -41,0 +44,0 @@

@@ -68,2 +68,5 @@ /**

emptyMessage?: SohoEmptyMessageOptions;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -70,0 +73,0 @@

@@ -38,2 +38,5 @@ /**

pagesizes?: Array<Number>;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -40,0 +43,0 @@

@@ -65,2 +65,5 @@ /**

truncate?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -67,0 +70,0 @@

@@ -36,2 +36,5 @@ /**

overlayOnly?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -38,0 +41,0 @@

@@ -54,2 +54,5 @@ /**

disabled?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -56,0 +59,0 @@

@@ -135,2 +135,3 @@ /**

dayLegend?: SohoDatePickerLegend;
attributes?: Array<Object> | Object;
}

@@ -137,0 +138,0 @@

5

lib/circlepager/soho-circlepager.d.ts

@@ -20,2 +20,5 @@ /**

loop?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -26,3 +29,3 @@

*/
interface SohoCirclepager{
interface SohoCirclepager {
/** The settings option */

@@ -29,0 +32,0 @@ settings: SohoCirclepagerOptions;

@@ -42,2 +42,5 @@ /**

disabled: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -44,0 +47,0 @@

@@ -58,3 +58,7 @@ /**

/** A hook for tooltip logic */
tooltip?: string | SohoColumnTooltipFunction;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -61,0 +65,0 @@

@@ -38,2 +38,5 @@ /**

/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
/** @deprecated settings should use modalSettings */

@@ -40,0 +43,0 @@ /** @deprecated The buttons to create (use modalSettings) */

@@ -63,2 +63,8 @@ /**

/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
/* Experimental Feature to stick on the top of the page */
stickyHeader?: boolean;
/**

@@ -1430,3 +1436,2 @@ * Determines the sizing method for the auto sizing columns.

type SohoDataGridAggregator = 'sum' | 'min' | 'max' | 'list' | 'avg' | 'count' | string;

@@ -1433,0 +1438,0 @@

@@ -87,2 +87,5 @@ /**

showToday?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -89,0 +92,0 @@

@@ -33,2 +33,3 @@ /**

rows?: SohoEditorRows;
attributes?: Array<Object> | Object;
}

@@ -35,0 +36,0 @@

@@ -48,2 +48,5 @@ /**

color?: EmptyMessageColor;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -50,0 +53,0 @@

@@ -16,2 +16,4 @@ /**

expanded?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -18,0 +20,0 @@

@@ -50,2 +50,5 @@ /**

disableItemDeactivation?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -52,0 +55,0 @@

@@ -64,2 +64,5 @@ /**

clearable?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -66,0 +69,0 @@

@@ -51,2 +51,5 @@ /**

hideUnderneath?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -53,0 +56,0 @@

@@ -92,2 +92,5 @@ /**

triggerButton?: any;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -94,0 +97,0 @@

@@ -30,2 +30,5 @@ /**

linkText?: string;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -32,0 +35,0 @@

@@ -82,2 +82,5 @@ /**

pageSizeMenuSettings?: SohoPagerPageSizeMenuOptions;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -84,0 +87,0 @@

@@ -57,2 +57,5 @@ /**

removeOnDestroy?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -59,0 +62,0 @@

@@ -81,2 +81,4 @@ /**

/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -83,0 +85,0 @@

@@ -39,2 +39,5 @@ /**

tooltipPosition?: 'top' | 'bottom';
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -41,0 +44,0 @@

@@ -19,2 +19,4 @@ interface SohoSpinboxEvent extends JQuery.TriggeredEvent {

interface SohoSpinboxOptions {
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -21,0 +23,0 @@

@@ -27,19 +27,22 @@ /**

interface SohoSplitterOptions {
/** The orientation of the splitter. */
axis?: SohoSplitterOptionsAxis;
/** The orientation of the splitter. */
axis?: SohoSplitterOptionsAxis;
/** The side to dock on for vertical splitter. */
side?: SohoSplitterOptionsSide;
/** The side to dock on for vertical splitter. */
side?: SohoSplitterOptionsSide;
/** How the panes react to the splitter being moved. */
resize?: SohoSplitterOptionsResize;
/** How the panes react to the splitter being moved. */
resize?: SohoSplitterOptionsResize;
/** An element that is constraining the splitter. */
containment?: JQuery;
/** An element that is constraining the splitter. */
containment?: JQuery;
/** Save the location in local storage. */
save?: boolean;
/** Save the location in local storage. */
save?: boolean;
/** Display a collapse button on the splitter. */
collapseButton?: boolean
/** Display a collapse button on the splitter. */
collapseButton?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -46,0 +49,0 @@

@@ -20,3 +20,2 @@ /**

disabled?: boolean;
}

@@ -39,2 +38,5 @@

searchable?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -41,0 +43,0 @@

@@ -43,2 +43,5 @@ /**

verticalResponsive: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -45,0 +48,0 @@

@@ -29,2 +29,5 @@ /**

autoGrowMaxHeight?: number;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -31,0 +34,0 @@

@@ -38,2 +38,5 @@ /**

returnFocus: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -40,0 +43,0 @@

@@ -42,2 +42,5 @@ /**

savePosition?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -44,0 +47,0 @@

@@ -133,2 +133,5 @@ /**

moreMenuSettings?: SohoPopupMenuOptions;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -135,0 +138,0 @@

@@ -54,2 +54,5 @@ /**

moreMenuSettings?: SohoPopupMenuOptions;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -56,0 +59,0 @@

@@ -37,2 +37,4 @@ interface SohoTooltipOptions {

attachToBody?: boolean;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -39,0 +41,0 @@

@@ -38,2 +38,5 @@ /**

emptyMessage?: SohoEmptyMessageOptions;
/** Add extra attributes like id's to the component **/
attributes?: Array<Object> | Object;
}

@@ -40,0 +43,0 @@

@@ -110,2 +110,3 @@ /**

onChangeView?: Function;
attributes?: Array<Object> | Object;
}

@@ -112,0 +113,0 @@

{
"name": "ids-enterprise-typings",
"slug": "ids-enterprise-typings",
"version": "8.1.0",
"version": "8.1.1",
"declaration": true,

@@ -6,0 +6,0 @@ "types": "index.d.ts",

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