@pnp/sp 4.0.0-alpha0-v4nightly.20240108 → 4.0.0-alpha0-v4nightly.20240109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/commonjs/appcatalog/index.d.ts +11 -0
- package/commonjs/appcatalog/index.d.ts.map +1 -0
- package/commonjs/appcatalog/index.js +22 -0
- package/commonjs/appcatalog/index.js.map +1 -0
- package/commonjs/appcatalog/types.d.ts +79 -0
- package/commonjs/appcatalog/types.d.ts.map +1 -0
- package/commonjs/appcatalog/types.js +134 -0
- package/commonjs/appcatalog/types.js.map +1 -0
- package/commonjs/appcatalog/web.d.ts +13 -0
- package/commonjs/appcatalog/web.d.ts.map +1 -0
- package/commonjs/appcatalog/web.js +9 -0
- package/commonjs/appcatalog/web.js.map +1 -0
- package/commonjs/attachments/index.d.ts +3 -0
- package/commonjs/attachments/index.d.ts.map +1 -0
- package/commonjs/attachments/index.js +8 -0
- package/commonjs/attachments/index.js.map +1 -0
- package/commonjs/attachments/item.d.ts +13 -0
- package/commonjs/attachments/item.d.ts.map +1 -0
- package/commonjs/attachments/item.js +7 -0
- package/commonjs/attachments/item.js.map +1 -0
- package/commonjs/attachments/types.d.ts +57 -0
- package/commonjs/attachments/types.d.ts.map +1 -0
- package/commonjs/attachments/types.js +68 -0
- package/commonjs/attachments/types.js.map +1 -0
- package/commonjs/batching.d.ts +45 -0
- package/commonjs/batching.d.ts.map +1 -0
- package/commonjs/batching.js +355 -0
- package/commonjs/batching.js.map +1 -0
- package/commonjs/behaviors/defaults.d.ts +5 -0
- package/commonjs/behaviors/defaults.d.ts.map +1 -0
- package/commonjs/behaviors/defaults.js +29 -0
- package/commonjs/behaviors/defaults.js.map +1 -0
- package/commonjs/behaviors/request-digest.d.ts +9 -0
- package/commonjs/behaviors/request-digest.d.ts.map +1 -0
- package/commonjs/behaviors/request-digest.js +59 -0
- package/commonjs/behaviors/request-digest.js.map +1 -0
- package/commonjs/behaviors/spbrowser.d.ts +7 -0
- package/commonjs/behaviors/spbrowser.d.ts.map +1 -0
- package/commonjs/behaviors/spbrowser.js +27 -0
- package/commonjs/behaviors/spbrowser.js.map +1 -0
- package/commonjs/behaviors/spfx.d.ts +21 -0
- package/commonjs/behaviors/spfx.d.ts.map +1 -0
- package/commonjs/behaviors/spfx.js +62 -0
- package/commonjs/behaviors/spfx.js.map +1 -0
- package/commonjs/behaviors/telemetry.d.ts +4 -0
- package/commonjs/behaviors/telemetry.d.ts.map +1 -0
- package/commonjs/behaviors/telemetry.js +27 -0
- package/commonjs/behaviors/telemetry.js.map +1 -0
- package/commonjs/clientside-pages/funcs.d.ts +23 -0
- package/commonjs/clientside-pages/funcs.d.ts.map +1 -0
- package/commonjs/clientside-pages/funcs.js +31 -0
- package/commonjs/clientside-pages/funcs.js.map +1 -0
- package/commonjs/clientside-pages/index.d.ts +3 -0
- package/commonjs/clientside-pages/index.d.ts.map +1 -0
- package/commonjs/clientside-pages/index.js +14 -0
- package/commonjs/clientside-pages/index.js.map +1 -0
- package/commonjs/clientside-pages/types.d.ts +495 -0
- package/commonjs/clientside-pages/types.d.ts.map +1 -0
- package/commonjs/clientside-pages/types.js +1155 -0
- package/commonjs/clientside-pages/types.js.map +1 -0
- package/commonjs/clientside-pages/web.d.ts +42 -0
- package/commonjs/clientside-pages/web.d.ts.map +1 -0
- package/commonjs/clientside-pages/web.js +33 -0
- package/commonjs/clientside-pages/web.js.map +1 -0
- package/commonjs/column-defaults/folder.d.ts +28 -0
- package/commonjs/column-defaults/folder.d.ts.map +1 -0
- package/commonjs/column-defaults/folder.js +50 -0
- package/commonjs/column-defaults/folder.js.map +1 -0
- package/commonjs/column-defaults/index.d.ts +4 -0
- package/commonjs/column-defaults/index.d.ts.map +1 -0
- package/commonjs/column-defaults/index.js +5 -0
- package/commonjs/column-defaults/index.js.map +1 -0
- package/commonjs/column-defaults/list.d.ts +20 -0
- package/commonjs/column-defaults/list.d.ts.map +1 -0
- package/commonjs/column-defaults/list.js +171 -0
- package/commonjs/column-defaults/list.js.map +1 -0
- package/commonjs/column-defaults/types.d.ts +22 -0
- package/commonjs/column-defaults/types.d.ts.map +1 -0
- package/commonjs/column-defaults/types.js +3 -0
- package/commonjs/column-defaults/types.js.map +1 -0
- package/commonjs/comments/clientside-page.d.ts +58 -0
- package/commonjs/comments/clientside-page.d.ts.map +1 -0
- package/commonjs/comments/clientside-page.js +51 -0
- package/commonjs/comments/clientside-page.js.map +1 -0
- package/commonjs/comments/index.d.ts +3 -0
- package/commonjs/comments/index.d.ts.map +1 -0
- package/commonjs/comments/index.js +9 -0
- package/commonjs/comments/index.js.map +1 -0
- package/commonjs/comments/item.d.ts +37 -0
- package/commonjs/comments/item.d.ts.map +1 -0
- package/commonjs/comments/item.js +37 -0
- package/commonjs/comments/item.js.map +1 -0
- package/commonjs/comments/types.d.ts +111 -0
- package/commonjs/comments/types.d.ts.map +1 -0
- package/commonjs/comments/types.js +89 -0
- package/commonjs/comments/types.js.map +1 -0
- package/commonjs/content-types/index.d.ts +5 -0
- package/commonjs/content-types/index.d.ts.map +1 -0
- package/commonjs/content-types/index.js +12 -0
- package/commonjs/content-types/index.js.map +1 -0
- package/commonjs/content-types/item.d.ts +13 -0
- package/commonjs/content-types/item.d.ts.map +1 -0
- package/commonjs/content-types/item.js +7 -0
- package/commonjs/content-types/item.js.map +1 -0
- package/commonjs/content-types/list.d.ts +13 -0
- package/commonjs/content-types/list.d.ts.map +1 -0
- package/commonjs/content-types/list.js +7 -0
- package/commonjs/content-types/list.js.map +1 -0
- package/commonjs/content-types/types.d.ts +120 -0
- package/commonjs/content-types/types.d.ts.map +1 -0
- package/commonjs/content-types/types.js +115 -0
- package/commonjs/content-types/types.js.map +1 -0
- package/commonjs/content-types/web.d.ts +13 -0
- package/commonjs/content-types/web.d.ts.map +1 -0
- package/commonjs/content-types/web.js +7 -0
- package/commonjs/content-types/web.js.map +1 -0
- package/commonjs/context-info/index.d.ts +22 -0
- package/commonjs/context-info/index.d.ts.map +1 -0
- package/commonjs/context-info/index.js +17 -0
- package/commonjs/context-info/index.js.map +1 -0
- package/commonjs/decorators.d.ts +9 -0
- package/commonjs/decorators.d.ts.map +1 -0
- package/commonjs/decorators.js +20 -0
- package/commonjs/decorators.js.map +1 -0
- package/commonjs/favorites/index.d.ts +11 -0
- package/commonjs/favorites/index.d.ts.map +1 -0
- package/commonjs/favorites/index.js +15 -0
- package/commonjs/favorites/index.js.map +1 -0
- package/commonjs/favorites/types.d.ts +113 -0
- package/commonjs/favorites/types.d.ts.map +1 -0
- package/commonjs/favorites/types.js +115 -0
- package/commonjs/favorites/types.js.map +1 -0
- package/commonjs/features/index.d.ts +4 -0
- package/commonjs/features/index.d.ts.map +1 -0
- package/commonjs/features/index.js +9 -0
- package/commonjs/features/index.js.map +1 -0
- package/commonjs/features/site.d.ts +13 -0
- package/commonjs/features/site.d.ts.map +1 -0
- package/commonjs/features/site.js +7 -0
- package/commonjs/features/site.js.map +1 -0
- package/commonjs/features/types.d.ts +42 -0
- package/commonjs/features/types.d.ts.map +1 -0
- package/commonjs/features/types.js +56 -0
- package/commonjs/features/types.js.map +1 -0
- package/commonjs/features/web.d.ts +13 -0
- package/commonjs/features/web.d.ts.map +1 -0
- package/commonjs/features/web.js +7 -0
- package/commonjs/features/web.js.map +1 -0
- package/commonjs/fi.d.ts +25 -0
- package/commonjs/fi.d.ts.map +1 -0
- package/commonjs/fi.js +40 -0
- package/commonjs/fi.js.map +1 -0
- package/commonjs/fields/index.d.ts +4 -0
- package/commonjs/fields/index.d.ts.map +1 -0
- package/commonjs/fields/index.js +17 -0
- package/commonjs/fields/index.js.map +1 -0
- package/commonjs/fields/list.d.ts +13 -0
- package/commonjs/fields/list.d.ts.map +1 -0
- package/commonjs/fields/list.js +7 -0
- package/commonjs/fields/list.js.map +1 -0
- package/commonjs/fields/types.d.ts +402 -0
- package/commonjs/fields/types.d.ts.map +1 -0
- package/commonjs/fields/types.js +459 -0
- package/commonjs/fields/types.js.map +1 -0
- package/commonjs/fields/web.d.ts +18 -0
- package/commonjs/fields/web.d.ts.map +1 -0
- package/commonjs/fields/web.js +8 -0
- package/commonjs/fields/web.js.map +1 -0
- package/commonjs/files/folder.d.ts +13 -0
- package/commonjs/files/folder.d.ts.map +1 -0
- package/commonjs/files/folder.js +7 -0
- package/commonjs/files/folder.js.map +1 -0
- package/commonjs/files/index.d.ts +5 -0
- package/commonjs/files/index.d.ts.map +1 -0
- package/commonjs/files/index.js +18 -0
- package/commonjs/files/index.js.map +1 -0
- package/commonjs/files/item.d.ts +13 -0
- package/commonjs/files/item.d.ts.map +1 -0
- package/commonjs/files/item.js +7 -0
- package/commonjs/files/item.js.map +1 -0
- package/commonjs/files/readable-file.d.ts +23 -0
- package/commonjs/files/readable-file.d.ts.map +1 -0
- package/commonjs/files/readable-file.js +38 -0
- package/commonjs/files/readable-file.js.map +1 -0
- package/commonjs/files/types.d.ts +451 -0
- package/commonjs/files/types.d.ts.map +1 -0
- package/commonjs/files/types.js +589 -0
- package/commonjs/files/types.js.map +1 -0
- package/commonjs/files/web.d.ts +29 -0
- package/commonjs/files/web.d.ts.map +1 -0
- package/commonjs/files/web.js +15 -0
- package/commonjs/files/web.js.map +1 -0
- package/commonjs/folders/index.d.ts +5 -0
- package/commonjs/folders/index.d.ts.map +1 -0
- package/commonjs/folders/index.js +13 -0
- package/commonjs/folders/index.js.map +1 -0
- package/commonjs/folders/item.d.ts +10 -0
- package/commonjs/folders/item.d.ts.map +1 -0
- package/commonjs/folders/item.js +7 -0
- package/commonjs/folders/item.js.map +1 -0
- package/commonjs/folders/list.d.ts +13 -0
- package/commonjs/folders/list.d.ts.map +1 -0
- package/commonjs/folders/list.js +7 -0
- package/commonjs/folders/list.js.map +1 -0
- package/commonjs/folders/types.d.ts +237 -0
- package/commonjs/folders/types.d.ts.map +1 -0
- package/commonjs/folders/types.js +253 -0
- package/commonjs/folders/types.js.map +1 -0
- package/commonjs/folders/web.d.ts +33 -0
- package/commonjs/folders/web.d.ts.map +1 -0
- package/commonjs/folders/web.js +14 -0
- package/commonjs/folders/web.js.map +1 -0
- package/commonjs/forms/index.d.ts +3 -0
- package/commonjs/forms/index.d.ts.map +1 -0
- package/commonjs/forms/index.js +8 -0
- package/commonjs/forms/index.js.map +1 -0
- package/commonjs/forms/list.d.ts +10 -0
- package/commonjs/forms/list.d.ts.map +1 -0
- package/commonjs/forms/list.js +7 -0
- package/commonjs/forms/list.js.map +1 -0
- package/commonjs/forms/types.d.ts +36 -0
- package/commonjs/forms/types.d.ts.map +1 -0
- package/commonjs/forms/types.js +34 -0
- package/commonjs/forms/types.js.map +1 -0
- package/commonjs/groupsitemanager/index.d.ts +8 -0
- package/commonjs/groupsitemanager/index.d.ts.map +1 -0
- package/commonjs/groupsitemanager/index.js +14 -0
- package/commonjs/groupsitemanager/index.js.map +1 -0
- package/commonjs/groupsitemanager/types.d.ts +312 -0
- package/commonjs/groupsitemanager/types.d.ts.map +1 -0
- package/commonjs/groupsitemanager/types.js +325 -0
- package/commonjs/groupsitemanager/types.js.map +1 -0
- package/commonjs/hubsites/index.d.ts +13 -0
- package/commonjs/hubsites/index.d.ts.map +1 -0
- package/commonjs/hubsites/index.js +18 -0
- package/commonjs/hubsites/index.js.map +1 -0
- package/commonjs/hubsites/site.d.ts +27 -0
- package/commonjs/hubsites/site.d.ts.map +1 -0
- package/commonjs/hubsites/site.js +14 -0
- package/commonjs/hubsites/site.js.map +1 -0
- package/commonjs/hubsites/types.d.ts +56 -0
- package/commonjs/hubsites/types.d.ts.map +1 -0
- package/commonjs/hubsites/types.js +34 -0
- package/commonjs/hubsites/types.js.map +1 -0
- package/commonjs/hubsites/web.d.ts +22 -0
- package/commonjs/hubsites/web.d.ts.map +1 -0
- package/commonjs/hubsites/web.js +15 -0
- package/commonjs/hubsites/web.js.map +1 -0
- package/commonjs/index.d.ts +15 -0
- package/commonjs/index.d.ts.map +1 -0
- package/commonjs/index.js +21 -0
- package/commonjs/index.js.map +1 -0
- package/commonjs/items/index.d.ts +3 -0
- package/commonjs/items/index.d.ts.map +1 -0
- package/commonjs/items/index.js +10 -0
- package/commonjs/items/index.js.map +1 -0
- package/commonjs/items/list.d.ts +10 -0
- package/commonjs/items/list.d.ts.map +1 -0
- package/commonjs/items/list.js +7 -0
- package/commonjs/items/list.js.map +1 -0
- package/commonjs/items/types.d.ts +193 -0
- package/commonjs/items/types.d.ts.map +1 -0
- package/commonjs/items/types.js +295 -0
- package/commonjs/items/types.js.map +1 -0
- package/commonjs/lists/index.d.ts +3 -0
- package/commonjs/lists/index.d.ts.map +1 -0
- package/commonjs/lists/index.js +10 -0
- package/commonjs/lists/index.js.map +1 -0
- package/commonjs/lists/types.d.ts +626 -0
- package/commonjs/lists/types.d.ts.map +1 -0
- package/commonjs/lists/types.js +357 -0
- package/commonjs/lists/types.js.map +1 -0
- package/commonjs/lists/web.d.ts +44 -0
- package/commonjs/lists/web.d.ts.map +1 -0
- package/commonjs/lists/web.js +20 -0
- package/commonjs/lists/web.js.map +1 -0
- package/commonjs/navigation/index.d.ts +9 -0
- package/commonjs/navigation/index.d.ts.map +1 -0
- package/commonjs/navigation/index.js +19 -0
- package/commonjs/navigation/index.js.map +1 -0
- package/commonjs/navigation/types.d.ts +155 -0
- package/commonjs/navigation/types.d.ts.map +1 -0
- package/commonjs/navigation/types.js +153 -0
- package/commonjs/navigation/types.js.map +1 -0
- package/commonjs/navigation/web.d.ts +14 -0
- package/commonjs/navigation/web.d.ts.map +1 -0
- package/commonjs/navigation/web.js +7 -0
- package/commonjs/navigation/web.js.map +1 -0
- package/commonjs/package.json +1 -0
- package/commonjs/presets/all.d.ts +75 -0
- package/commonjs/presets/all.d.ts.map +1 -0
- package/commonjs/presets/all.js +78 -0
- package/commonjs/presets/all.js.map +1 -0
- package/commonjs/profiles/index.d.ts +8 -0
- package/commonjs/profiles/index.d.ts.map +1 -0
- package/commonjs/profiles/index.js +16 -0
- package/commonjs/profiles/index.js.map +1 -0
- package/commonjs/profiles/types.d.ts +358 -0
- package/commonjs/profiles/types.d.ts.map +1 -0
- package/commonjs/profiles/types.js +362 -0
- package/commonjs/profiles/types.js.map +1 -0
- package/commonjs/publishing-sitepageservice/index.d.ts +11 -0
- package/commonjs/publishing-sitepageservice/index.d.ts.map +1 -0
- package/commonjs/publishing-sitepageservice/index.js +13 -0
- package/commonjs/publishing-sitepageservice/index.js.map +1 -0
- package/commonjs/publishing-sitepageservice/types.d.ts +12 -0
- package/commonjs/publishing-sitepageservice/types.d.ts.map +1 -0
- package/commonjs/publishing-sitepageservice/types.js +20 -0
- package/commonjs/publishing-sitepageservice/types.js.map +1 -0
- package/commonjs/recycle-bin/index.d.ts +25 -0
- package/commonjs/recycle-bin/index.d.ts.map +1 -0
- package/commonjs/recycle-bin/index.js +12 -0
- package/commonjs/recycle-bin/index.js.map +1 -0
- package/commonjs/recycle-bin/types.d.ts +82 -0
- package/commonjs/recycle-bin/types.d.ts.map +1 -0
- package/commonjs/recycle-bin/types.js +83 -0
- package/commonjs/recycle-bin/types.js.map +1 -0
- package/commonjs/regional-settings/content-type.d.ts +8 -0
- package/commonjs/regional-settings/content-type.d.ts.map +1 -0
- package/commonjs/regional-settings/content-type.js +7 -0
- package/commonjs/regional-settings/content-type.js.map +1 -0
- package/commonjs/regional-settings/field.d.ts +8 -0
- package/commonjs/regional-settings/field.d.ts.map +1 -0
- package/commonjs/regional-settings/field.js +7 -0
- package/commonjs/regional-settings/field.js.map +1 -0
- package/commonjs/regional-settings/funcs.d.ts +3 -0
- package/commonjs/regional-settings/funcs.d.ts.map +1 -0
- package/commonjs/regional-settings/funcs.js +12 -0
- package/commonjs/regional-settings/funcs.js.map +1 -0
- package/commonjs/regional-settings/index.d.ts +7 -0
- package/commonjs/regional-settings/index.d.ts.map +1 -0
- package/commonjs/regional-settings/index.js +13 -0
- package/commonjs/regional-settings/index.js.map +1 -0
- package/commonjs/regional-settings/list.d.ts +8 -0
- package/commonjs/regional-settings/list.d.ts.map +1 -0
- package/commonjs/regional-settings/list.js +7 -0
- package/commonjs/regional-settings/list.js.map +1 -0
- package/commonjs/regional-settings/types.d.ts +105 -0
- package/commonjs/regional-settings/types.d.ts.map +1 -0
- package/commonjs/regional-settings/types.js +88 -0
- package/commonjs/regional-settings/types.js.map +1 -0
- package/commonjs/regional-settings/user-custom-actions.d.ts +8 -0
- package/commonjs/regional-settings/user-custom-actions.d.ts.map +1 -0
- package/commonjs/regional-settings/user-custom-actions.js +7 -0
- package/commonjs/regional-settings/user-custom-actions.js.map +1 -0
- package/commonjs/regional-settings/web.d.ts +13 -0
- package/commonjs/regional-settings/web.d.ts.map +1 -0
- package/commonjs/regional-settings/web.js +10 -0
- package/commonjs/regional-settings/web.js.map +1 -0
- package/commonjs/related-items/index.d.ts +3 -0
- package/commonjs/related-items/index.d.ts.map +1 -0
- package/commonjs/related-items/index.js +7 -0
- package/commonjs/related-items/index.js.map +1 -0
- package/commonjs/related-items/types.d.ts +77 -0
- package/commonjs/related-items/types.d.ts.map +1 -0
- package/commonjs/related-items/types.js +84 -0
- package/commonjs/related-items/types.js.map +1 -0
- package/commonjs/related-items/web.d.ts +13 -0
- package/commonjs/related-items/web.d.ts.map +1 -0
- package/commonjs/related-items/web.js +12 -0
- package/commonjs/related-items/web.js.map +1 -0
- package/commonjs/search/index.d.ts +23 -0
- package/commonjs/search/index.d.ts.map +1 -0
- package/commonjs/search/index.js +21 -0
- package/commonjs/search/index.js.map +1 -0
- package/commonjs/search/query.d.ts +62 -0
- package/commonjs/search/query.d.ts.map +1 -0
- package/commonjs/search/query.js +220 -0
- package/commonjs/search/query.js.map +1 -0
- package/commonjs/search/suggest.d.ts +76 -0
- package/commonjs/search/suggest.d.ts.map +1 -0
- package/commonjs/search/suggest.js +44 -0
- package/commonjs/search/suggest.js.map +1 -0
- package/commonjs/search/types.d.ts +436 -0
- package/commonjs/search/types.d.ts.map +1 -0
- package/commonjs/search/types.js +58 -0
- package/commonjs/search/types.js.map +1 -0
- package/commonjs/security/funcs.d.ts +44 -0
- package/commonjs/security/funcs.d.ts.map +1 -0
- package/commonjs/security/funcs.js +91 -0
- package/commonjs/security/funcs.js.map +1 -0
- package/commonjs/security/index.d.ts +5 -0
- package/commonjs/security/index.d.ts.map +1 -0
- package/commonjs/security/index.js +13 -0
- package/commonjs/security/index.js.map +1 -0
- package/commonjs/security/item.d.ts +8 -0
- package/commonjs/security/item.d.ts.map +1 -0
- package/commonjs/security/item.js +17 -0
- package/commonjs/security/item.js.map +1 -0
- package/commonjs/security/list.d.ts +8 -0
- package/commonjs/security/list.d.ts.map +1 -0
- package/commonjs/security/list.js +17 -0
- package/commonjs/security/list.js.map +1 -0
- package/commonjs/security/types.d.ts +319 -0
- package/commonjs/security/types.d.ts.map +1 -0
- package/commonjs/security/types.js +336 -0
- package/commonjs/security/types.js.map +1 -0
- package/commonjs/security/web.d.ts +10 -0
- package/commonjs/security/web.d.ts.map +1 -0
- package/commonjs/security/web.js +18 -0
- package/commonjs/security/web.js.map +1 -0
- package/commonjs/sharing/file.d.ts +19 -0
- package/commonjs/sharing/file.d.ts.map +1 -0
- package/commonjs/sharing/file.js +40 -0
- package/commonjs/sharing/file.js.map +1 -0
- package/commonjs/sharing/folder.d.ts +10 -0
- package/commonjs/sharing/folder.d.ts.map +1 -0
- package/commonjs/sharing/folder.js +38 -0
- package/commonjs/sharing/folder.js.map +1 -0
- package/commonjs/sharing/funcs.d.ts +63 -0
- package/commonjs/sharing/funcs.d.ts.map +1 -0
- package/commonjs/sharing/funcs.js +211 -0
- package/commonjs/sharing/funcs.js.map +1 -0
- package/commonjs/sharing/index.d.ts +6 -0
- package/commonjs/sharing/index.d.ts.map +1 -0
- package/commonjs/sharing/index.js +15 -0
- package/commonjs/sharing/index.js.map +1 -0
- package/commonjs/sharing/item.d.ts +17 -0
- package/commonjs/sharing/item.d.ts.map +1 -0
- package/commonjs/sharing/item.js +16 -0
- package/commonjs/sharing/item.js.map +1 -0
- package/commonjs/sharing/types.d.ts +589 -0
- package/commonjs/sharing/types.d.ts.map +1 -0
- package/commonjs/sharing/types.js +117 -0
- package/commonjs/sharing/types.js.map +1 -0
- package/commonjs/sharing/web.d.ts +20 -0
- package/commonjs/sharing/web.d.ts.map +1 -0
- package/commonjs/sharing/web.js +59 -0
- package/commonjs/sharing/web.js.map +1 -0
- package/commonjs/site-designs/index.d.ts +9 -0
- package/commonjs/site-designs/index.d.ts.map +1 -0
- package/commonjs/site-designs/index.js +16 -0
- package/commonjs/site-designs/index.js.map +1 -0
- package/commonjs/site-designs/types.d.ts +376 -0
- package/commonjs/site-designs/types.d.ts.map +1 -0
- package/commonjs/site-designs/types.js +179 -0
- package/commonjs/site-designs/types.js.map +1 -0
- package/commonjs/site-designs/web.d.ts +26 -0
- package/commonjs/site-designs/web.d.ts.map +1 -0
- package/commonjs/site-designs/web.js +14 -0
- package/commonjs/site-designs/web.js.map +1 -0
- package/commonjs/site-groups/index.d.ts +3 -0
- package/commonjs/site-groups/index.d.ts.map +1 -0
- package/commonjs/site-groups/index.js +8 -0
- package/commonjs/site-groups/index.js.map +1 -0
- package/commonjs/site-groups/types.d.ts +87 -0
- package/commonjs/site-groups/types.d.ts.map +1 -0
- package/commonjs/site-groups/types.js +88 -0
- package/commonjs/site-groups/types.js.map +1 -0
- package/commonjs/site-groups/web.d.ts +41 -0
- package/commonjs/site-groups/web.d.ts.map +1 -0
- package/commonjs/site-groups/web.js +20 -0
- package/commonjs/site-groups/web.js.map +1 -0
- package/commonjs/site-scripts/index.d.ts +10 -0
- package/commonjs/site-scripts/index.d.ts.map +1 -0
- package/commonjs/site-scripts/index.js +17 -0
- package/commonjs/site-scripts/index.js.map +1 -0
- package/commonjs/site-scripts/list.d.ts +13 -0
- package/commonjs/site-scripts/list.d.ts.map +1 -0
- package/commonjs/site-scripts/list.js +15 -0
- package/commonjs/site-scripts/list.js.map +1 -0
- package/commonjs/site-scripts/types.d.ts +184 -0
- package/commonjs/site-scripts/types.d.ts.map +1 -0
- package/commonjs/site-scripts/types.js +112 -0
- package/commonjs/site-scripts/types.js.map +1 -0
- package/commonjs/site-scripts/web.d.ts +14 -0
- package/commonjs/site-scripts/web.d.ts.map +1 -0
- package/commonjs/site-scripts/web.js +10 -0
- package/commonjs/site-scripts/web.js.map +1 -0
- package/commonjs/site-users/index.d.ts +3 -0
- package/commonjs/site-users/index.d.ts.map +1 -0
- package/commonjs/site-users/index.js +8 -0
- package/commonjs/site-users/index.js.map +1 -0
- package/commonjs/site-users/types.d.ts +138 -0
- package/commonjs/site-users/types.d.ts.map +1 -0
- package/commonjs/site-users/types.js +99 -0
- package/commonjs/site-users/types.js.map +1 -0
- package/commonjs/site-users/web.d.ts +32 -0
- package/commonjs/site-users/web.d.ts.map +1 -0
- package/commonjs/site-users/web.js +20 -0
- package/commonjs/site-users/web.js.map +1 -0
- package/commonjs/sites/index.d.ts +8 -0
- package/commonjs/sites/index.d.ts.map +1 -0
- package/commonjs/sites/index.js +17 -0
- package/commonjs/sites/index.js.map +1 -0
- package/commonjs/sites/types.d.ts +221 -0
- package/commonjs/sites/types.d.ts.map +1 -0
- package/commonjs/sites/types.js +261 -0
- package/commonjs/sites/types.js.map +1 -0
- package/commonjs/social/index.d.ts +11 -0
- package/commonjs/social/index.d.ts.map +1 -0
- package/commonjs/social/index.js +20 -0
- package/commonjs/social/index.js.map +1 -0
- package/commonjs/social/types.d.ts +305 -0
- package/commonjs/social/types.d.ts.map +1 -0
- package/commonjs/social/types.js +210 -0
- package/commonjs/social/types.js.map +1 -0
- package/commonjs/spqueryable.d.ts +117 -0
- package/commonjs/spqueryable.d.ts.map +1 -0
- package/commonjs/spqueryable.js +219 -0
- package/commonjs/spqueryable.js.map +1 -0
- package/commonjs/sputilities/index.d.ts +8 -0
- package/commonjs/sputilities/index.d.ts.map +1 -0
- package/commonjs/sputilities/index.js +15 -0
- package/commonjs/sputilities/index.js.map +1 -0
- package/commonjs/sputilities/types.d.ts +101 -0
- package/commonjs/sputilities/types.d.ts.map +1 -0
- package/commonjs/sputilities/types.js +69 -0
- package/commonjs/sputilities/types.js.map +1 -0
- package/commonjs/subscriptions/index.d.ts +3 -0
- package/commonjs/subscriptions/index.d.ts.map +1 -0
- package/commonjs/subscriptions/index.js +8 -0
- package/commonjs/subscriptions/index.js.map +1 -0
- package/commonjs/subscriptions/list.d.ts +14 -0
- package/commonjs/subscriptions/list.d.ts.map +1 -0
- package/commonjs/subscriptions/list.js +7 -0
- package/commonjs/subscriptions/list.js.map +1 -0
- package/commonjs/subscriptions/types.d.ts +55 -0
- package/commonjs/subscriptions/types.d.ts.map +1 -0
- package/commonjs/subscriptions/types.js +74 -0
- package/commonjs/subscriptions/types.js.map +1 -0
- package/commonjs/taxonomy/index.d.ts +8 -0
- package/commonjs/taxonomy/index.d.ts.map +1 -0
- package/commonjs/taxonomy/index.js +24 -0
- package/commonjs/taxonomy/index.js.map +1 -0
- package/commonjs/taxonomy/types.d.ts +314 -0
- package/commonjs/taxonomy/types.d.ts.map +1 -0
- package/commonjs/taxonomy/types.js +305 -0
- package/commonjs/taxonomy/types.js.map +1 -0
- package/commonjs/types.d.ts +241 -0
- package/commonjs/types.d.ts.map +1 -0
- package/commonjs/types.js +84 -0
- package/commonjs/types.js.map +1 -0
- package/commonjs/user-custom-actions/index.d.ts +5 -0
- package/commonjs/user-custom-actions/index.d.ts.map +1 -0
- package/commonjs/user-custom-actions/index.js +12 -0
- package/commonjs/user-custom-actions/index.js.map +1 -0
- package/commonjs/user-custom-actions/list.d.ts +13 -0
- package/commonjs/user-custom-actions/list.d.ts.map +1 -0
- package/commonjs/user-custom-actions/list.js +7 -0
- package/commonjs/user-custom-actions/list.js.map +1 -0
- package/commonjs/user-custom-actions/site.d.ts +13 -0
- package/commonjs/user-custom-actions/site.d.ts.map +1 -0
- package/commonjs/user-custom-actions/site.js +7 -0
- package/commonjs/user-custom-actions/site.js.map +1 -0
- package/commonjs/user-custom-actions/types.d.ts +82 -0
- package/commonjs/user-custom-actions/types.d.ts.map +1 -0
- package/commonjs/user-custom-actions/types.js +76 -0
- package/commonjs/user-custom-actions/types.js.map +1 -0
- package/commonjs/user-custom-actions/web.d.ts +16 -0
- package/commonjs/user-custom-actions/web.d.ts.map +1 -0
- package/commonjs/user-custom-actions/web.js +7 -0
- package/commonjs/user-custom-actions/web.js.map +1 -0
- package/commonjs/utils/encode-path-str.d.ts +8 -0
- package/commonjs/utils/encode-path-str.d.ts.map +1 -0
- package/commonjs/utils/encode-path-str.js +29 -0
- package/commonjs/utils/encode-path-str.js.map +1 -0
- package/commonjs/utils/extract-web-url.d.ts +2 -0
- package/commonjs/utils/extract-web-url.d.ts.map +1 -0
- package/commonjs/utils/extract-web-url.js +20 -0
- package/commonjs/utils/extract-web-url.js.map +1 -0
- package/commonjs/utils/file-names.d.ts +18 -0
- package/commonjs/utils/file-names.d.ts.map +1 -0
- package/commonjs/utils/file-names.js +41 -0
- package/commonjs/utils/file-names.js.map +1 -0
- package/commonjs/utils/metadata.d.ts +6 -0
- package/commonjs/utils/metadata.d.ts.map +1 -0
- package/commonjs/utils/metadata.js +10 -0
- package/commonjs/utils/metadata.js.map +1 -0
- package/commonjs/utils/odata-url-from.d.ts +2 -0
- package/commonjs/utils/odata-url-from.d.ts.map +1 -0
- package/commonjs/utils/odata-url-from.js +41 -0
- package/commonjs/utils/odata-url-from.js.map +1 -0
- package/commonjs/utils/to-resource-path.d.ts +5 -0
- package/commonjs/utils/to-resource-path.d.ts.map +1 -0
- package/commonjs/utils/to-resource-path.js +10 -0
- package/commonjs/utils/to-resource-path.js.map +1 -0
- package/commonjs/views/index.d.ts +3 -0
- package/commonjs/views/index.d.ts.map +1 -0
- package/commonjs/views/index.js +10 -0
- package/commonjs/views/index.js.map +1 -0
- package/commonjs/views/list.d.ts +24 -0
- package/commonjs/views/list.d.ts.map +1 -0
- package/commonjs/views/list.js +11 -0
- package/commonjs/views/list.js.map +1 -0
- package/commonjs/views/types.d.ts +147 -0
- package/commonjs/views/types.d.ts.map +1 -0
- package/commonjs/views/types.js +140 -0
- package/commonjs/views/types.js.map +1 -0
- package/commonjs/webparts/file.d.ts +16 -0
- package/commonjs/webparts/file.d.ts.map +1 -0
- package/commonjs/webparts/file.js +8 -0
- package/commonjs/webparts/file.js.map +1 -0
- package/commonjs/webparts/index.d.ts +3 -0
- package/commonjs/webparts/index.d.ts.map +1 -0
- package/commonjs/webparts/index.js +10 -0
- package/commonjs/webparts/index.js.map +1 -0
- package/commonjs/webparts/types.d.ts +84 -0
- package/commonjs/webparts/types.d.ts.map +1 -0
- package/commonjs/webparts/types.js +92 -0
- package/commonjs/webparts/types.js.map +1 -0
- package/commonjs/webs/index.d.ts +11 -0
- package/commonjs/webs/index.d.ts.map +1 -0
- package/commonjs/webs/index.js +16 -0
- package/commonjs/webs/index.js.map +1 -0
- package/commonjs/webs/types.d.ts +204 -0
- package/commonjs/webs/types.d.ts.map +1 -0
- package/commonjs/webs/types.js +227 -0
- package/commonjs/webs/types.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,626 @@
|
|
|
1
|
+
import { _SPCollection, _SPInstance, ISPQueryable, ISPCollection, IDeleteableWithETag } from "../spqueryable.js";
|
|
2
|
+
import { IChangeQuery } from "../types.js";
|
|
3
|
+
import { IBasePermissions } from "../security/types.js";
|
|
4
|
+
import { IFieldInfo } from "../fields/types.js";
|
|
5
|
+
import { IFormInfo } from "../forms/types.js";
|
|
6
|
+
import { IFolderInfo } from "../folders/types.js";
|
|
7
|
+
import { IViewInfo } from "../views/types.js";
|
|
8
|
+
import { IUserCustomActionInfo } from "../user-custom-actions/types.js";
|
|
9
|
+
import { IResourcePath } from "../utils/to-resource-path.js";
|
|
10
|
+
export declare class _Lists extends _SPCollection<IListInfo[]> {
|
|
11
|
+
/**
|
|
12
|
+
* Gets a list from the collection by guid id
|
|
13
|
+
*
|
|
14
|
+
* @param id The Id of the list (GUID)
|
|
15
|
+
*/
|
|
16
|
+
getById(id: string): IList;
|
|
17
|
+
/**
|
|
18
|
+
* Gets a list from the collection by title
|
|
19
|
+
*
|
|
20
|
+
* @param title The title of the list
|
|
21
|
+
*/
|
|
22
|
+
getByTitle(title: string): IList;
|
|
23
|
+
/**
|
|
24
|
+
* Adds a new list to the collection
|
|
25
|
+
*
|
|
26
|
+
* @param title The new list's title
|
|
27
|
+
* @param description The new list's description
|
|
28
|
+
* @param template The list template value
|
|
29
|
+
* @param enableContentTypes If true content types will be allowed and enabled, otherwise they will be disallowed and not enabled
|
|
30
|
+
* @param additionalSettings Will be passed as part of the list creation body
|
|
31
|
+
*/
|
|
32
|
+
add(title: string, desc?: string, template?: number, enableContentTypes?: boolean, additionalSettings?: Partial<IListInfo>): Promise<IListAddResult>;
|
|
33
|
+
/**
|
|
34
|
+
* Ensures that the specified list exists in the collection (note: this method not supported for batching)
|
|
35
|
+
*
|
|
36
|
+
* @param title The new list's title
|
|
37
|
+
* @param desc The new list's description
|
|
38
|
+
* @param template The list template value
|
|
39
|
+
* @param enableContentTypes If true content types will be allowed and enabled, otherwise they will be disallowed and not enabled
|
|
40
|
+
* @param additionalSettings Will be passed as part of the list creation body or used to update an existing list
|
|
41
|
+
*/
|
|
42
|
+
ensure(title: string, desc?: string, template?: number, enableContentTypes?: boolean, additionalSettings?: Partial<IListInfo>): Promise<IListEnsureResult>;
|
|
43
|
+
/**
|
|
44
|
+
* Gets a list that is the default asset location for images or other files, which the users upload to their wiki pages.
|
|
45
|
+
*/
|
|
46
|
+
ensureSiteAssetsLibrary(): Promise<IList>;
|
|
47
|
+
/**
|
|
48
|
+
* Gets a list that is the default location for wiki pages.
|
|
49
|
+
*/
|
|
50
|
+
ensureSitePagesLibrary(): Promise<IList>;
|
|
51
|
+
}
|
|
52
|
+
export interface ILists extends _Lists {
|
|
53
|
+
}
|
|
54
|
+
export declare const Lists: import("../spqueryable.js").ISPInvokableFactory<ILists>;
|
|
55
|
+
export declare class _List extends _SPInstance<IListInfo> {
|
|
56
|
+
delete: (this: ISPQueryable<any>, eTag?: string) => Promise<void>;
|
|
57
|
+
/**
|
|
58
|
+
* Gets the effective base permissions of this list
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
get effectiveBasePermissions(): ISPQueryable;
|
|
62
|
+
/**
|
|
63
|
+
* Gets the event receivers attached to this list
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
get eventReceivers(): ISPCollection;
|
|
67
|
+
/**
|
|
68
|
+
* Gets the related fields of this list
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
get relatedFields(): ISPQueryable;
|
|
72
|
+
/**
|
|
73
|
+
* Gets the IRM settings for this list
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
get informationRightsManagementSettings(): ISPQueryable;
|
|
77
|
+
/**
|
|
78
|
+
* Updates this list intance with the supplied properties
|
|
79
|
+
*
|
|
80
|
+
* @param properties A plain object hash of values to update for the list
|
|
81
|
+
* @param eTag Value used in the IF-Match header, by default "*"
|
|
82
|
+
*/
|
|
83
|
+
update(properties: Partial<IListInfo>, eTag?: string): Promise<IListUpdateResult>;
|
|
84
|
+
/**
|
|
85
|
+
* Returns the collection of changes from the change log that have occurred within the list, based on the specified query.
|
|
86
|
+
* @param query A query that is performed against the change log.
|
|
87
|
+
*/
|
|
88
|
+
getChanges(query: IChangeQuery): Promise<any>;
|
|
89
|
+
/**
|
|
90
|
+
* Returns the collection of items in the list based on the provided CamlQuery
|
|
91
|
+
* @param query A query that is performed against the list
|
|
92
|
+
* @param expands An expanded array of n items that contains fields to expand in the CamlQuery
|
|
93
|
+
*/
|
|
94
|
+
getItemsByCAMLQuery(query: ICamlQuery, ...expands: string[]): Promise<any>;
|
|
95
|
+
/**
|
|
96
|
+
* See: https://msdn.microsoft.com/en-us/library/office/dn292554.aspx
|
|
97
|
+
* @param query An object that defines the change log item query
|
|
98
|
+
*/
|
|
99
|
+
getListItemChangesSinceToken(query: IChangeLogItemQuery): Promise<string>;
|
|
100
|
+
/**
|
|
101
|
+
* Moves the list to the Recycle Bin and returns the identifier of the new Recycle Bin item.
|
|
102
|
+
*/
|
|
103
|
+
recycle(): Promise<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Renders list data based on the view xml provided
|
|
106
|
+
* @param viewXml A string object representing a view xml
|
|
107
|
+
*/
|
|
108
|
+
renderListData(viewXml: string): Promise<IRenderListData>;
|
|
109
|
+
/**
|
|
110
|
+
* Returns the data for the specified query view
|
|
111
|
+
*
|
|
112
|
+
* @param parameters The parameters to be used to render list data as JSON string.
|
|
113
|
+
* @param overrideParams The parameters that are used to override and extend the regular SPRenderListDataParameters.
|
|
114
|
+
* @param query Allows setting of query parameters
|
|
115
|
+
*/
|
|
116
|
+
renderListDataAsStream(parameters: IRenderListDataParameters, overrideParameters?: any, query?: Map<string, string>): Promise<IRenderListDataAsStreamResult>;
|
|
117
|
+
/**
|
|
118
|
+
* Gets the field values and field schema attributes for a list item.
|
|
119
|
+
* @param itemId Item id of the item to render form data for
|
|
120
|
+
* @param formId The id of the form
|
|
121
|
+
* @param mode Enum representing the control mode of the form (Display, Edit, New)
|
|
122
|
+
*/
|
|
123
|
+
renderListFormData(itemId: number, formId: string, mode: ControlMode): Promise<IListFormData>;
|
|
124
|
+
/**
|
|
125
|
+
* Reserves a list item ID for idempotent list item creation.
|
|
126
|
+
*/
|
|
127
|
+
reserveListItemId(): Promise<number>;
|
|
128
|
+
/**
|
|
129
|
+
* Creates an item using path (in a folder), validates and sets its field values.
|
|
130
|
+
*
|
|
131
|
+
* @param formValues The fields to change and their new values.
|
|
132
|
+
* @param decodedUrl Path decoded url; folder's server relative path.
|
|
133
|
+
* @param bNewDocumentUpdate true if the list item is a document being updated after upload; otherwise false.
|
|
134
|
+
* @param checkInComment Optional check in comment.
|
|
135
|
+
* @param additionalProps Optional set of additional properties LeafName new document file name,
|
|
136
|
+
*/
|
|
137
|
+
addValidateUpdateItemUsingPath(formValues: IListItemFormUpdateValue[], decodedUrl: string, bNewDocumentUpdate?: boolean, checkInComment?: string, additionalProps?: {
|
|
138
|
+
/**
|
|
139
|
+
* If creating a document or folder, the name
|
|
140
|
+
*/
|
|
141
|
+
leafName?: string;
|
|
142
|
+
/**
|
|
143
|
+
* 0: File, 1: Folder, 2: Web
|
|
144
|
+
*/
|
|
145
|
+
objectType?: 0 | 1 | 2;
|
|
146
|
+
}): Promise<IListItemFormUpdateValue[]>;
|
|
147
|
+
/**
|
|
148
|
+
* Gets the parent information for this item's list and web
|
|
149
|
+
*/
|
|
150
|
+
getParentInfos(): Promise<IListParentInfos>;
|
|
151
|
+
}
|
|
152
|
+
export interface IList extends _List, IDeleteableWithETag {
|
|
153
|
+
}
|
|
154
|
+
export declare const List: import("../spqueryable.js").ISPInvokableFactory<IList>;
|
|
155
|
+
/**
|
|
156
|
+
* Represents the output of the add method
|
|
157
|
+
*/
|
|
158
|
+
export interface IListAddResult {
|
|
159
|
+
list: IList;
|
|
160
|
+
data: IListInfo;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* Represents the output of the update method
|
|
164
|
+
*/
|
|
165
|
+
export interface IListUpdateResult {
|
|
166
|
+
list: IList;
|
|
167
|
+
data: IListInfo;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* Represents the output of the ensure method
|
|
171
|
+
*/
|
|
172
|
+
export interface IListEnsureResult {
|
|
173
|
+
list: IList;
|
|
174
|
+
created: boolean;
|
|
175
|
+
data: IListInfo;
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* Specifies a Collaborative Application Markup Language (CAML) query on a list or joined lists.
|
|
179
|
+
*/
|
|
180
|
+
export interface ICamlQuery {
|
|
181
|
+
/**
|
|
182
|
+
* Gets or sets a value that indicates whether the query returns dates in Coordinated Universal Time (UTC) format.
|
|
183
|
+
*/
|
|
184
|
+
DatesInUtc?: boolean;
|
|
185
|
+
/**
|
|
186
|
+
* Gets or sets a value that specifies the server relative URL of a list folder from which results will be returned.
|
|
187
|
+
*/
|
|
188
|
+
FolderServerRelativeUrl?: string;
|
|
189
|
+
/**
|
|
190
|
+
* Gets or sets a value that specifies the information required to get the next page of data for the list view.
|
|
191
|
+
*/
|
|
192
|
+
ListItemCollectionPosition?: IListItemCollectionPosition;
|
|
193
|
+
/**
|
|
194
|
+
* Gets or sets value that specifies the XML schema that defines the list view.
|
|
195
|
+
*/
|
|
196
|
+
ViewXml?: string;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* Specifies the information required to get the next page of data for a list view.
|
|
200
|
+
*/
|
|
201
|
+
export interface IListItemCollectionPosition {
|
|
202
|
+
/**
|
|
203
|
+
* Gets or sets a value that specifies information, as name-value pairs, required to get the next page of data for a list view.
|
|
204
|
+
*/
|
|
205
|
+
PagingInfo: string;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Represents the input parameter of the GetListItemChangesSinceToken method.
|
|
209
|
+
*/
|
|
210
|
+
export interface IChangeLogItemQuery {
|
|
211
|
+
/**
|
|
212
|
+
* The change token for the request.
|
|
213
|
+
*/
|
|
214
|
+
ChangeToken?: string;
|
|
215
|
+
/**
|
|
216
|
+
* The XML element that defines custom filtering for the query.
|
|
217
|
+
*/
|
|
218
|
+
Contains?: string;
|
|
219
|
+
/**
|
|
220
|
+
* The records from the list to return and their return order.
|
|
221
|
+
*/
|
|
222
|
+
Query?: string;
|
|
223
|
+
/**
|
|
224
|
+
* The options for modifying the query.
|
|
225
|
+
*/
|
|
226
|
+
QueryOptions?: string;
|
|
227
|
+
/**
|
|
228
|
+
* RowLimit
|
|
229
|
+
*/
|
|
230
|
+
RowLimit?: string;
|
|
231
|
+
/**
|
|
232
|
+
* The names of the fields to include in the query result.
|
|
233
|
+
*/
|
|
234
|
+
ViewFields?: string;
|
|
235
|
+
/**
|
|
236
|
+
* The GUID of the view.
|
|
237
|
+
*/
|
|
238
|
+
ViewName?: string;
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* Represents the output parameter of the renderListFormData method.
|
|
242
|
+
*/
|
|
243
|
+
export interface IListFormData {
|
|
244
|
+
ContentType?: string;
|
|
245
|
+
Title?: string;
|
|
246
|
+
Author?: string;
|
|
247
|
+
Editor?: string;
|
|
248
|
+
Created?: Date;
|
|
249
|
+
Modified: Date;
|
|
250
|
+
Attachments?: any;
|
|
251
|
+
ListSchema?: any;
|
|
252
|
+
FormControlMode?: number;
|
|
253
|
+
FieldControlModes?: {
|
|
254
|
+
Title?: number;
|
|
255
|
+
Author?: number;
|
|
256
|
+
Editor?: number;
|
|
257
|
+
Created?: number;
|
|
258
|
+
Modified?: number;
|
|
259
|
+
Attachments?: number;
|
|
260
|
+
};
|
|
261
|
+
WebAttributes?: {
|
|
262
|
+
WebUrl?: string;
|
|
263
|
+
EffectivePresenceEnabled?: boolean;
|
|
264
|
+
AllowScriptableWebParts?: boolean;
|
|
265
|
+
PermissionCustomizePages?: boolean;
|
|
266
|
+
LCID?: number;
|
|
267
|
+
CurrentUserId?: number;
|
|
268
|
+
};
|
|
269
|
+
ItemAttributes?: {
|
|
270
|
+
Id?: number;
|
|
271
|
+
FsObjType?: number;
|
|
272
|
+
ExternalListItem?: boolean;
|
|
273
|
+
Url?: string;
|
|
274
|
+
EffectiveBasePermissionsLow?: number;
|
|
275
|
+
EffectiveBasePermissionsHigh?: number;
|
|
276
|
+
};
|
|
277
|
+
ListAttributes?: {
|
|
278
|
+
Id?: string;
|
|
279
|
+
BaseType?: number;
|
|
280
|
+
Direction?: string;
|
|
281
|
+
ListTemplateType?: number;
|
|
282
|
+
DefaultItemOpen?: number;
|
|
283
|
+
EnableVersioning?: boolean;
|
|
284
|
+
};
|
|
285
|
+
CSRCustomLayout?: boolean;
|
|
286
|
+
PostBackRequired?: boolean;
|
|
287
|
+
PreviousPostBackHandled?: boolean;
|
|
288
|
+
UploadMode?: boolean;
|
|
289
|
+
SubmitButtonID?: string;
|
|
290
|
+
ItemContentTypeName?: string;
|
|
291
|
+
ItemContentTypeId?: string;
|
|
292
|
+
JSLinks?: string;
|
|
293
|
+
}
|
|
294
|
+
/**
|
|
295
|
+
* Enum representing the options of the RenderOptions property on IRenderListDataParameters interface
|
|
296
|
+
*/
|
|
297
|
+
export declare enum RenderListDataOptions {
|
|
298
|
+
None = 0,
|
|
299
|
+
ContextInfo = 1,
|
|
300
|
+
ListData = 2,
|
|
301
|
+
ListSchema = 4,
|
|
302
|
+
MenuView = 8,
|
|
303
|
+
ListContentType = 16,
|
|
304
|
+
/**
|
|
305
|
+
* The returned list will have a FileSystemItemId field on each item if possible.
|
|
306
|
+
*/
|
|
307
|
+
FileSystemItemId = 32,
|
|
308
|
+
/**
|
|
309
|
+
* Returns the client form schema to add and edit items.
|
|
310
|
+
*/
|
|
311
|
+
ClientFormSchema = 64,
|
|
312
|
+
/**
|
|
313
|
+
* Returns QuickLaunch navigation nodes.
|
|
314
|
+
*/
|
|
315
|
+
QuickLaunch = 128,
|
|
316
|
+
/**
|
|
317
|
+
* Returns Spotlight rendering information.
|
|
318
|
+
*/
|
|
319
|
+
Spotlight = 256,
|
|
320
|
+
/**
|
|
321
|
+
* Returns Visualization rendering information.
|
|
322
|
+
*/
|
|
323
|
+
Visualization = 512,
|
|
324
|
+
/**
|
|
325
|
+
* Returns view XML and other information about the current view.
|
|
326
|
+
*/
|
|
327
|
+
ViewMetadata = 1024,
|
|
328
|
+
/**
|
|
329
|
+
* Prevents AutoHyperlink from being run on text fields in this query.
|
|
330
|
+
*/
|
|
331
|
+
DisableAutoHyperlink = 2048,
|
|
332
|
+
/**
|
|
333
|
+
* Enables urls pointing to Media TA service, such as .thumbnailUrl, .videoManifestUrl, .pdfConversionUrls.
|
|
334
|
+
*/
|
|
335
|
+
EnableMediaTAUrls = 4096,
|
|
336
|
+
/**
|
|
337
|
+
* Return Parant folder information.
|
|
338
|
+
*/
|
|
339
|
+
ParentInfo = 8192,
|
|
340
|
+
/**
|
|
341
|
+
* Return Page context info for the current list being rendered.
|
|
342
|
+
*/
|
|
343
|
+
PageContextInfo = 16384,
|
|
344
|
+
/**
|
|
345
|
+
* Return client-side component manifest information associated with the list.
|
|
346
|
+
*/
|
|
347
|
+
ClientSideComponentManifest = 32768,
|
|
348
|
+
/**
|
|
349
|
+
* Return all content-types available on the list.
|
|
350
|
+
*/
|
|
351
|
+
ListAvailableContentTypes = 65536,
|
|
352
|
+
/**
|
|
353
|
+
* Return the order of items in the new-item menu.
|
|
354
|
+
*/
|
|
355
|
+
FolderContentTypeOrder = 131072,
|
|
356
|
+
/**
|
|
357
|
+
* Return information to initialize Grid for quick edit.
|
|
358
|
+
*/
|
|
359
|
+
GridInitInfo = 262144,
|
|
360
|
+
/**
|
|
361
|
+
* Indicator if the vroom API of the SPItemUrl returned in MediaTAUrlGenerator should use site url as host.
|
|
362
|
+
*/
|
|
363
|
+
SiteUrlAsMediaTASPItemHost = 524288,
|
|
364
|
+
/**
|
|
365
|
+
* Return the files representing mount points in the list.
|
|
366
|
+
*/
|
|
367
|
+
AddToOneDrive = 1048576,
|
|
368
|
+
/**
|
|
369
|
+
* Return SPFX CustomAction.
|
|
370
|
+
*/
|
|
371
|
+
SPFXCustomActions = 2097152,
|
|
372
|
+
/**
|
|
373
|
+
* Do not return non-SPFX CustomAction.
|
|
374
|
+
*/
|
|
375
|
+
CustomActions = 4194304
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* Represents the parameters to be used to render list data as JSON string in the RenderListDataAsStream method of IList.
|
|
379
|
+
*/
|
|
380
|
+
export interface IRenderListDataParameters {
|
|
381
|
+
/**
|
|
382
|
+
* Gets or sets a value indicating whether to add all fields to the return
|
|
383
|
+
*/
|
|
384
|
+
AddAllFields?: boolean;
|
|
385
|
+
/**
|
|
386
|
+
* Gets or sets a value indicating whether to add all fields in all views and contetnt types to the return
|
|
387
|
+
*/
|
|
388
|
+
AddAllViewFields?: boolean;
|
|
389
|
+
/**
|
|
390
|
+
* Gets or sets a value indicating whether to return regional settings as part of listschema
|
|
391
|
+
*/
|
|
392
|
+
AddRegionalSettings?: boolean;
|
|
393
|
+
/**
|
|
394
|
+
* This parameter indicates if we always return required fields.
|
|
395
|
+
*/
|
|
396
|
+
AddRequiredFields?: boolean;
|
|
397
|
+
/**
|
|
398
|
+
* This parameter indicates whether multi value filtering is allowed for taxonomy fields
|
|
399
|
+
*/
|
|
400
|
+
AllowMultipleValueFilterForTaxonomyFields?: boolean;
|
|
401
|
+
/**
|
|
402
|
+
* Gets or sets a value indicating whether to audience target the resulting content
|
|
403
|
+
*/
|
|
404
|
+
AudienceTarget?: boolean;
|
|
405
|
+
/**
|
|
406
|
+
* Specifies if we return DateTime field in UTC or local time
|
|
407
|
+
*/
|
|
408
|
+
DatesInUtc?: boolean;
|
|
409
|
+
/**
|
|
410
|
+
* Specifies if we want to expand the grouping or not
|
|
411
|
+
*/
|
|
412
|
+
ExpandGroups?: boolean;
|
|
413
|
+
/**
|
|
414
|
+
* Gets or sets a value indicating whether to expand user field to return jobtitle etc
|
|
415
|
+
*/
|
|
416
|
+
ExpandUserField?: boolean;
|
|
417
|
+
/**
|
|
418
|
+
* Gets or sets a value indicating whether to filter out folders with ProgId="Team.Channel"
|
|
419
|
+
*/
|
|
420
|
+
FilterOutChannelFoldersInDefaultDocLib?: boolean;
|
|
421
|
+
/**
|
|
422
|
+
* Specifies if we only return first group (regardless of view schema) or not
|
|
423
|
+
*/
|
|
424
|
+
FirstGroupOnly?: boolean;
|
|
425
|
+
/**
|
|
426
|
+
* Specifies the url to the folder from which to return items
|
|
427
|
+
*/
|
|
428
|
+
FolderServerRelativeUrl?: string;
|
|
429
|
+
/**
|
|
430
|
+
* This parameter indicates which fields to try and ReWrite to CDN Urls, The format of this parameter should be a comma seperated list of field names
|
|
431
|
+
*/
|
|
432
|
+
ImageFieldsToTryRewriteToCdnUrls?: string;
|
|
433
|
+
MergeDefaultView?: boolean;
|
|
434
|
+
/**
|
|
435
|
+
* Gets or sets a value indicating whether we're in Modern List boot code path, in which we don't need to check modern vs classic
|
|
436
|
+
*/
|
|
437
|
+
ModernListBoot?: boolean;
|
|
438
|
+
/**
|
|
439
|
+
* Specifies if we return always DateTime field original value
|
|
440
|
+
*/
|
|
441
|
+
OriginalDate?: boolean;
|
|
442
|
+
/**
|
|
443
|
+
* Specified the override XML to be combined with the View CAML
|
|
444
|
+
*/
|
|
445
|
+
OverrideViewXml?: string;
|
|
446
|
+
/**
|
|
447
|
+
* Specifies the paging information
|
|
448
|
+
*/
|
|
449
|
+
Paging?: string;
|
|
450
|
+
/**
|
|
451
|
+
* Specifies if we want to replace the grouping or not to deal with GroupBy throttling
|
|
452
|
+
*/
|
|
453
|
+
ReplaceGroup?: boolean;
|
|
454
|
+
/**
|
|
455
|
+
* Gets or sets a value indicating whether to add Url fields in JSON format.
|
|
456
|
+
*/
|
|
457
|
+
RenderURLFieldInJSON?: boolean;
|
|
458
|
+
/**
|
|
459
|
+
* Specifies the type of output to return.
|
|
460
|
+
*/
|
|
461
|
+
RenderOptions?: RenderListDataOptions[] | number;
|
|
462
|
+
/**
|
|
463
|
+
* Gets or sets a value indicating whether to not filter out Stub files (0 byte files created for upload).
|
|
464
|
+
*/
|
|
465
|
+
ShowStubFile?: boolean;
|
|
466
|
+
/**
|
|
467
|
+
* Specifies the CAML view XML
|
|
468
|
+
*/
|
|
469
|
+
ViewXml?: string;
|
|
470
|
+
}
|
|
471
|
+
/**
|
|
472
|
+
* Represents properties of a list item field and its value.
|
|
473
|
+
*/
|
|
474
|
+
export interface IListItemFormUpdateValue {
|
|
475
|
+
/**
|
|
476
|
+
* The error message result after validating the value for the field.
|
|
477
|
+
*/
|
|
478
|
+
ErrorMessage?: string;
|
|
479
|
+
/**
|
|
480
|
+
* The internal name of the field.
|
|
481
|
+
*/
|
|
482
|
+
FieldName?: string;
|
|
483
|
+
/**
|
|
484
|
+
* The value of the field, in string format.
|
|
485
|
+
*/
|
|
486
|
+
FieldValue?: string;
|
|
487
|
+
/**
|
|
488
|
+
* Indicates whether there was an error result after validating the value for the field.
|
|
489
|
+
*/
|
|
490
|
+
HasException?: boolean;
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* Represents the output parameter of the renderListData method.
|
|
494
|
+
*/
|
|
495
|
+
export interface IRenderListData {
|
|
496
|
+
Row: any[];
|
|
497
|
+
FirstRow: number;
|
|
498
|
+
FolderPermissions: string;
|
|
499
|
+
LastRow: number;
|
|
500
|
+
FilterLink: string;
|
|
501
|
+
ForceNoHierarchy: string;
|
|
502
|
+
HierarchyHasIndention: string;
|
|
503
|
+
}
|
|
504
|
+
/**
|
|
505
|
+
* Determines the display mode of the given control or view
|
|
506
|
+
*/
|
|
507
|
+
export declare enum ControlMode {
|
|
508
|
+
Display = 1,
|
|
509
|
+
Edit = 2,
|
|
510
|
+
New = 3
|
|
511
|
+
}
|
|
512
|
+
export interface IListInfo {
|
|
513
|
+
AllowContentTypes: boolean;
|
|
514
|
+
AllowDeletion: boolean;
|
|
515
|
+
BaseTemplate: number;
|
|
516
|
+
BaseType: any;
|
|
517
|
+
BrowserFileHandling: any;
|
|
518
|
+
ContentTypes: any[];
|
|
519
|
+
ContentTypesEnabled: boolean;
|
|
520
|
+
CrawlNonDefaultViews: boolean;
|
|
521
|
+
CreatablesInfo: any;
|
|
522
|
+
Created: string;
|
|
523
|
+
CurrentChangeToken: any;
|
|
524
|
+
CustomActionElements: any[];
|
|
525
|
+
DataSource: any;
|
|
526
|
+
DefaultContentApprovalWorkflowId: string;
|
|
527
|
+
DefaultDisplayFormUrl: string;
|
|
528
|
+
DefaultEditFormUrl: string;
|
|
529
|
+
DefaultNewFormUrl: string;
|
|
530
|
+
DefaultView: any;
|
|
531
|
+
DefaultViewPath: any;
|
|
532
|
+
DefaultViewUrl: string;
|
|
533
|
+
Description: string;
|
|
534
|
+
DescriptionResource: any;
|
|
535
|
+
Direction: string;
|
|
536
|
+
DocumentTemplateUrl: string;
|
|
537
|
+
DraftVersionVisibility: any;
|
|
538
|
+
EffectiveBasePermissions: IBasePermissions;
|
|
539
|
+
EffectiveBasePermissionsForUI: IBasePermissions;
|
|
540
|
+
EnableAssignToEmail: boolean;
|
|
541
|
+
EnableAttachments: boolean;
|
|
542
|
+
EnableFolderCreation: boolean;
|
|
543
|
+
EnableMinorVersions: boolean;
|
|
544
|
+
EnableModeration: boolean;
|
|
545
|
+
EnableRequestSignOff: boolean;
|
|
546
|
+
EnableVersioning: boolean;
|
|
547
|
+
EntityTypeName: string;
|
|
548
|
+
EventReceivers: any[];
|
|
549
|
+
ExcludeFromOfflineClient: boolean;
|
|
550
|
+
ExemptFromBlockDownloadOfNonViewableFiles: boolean;
|
|
551
|
+
Fields: Partial<IFieldInfo>[];
|
|
552
|
+
FileSavePostProcessingEnabled: boolean;
|
|
553
|
+
ForceCheckout: boolean;
|
|
554
|
+
Forms: IFormInfo[];
|
|
555
|
+
HasExternalDataSource: boolean;
|
|
556
|
+
Hidden: boolean;
|
|
557
|
+
Id: string;
|
|
558
|
+
ImagePath: {
|
|
559
|
+
DecodedUrl: string;
|
|
560
|
+
};
|
|
561
|
+
ImageUrl: string;
|
|
562
|
+
InformationRightsManagementSettings: any[];
|
|
563
|
+
IrmEnabled: boolean;
|
|
564
|
+
IrmExpire: boolean;
|
|
565
|
+
IrmReject: boolean;
|
|
566
|
+
IsApplicationList: boolean;
|
|
567
|
+
IsCatalog: boolean;
|
|
568
|
+
IsPrivate: boolean;
|
|
569
|
+
IsSiteAssetsLibrary: boolean;
|
|
570
|
+
IsSystemList: boolean;
|
|
571
|
+
ItemCount: number;
|
|
572
|
+
LastItemDeletedDate: string;
|
|
573
|
+
LastItemModifiedDate: string;
|
|
574
|
+
LastItemUserModifiedDate: string;
|
|
575
|
+
ListExperienceOptions: number;
|
|
576
|
+
ListItemEntityTypeFullName: string;
|
|
577
|
+
MajorVersionLimit: number;
|
|
578
|
+
MajorWithMinorVersionsLimit: number;
|
|
579
|
+
MultipleDataList: boolean;
|
|
580
|
+
NoCrawl: boolean;
|
|
581
|
+
OnQuickLaunch: boolean;
|
|
582
|
+
ParentWebPath: {
|
|
583
|
+
DecodedUrl: string;
|
|
584
|
+
};
|
|
585
|
+
ParentWebUrl: string;
|
|
586
|
+
ParserDisabled: boolean;
|
|
587
|
+
ReadSecurity: number;
|
|
588
|
+
RootFolder: IFolderInfo;
|
|
589
|
+
SchemaXml: string;
|
|
590
|
+
ServerTemplateCanCreateFolders: boolean;
|
|
591
|
+
TemplateFeatureId: string;
|
|
592
|
+
Title: string;
|
|
593
|
+
UserCustomActions: IUserCustomActionInfo[];
|
|
594
|
+
ValidationFormula: string;
|
|
595
|
+
ValidationMessage: string;
|
|
596
|
+
Views: IViewInfo[];
|
|
597
|
+
WorkflowAssociations: any[];
|
|
598
|
+
WriteSecurity: number;
|
|
599
|
+
}
|
|
600
|
+
export interface IRenderListDataAsStreamResult {
|
|
601
|
+
CurrentFolderSpItemUrl: string;
|
|
602
|
+
FilterLink: string;
|
|
603
|
+
FirstRow: number;
|
|
604
|
+
FolderPermissions: string;
|
|
605
|
+
ForceNoHierarchy: string;
|
|
606
|
+
HierarchyHasIndention: string;
|
|
607
|
+
LastRow: number;
|
|
608
|
+
NextHref?: string;
|
|
609
|
+
Row: any[];
|
|
610
|
+
RowLimit: number;
|
|
611
|
+
}
|
|
612
|
+
export interface IListParentInfos {
|
|
613
|
+
List: {
|
|
614
|
+
Id: string;
|
|
615
|
+
RootFolderServerRelativePath: IResourcePath;
|
|
616
|
+
RootFolderServerRelativeUrl: string;
|
|
617
|
+
RootFolderUniqueId: string;
|
|
618
|
+
};
|
|
619
|
+
ParentWeb: {
|
|
620
|
+
Id: string;
|
|
621
|
+
ServerRelativePath: IResourcePath;
|
|
622
|
+
ServerRelativeUrl: string;
|
|
623
|
+
Url: string;
|
|
624
|
+
};
|
|
625
|
+
}
|
|
626
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../packages/sp/lists/types.ts"],"names":[],"mappings":"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"}
|