Skip to content

Commit

Permalink
Updated the core lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjandatta committed Oct 7, 2020
1 parent 6858d93 commit 360dc47
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 242 deletions.
2 changes: 1 addition & 1 deletion @types/components/listForm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export interface IListFormEditProps extends IListFormDisplayProps, Helper.IListF
assignTo?: (obj: IListFormEdit) => void;

/** Use this event to filter a lookup field by OData query. */
onFilterLookupField?: (field: Types.SP.Field) => string;
onFilterLookupField?: (field: Types.SP.Field) => string | Types.IODataQuery;

/** The form saving event. */
onSaving?: (item: any) => void | PromiseLike<any>;
Expand Down
2 changes: 1 addition & 1 deletion dist/gd-sprest-bs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ declare module 'gd-sprest-bs/components/listForm' {
assignTo?: (obj: IListFormEdit) => void;

/** Use this event to filter a lookup field by OData query. */
onFilterLookupField?: (field: Types.SP.Field) => string;
onFilterLookupField?: (field: Types.SP.Field) => string | Types.IODataQuery;

/** The form saving event. */
onSaving?: (item: any) => void | PromiseLike<any>;
Expand Down
474 changes: 237 additions & 237 deletions dist/gd-sprest-bs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/gd-sprest-bs.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gd-sprest-bs",
"version": "6.0.4",
"version": "6.0.5",
"description": "SharePoint JavaScript, TypeScript and Web Components designed using the Bootstrap framework.",
"main": "build/index.js",
"typings": "@types/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"flatpickr": "^4.6.6",
"gd-bs": "^3.6.0",
"gd-sprest": "^6.1.1",
"gd-sprest": "^6.1.2",
"gd-sprest-def": "^0.9.2"
},
"devDependencies": {
Expand Down

0 comments on commit 360dc47

Please sign in to comment.