@pnp/sp 4.0.0-alpha0-v4nightly.20240108 → 4.0.0-alpha0-v4nightly.20240110
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,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReadableFile = void 0;
|
|
4
|
+
const index_js_1 = require("@pnp/queryable/index.js");
|
|
5
|
+
const spqueryable_js_1 = require("../spqueryable.js");
|
|
6
|
+
class ReadableFile extends spqueryable_js_1._SPInstance {
|
|
7
|
+
/**
|
|
8
|
+
* Gets the contents of the file as text. Not supported in batching.
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
getText() {
|
|
12
|
+
return this.getParsed((0, index_js_1.TextParse)());
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Gets the contents of the file as a blob, does not work in Node.js. Not supported in batching.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
getBlob() {
|
|
19
|
+
return this.getParsed((0, index_js_1.BlobParse)());
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Gets the contents of a file as an ArrayBuffer, works in Node.js. Not supported in batching.
|
|
23
|
+
*/
|
|
24
|
+
getBuffer() {
|
|
25
|
+
return this.getParsed((0, index_js_1.BufferParse)());
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Gets the contents of a file as an ArrayBuffer, works in Node.js. Not supported in batching.
|
|
29
|
+
*/
|
|
30
|
+
getJSON() {
|
|
31
|
+
return this.getParsed((0, index_js_1.JSONParse)());
|
|
32
|
+
}
|
|
33
|
+
getParsed(parser) {
|
|
34
|
+
return (0, spqueryable_js_1.SPQueryable)(this, "$value").using(parser, (0, index_js_1.CacheNever)())();
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.ReadableFile = ReadableFile;
|
|
38
|
+
//# sourceMappingURL=readable-file.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"readable-file.js","sourceRoot":"","sources":["../../../../../packages/sp/files/readable-file.ts"],"names":[],"mappings":";;;AACA,sDAAmG;AACnG,sDAA6D;AAE7D,MAAa,YAAsB,SAAQ,4BAAc;IAErD;;;OAGG;IACI,OAAO;QACV,OAAO,IAAI,CAAC,SAAS,CAAC,IAAA,oBAAS,GAAE,CAAC,CAAC;IACvC,CAAC;IAED;;;OAGG;IACI,OAAO;QACV,OAAO,IAAI,CAAC,SAAS,CAAC,IAAA,oBAAS,GAAE,CAAC,CAAC;IACvC,CAAC;IAED;;OAEG;IACI,SAAS;QACZ,OAAO,IAAI,CAAC,SAAS,CAAC,IAAA,sBAAW,GAAE,CAAC,CAAC;IACzC,CAAC;IAED;;OAEG;IACI,OAAO;QACV,OAAO,IAAI,CAAC,SAAS,CAAC,IAAA,oBAAS,GAAE,CAAC,CAAC;IACvC,CAAC;IAEO,SAAS,CAAI,MAAoB;QACrC,OAAO,IAAA,4BAAW,EAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,KAAK,CAAC,MAAM,EAAE,IAAA,qBAAU,GAAE,CAAC,EAAE,CAAC;IACrE,CAAC;CACJ;AAnCD,oCAmCC"}
|
|
@@ -0,0 +1,451 @@
|
|
|
1
|
+
import { _SPCollection, ISPInstance, IDeleteableWithETag, ISPQueryable, IDeleteable } from "../spqueryable.js";
|
|
2
|
+
import { IItem } from "../items/index.js";
|
|
3
|
+
import { ISiteUserProps } from "../site-users/types.js";
|
|
4
|
+
import { IMoveCopyOptions } from "../types.js";
|
|
5
|
+
import { ReadableFile } from "./readable-file.js";
|
|
6
|
+
import "../context-info/index.js";
|
|
7
|
+
/**
|
|
8
|
+
* Describes a collection of File objects
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
export declare class _Files extends _SPCollection<IFileInfo[]> {
|
|
12
|
+
/**
|
|
13
|
+
* Gets a File by filename
|
|
14
|
+
*
|
|
15
|
+
* @param name The name of the file, including extension.
|
|
16
|
+
*/
|
|
17
|
+
getByUrl(name: string): IFile;
|
|
18
|
+
/**
|
|
19
|
+
* Adds a file using the pound percent safe methods
|
|
20
|
+
*
|
|
21
|
+
* @param url Encoded url of the file
|
|
22
|
+
* @param content The file content
|
|
23
|
+
* @param parameters Additional parameters to control method behavior
|
|
24
|
+
*/
|
|
25
|
+
addUsingPath(url: string, content: string | ArrayBuffer | Blob, parameters?: IAddUsingPathProps): Promise<IFileAddResult>;
|
|
26
|
+
/**
|
|
27
|
+
* Uploads a file. Not supported for batching
|
|
28
|
+
*
|
|
29
|
+
* @param url The folder-relative url of the file.
|
|
30
|
+
* @param content The Blob file content to add
|
|
31
|
+
* @param progress A callback function which can be used to track the progress of the upload
|
|
32
|
+
* @param shouldOverWrite Should a file with the same name in the same location be overwritten? (default: true)
|
|
33
|
+
* @param chunkSize The size of each file slice, in bytes (default: 10485760)
|
|
34
|
+
* @returns The new File and the raw response.
|
|
35
|
+
*/
|
|
36
|
+
addChunked(url: string, content: Blob, progress?: (data: IFileUploadProgressData) => void, shouldOverWrite?: boolean, chunkSize?: number): Promise<IFileAddResult>;
|
|
37
|
+
/**
|
|
38
|
+
* Adds a ghosted file to an existing list or document library. Not supported for batching.
|
|
39
|
+
*
|
|
40
|
+
* @param fileUrl The server-relative url where you want to save the file.
|
|
41
|
+
* @param templateFileType The type of use to create the file.
|
|
42
|
+
* @returns The template file that was added and the raw response.
|
|
43
|
+
*/
|
|
44
|
+
addTemplateFile(fileUrl: string, templateFileType: TemplateFileType): Promise<IFileAddResult>;
|
|
45
|
+
}
|
|
46
|
+
export interface IFiles extends _Files {
|
|
47
|
+
}
|
|
48
|
+
export declare const Files: import("../spqueryable.js").ISPInvokableFactory<IFiles>;
|
|
49
|
+
/**
|
|
50
|
+
* Describes a single File instance
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
export declare class _File extends ReadableFile<IFileInfo> {
|
|
54
|
+
delete: (this: ISPQueryable<any>, eTag?: string) => Promise<void>;
|
|
55
|
+
/**
|
|
56
|
+
* Gets a value that specifies the list item field values for the list item corresponding to the file.
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
get listItemAllFields(): ISPInstance;
|
|
60
|
+
/**
|
|
61
|
+
* Gets a collection of versions
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
get versions(): IVersions;
|
|
65
|
+
/**
|
|
66
|
+
* Gets the current locked by user
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
getLockedByUser(): Promise<ISiteUserProps | null>;
|
|
70
|
+
/**
|
|
71
|
+
* Approves the file submitted for content approval with the specified comment.
|
|
72
|
+
* Only documents in lists that are enabled for content approval can be approved.
|
|
73
|
+
*
|
|
74
|
+
* @param comment The comment for the approval.
|
|
75
|
+
*/
|
|
76
|
+
approve(comment?: string): Promise<void>;
|
|
77
|
+
/**
|
|
78
|
+
* Stops the chunk upload session without saving the uploaded data. Does not support batching.
|
|
79
|
+
* If the file doesn’t already exist in the library, the partially uploaded file will be deleted.
|
|
80
|
+
* Use this in response to user action (as in a request to cancel an upload) or an error or exception.
|
|
81
|
+
* Use the uploadId value that was passed to the StartUpload method that started the upload session.
|
|
82
|
+
* This method is currently available only on Office 365.
|
|
83
|
+
*
|
|
84
|
+
* @param uploadId The unique identifier of the upload session.
|
|
85
|
+
*/
|
|
86
|
+
cancelUpload(uploadId: string): Promise<void>;
|
|
87
|
+
/**
|
|
88
|
+
* Checks the file in to a document library based on the check-in type.
|
|
89
|
+
*
|
|
90
|
+
* @param comment A comment for the check-in. Its length must be <= 1023.
|
|
91
|
+
* @param checkinType The check-in type for the file.
|
|
92
|
+
*/
|
|
93
|
+
checkin(comment?: string, checkinType?: CheckinType): Promise<void>;
|
|
94
|
+
/**
|
|
95
|
+
* Checks out the file from a document library.
|
|
96
|
+
*/
|
|
97
|
+
checkout(): Promise<void>;
|
|
98
|
+
/**
|
|
99
|
+
* Copies the file to the destination url.
|
|
100
|
+
*
|
|
101
|
+
* @param url The absolute url or server relative url of the destination file path to copy to.
|
|
102
|
+
* @param shouldOverWrite Should a file with the same name in the same location be overwritten?
|
|
103
|
+
*/
|
|
104
|
+
copyTo(url: string, shouldOverWrite?: boolean): Promise<void>;
|
|
105
|
+
/**
|
|
106
|
+
* Moves the file by path to the specified destination url.
|
|
107
|
+
* Also works with different site collections.
|
|
108
|
+
*
|
|
109
|
+
* @param destUrl The absolute url or server relative url of the destination file path to move to.
|
|
110
|
+
* @param shouldOverWrite Should a file with the same name in the same location be overwritten?
|
|
111
|
+
* @param options Allows you to supply the full set of options controlling the copy behavior
|
|
112
|
+
*/
|
|
113
|
+
copyByPath(destUrl: string, shouldOverWrite: boolean, options: Partial<Omit<IMoveCopyOptions, "RetainEditorAndModifiedOnMove">>): Promise<IFile>;
|
|
114
|
+
/**
|
|
115
|
+
* Moves the file by path to the specified destination url.
|
|
116
|
+
* Also works with different site collections.
|
|
117
|
+
*
|
|
118
|
+
* @param destUrl The absolute url or server relative url of the destination file path to move to.
|
|
119
|
+
* @param shouldOverWrite Should a file with the same name in the same location be overwritten?
|
|
120
|
+
* @param keepBoth Keep both if file with the same name in the same location already exists? Only relevant when shouldOverWrite is set to false.
|
|
121
|
+
*/
|
|
122
|
+
copyByPath(destUrl: string, shouldOverWrite: boolean, KeepBoth?: boolean): Promise<IFile>;
|
|
123
|
+
/**
|
|
124
|
+
* Denies approval for a file that was submitted for content approval.
|
|
125
|
+
* Only documents in lists that are enabled for content approval can be denied.
|
|
126
|
+
*
|
|
127
|
+
* @param comment The comment for the denial.
|
|
128
|
+
*/
|
|
129
|
+
deny(comment?: string): Promise<void>;
|
|
130
|
+
/**
|
|
131
|
+
* Moves the file by path to the specified destination url.
|
|
132
|
+
* Also works with different site collections.
|
|
133
|
+
*
|
|
134
|
+
* @param destUrl The absolute url or server relative url of the destination file path to move to.
|
|
135
|
+
* @param shouldOverWrite Should a file with the same name in the same location be overwritten?
|
|
136
|
+
* @param options Allows you to supply the full set of options controlling the move behavior
|
|
137
|
+
*/
|
|
138
|
+
moveByPath(destUrl: string, shouldOverWrite: boolean, options: Partial<Omit<IMoveCopyOptions, "ResetAuthorAndCreatedOnCopy">>): Promise<IFile>;
|
|
139
|
+
/**
|
|
140
|
+
* Moves the file by path to the specified destination url.
|
|
141
|
+
* Also works with different site collections.
|
|
142
|
+
*
|
|
143
|
+
* @param destUrl The absolute url or server relative url of the destination file path to move to.
|
|
144
|
+
* @param shouldOverWrite Should a file with the same name in the same location be overwritten?
|
|
145
|
+
* @param keepBoth Keep both if file with the same name in the same location already exists? Only relevant when shouldOverWrite is set to false.
|
|
146
|
+
*/
|
|
147
|
+
moveByPath(destUrl: string, shouldOverWrite: boolean, KeepBoth?: boolean): Promise<IFile>;
|
|
148
|
+
/**
|
|
149
|
+
* Submits the file for content approval with the specified comment.
|
|
150
|
+
*
|
|
151
|
+
* @param comment The comment for the published file. Its length must be <= 1023.
|
|
152
|
+
*/
|
|
153
|
+
publish(comment?: string): Promise<void>;
|
|
154
|
+
/**
|
|
155
|
+
* Moves the file to the Recycle Bin and returns the identifier of the new Recycle Bin item.
|
|
156
|
+
*
|
|
157
|
+
* @returns The GUID of the recycled file.
|
|
158
|
+
*/
|
|
159
|
+
recycle(): Promise<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Deletes the file object with options.
|
|
162
|
+
*
|
|
163
|
+
* @param parameters Specifies the options to use when deleting a file.
|
|
164
|
+
*/
|
|
165
|
+
deleteWithParams(parameters: Partial<IFileDeleteParams>): Promise<void>;
|
|
166
|
+
/**
|
|
167
|
+
* Reverts an existing checkout for the file.
|
|
168
|
+
*
|
|
169
|
+
*/
|
|
170
|
+
undoCheckout(): Promise<void>;
|
|
171
|
+
/**
|
|
172
|
+
* Removes the file from content approval or unpublish a major version.
|
|
173
|
+
*
|
|
174
|
+
* @param comment The comment for the unpublish operation. Its length must be <= 1023.
|
|
175
|
+
*/
|
|
176
|
+
unpublish(comment?: string): Promise<void>;
|
|
177
|
+
/**
|
|
178
|
+
* Checks to see if the file represented by this object exists
|
|
179
|
+
*
|
|
180
|
+
*/
|
|
181
|
+
exists(): Promise<boolean>;
|
|
182
|
+
/**
|
|
183
|
+
* Sets the content of a file, for large files use setContentChunked. Not supported in batching.
|
|
184
|
+
*
|
|
185
|
+
* @param content The file content
|
|
186
|
+
*
|
|
187
|
+
*/
|
|
188
|
+
setContent(content: string | ArrayBuffer | Blob): Promise<IFile>;
|
|
189
|
+
/**
|
|
190
|
+
* Gets the associated list item for this folder, loading the default properties
|
|
191
|
+
*/
|
|
192
|
+
getItem<T>(...selects: string[]): Promise<IItem & T>;
|
|
193
|
+
/**
|
|
194
|
+
* Sets the contents of a file using a chunked upload approach. Not supported in batching.
|
|
195
|
+
*
|
|
196
|
+
* @param file The file to upload
|
|
197
|
+
* @param progress A callback function which can be used to track the progress of the upload
|
|
198
|
+
* @param chunkSize The size of each file slice, in bytes (default: 10485760)
|
|
199
|
+
*/
|
|
200
|
+
setContentChunked(file: Blob, progress?: (data: IFileUploadProgressData) => void, chunkSize?: number): Promise<IFileAddResult>;
|
|
201
|
+
/**
|
|
202
|
+
* Starts a new chunk upload session and uploads the first fragment.
|
|
203
|
+
* The current file content is not changed when this method completes.
|
|
204
|
+
* The method is idempotent (and therefore does not change the result) as long as you use the same values for uploadId and stream.
|
|
205
|
+
* The upload session ends either when you use the CancelUpload method or when you successfully
|
|
206
|
+
* complete the upload session by passing the rest of the file contents through the ContinueUpload and FinishUpload methods.
|
|
207
|
+
* The StartUpload and ContinueUpload methods return the size of the running total of uploaded data in bytes,
|
|
208
|
+
* so you can pass those return values to subsequent uses of ContinueUpload and FinishUpload.
|
|
209
|
+
* This method is currently available only on Office 365.
|
|
210
|
+
*
|
|
211
|
+
* @param uploadId The unique identifier of the upload session.
|
|
212
|
+
* @param fragment The file contents.
|
|
213
|
+
* @returns The size of the total uploaded data in bytes.
|
|
214
|
+
*/
|
|
215
|
+
protected startUpload(uploadId: string, fragment: ArrayBuffer | Blob): Promise<number>;
|
|
216
|
+
/**
|
|
217
|
+
* Continues the chunk upload session with an additional fragment.
|
|
218
|
+
* The current file content is not changed.
|
|
219
|
+
* Use the uploadId value that was passed to the StartUpload method that started the upload session.
|
|
220
|
+
* This method is currently available only on Office 365.
|
|
221
|
+
*
|
|
222
|
+
* @param uploadId The unique identifier of the upload session.
|
|
223
|
+
* @param fileOffset The size of the offset into the file where the fragment starts.
|
|
224
|
+
* @param fragment The file contents.
|
|
225
|
+
* @returns The size of the total uploaded data in bytes.
|
|
226
|
+
*/
|
|
227
|
+
protected continueUpload(uploadId: string, fileOffset: number, fragment: ArrayBuffer | Blob): Promise<number>;
|
|
228
|
+
/**
|
|
229
|
+
* Uploads the last file fragment and commits the file. The current file content is changed when this method completes.
|
|
230
|
+
* Use the uploadId value that was passed to the StartUpload method that started the upload session.
|
|
231
|
+
* This method is currently available only on Office 365.
|
|
232
|
+
*
|
|
233
|
+
* @param uploadId The unique identifier of the upload session.
|
|
234
|
+
* @param fileOffset The size of the offset into the file where the fragment starts.
|
|
235
|
+
* @param fragment The file contents.
|
|
236
|
+
* @returns The newly uploaded file.
|
|
237
|
+
*/
|
|
238
|
+
protected finishUpload(uploadId: string, fileOffset: number, fragment: ArrayBuffer | Blob): Promise<IFileAddResult>;
|
|
239
|
+
protected moveCopyImpl(destUrl: string, options: Partial<IMoveCopyOptions>, overwrite: boolean, methodName: string): Promise<IFile>;
|
|
240
|
+
}
|
|
241
|
+
export interface IFile extends _File, IDeleteableWithETag {
|
|
242
|
+
}
|
|
243
|
+
export declare const File: import("../spqueryable.js").ISPInvokableFactory<IFile>;
|
|
244
|
+
/**
|
|
245
|
+
* Creates an IFile instance given a base object and a server relative path
|
|
246
|
+
*
|
|
247
|
+
* @param base Valid SPQueryable from which the observers will be used and the web url extracted
|
|
248
|
+
* @param serverRelativePath The server relative url to the file (ex: '/sites/dev/documents/file.txt')
|
|
249
|
+
* @returns IFile instance referencing the file described by the supplied parameters
|
|
250
|
+
*/
|
|
251
|
+
export declare function fileFromServerRelativePath(base: ISPQueryable, serverRelativePath: string): IFile;
|
|
252
|
+
/**
|
|
253
|
+
* Creates an IFile instance given a base object and an absolute path
|
|
254
|
+
*
|
|
255
|
+
* @param base Valid SPQueryable from which the observers will be used
|
|
256
|
+
* @param serverRelativePath The absolute url to the file (ex: 'https://tenant.sharepoint.com/sites/dev/documents/file.txt')
|
|
257
|
+
* @returns IFile instance referencing the file described by the supplied parameters
|
|
258
|
+
*/
|
|
259
|
+
export declare function fileFromAbsolutePath(base: ISPQueryable, absoluteFilePath: string): Promise<IFile>;
|
|
260
|
+
/**
|
|
261
|
+
* Creates an IFile intance given a base object and either an absolute or server relative path to a file
|
|
262
|
+
*
|
|
263
|
+
* @param base Valid SPQueryable from which the observers will be used
|
|
264
|
+
* @param serverRelativePath server relative or absolute url to the file (ex: 'https://tenant.sharepoint.com/sites/dev/documents/file.txt' or '/sites/dev/documents/file.txt')
|
|
265
|
+
* @returns IFile instance referencing the file described by the supplied parameters
|
|
266
|
+
*/
|
|
267
|
+
export declare function fileFromPath(base: ISPQueryable, path: string): Promise<IFile>;
|
|
268
|
+
/**
|
|
269
|
+
* Describes a collection of Version objects
|
|
270
|
+
*
|
|
271
|
+
*/
|
|
272
|
+
export declare class _Versions extends _SPCollection {
|
|
273
|
+
/**
|
|
274
|
+
* Gets a version by id
|
|
275
|
+
*
|
|
276
|
+
* @param versionId The id of the version to retrieve
|
|
277
|
+
*/
|
|
278
|
+
getById(versionId: number): IVersion;
|
|
279
|
+
/**
|
|
280
|
+
* Deletes all the file version objects in the collection.
|
|
281
|
+
*
|
|
282
|
+
*/
|
|
283
|
+
deleteAll(): Promise<void>;
|
|
284
|
+
/**
|
|
285
|
+
* Deletes the specified version of the file.
|
|
286
|
+
*
|
|
287
|
+
* @param versionId The ID of the file version to delete.
|
|
288
|
+
*/
|
|
289
|
+
deleteById(versionId: number): Promise<void>;
|
|
290
|
+
/**
|
|
291
|
+
* Recycles the specified version of the file.
|
|
292
|
+
*
|
|
293
|
+
* @param versionId The ID of the file version to delete.
|
|
294
|
+
*/
|
|
295
|
+
recycleByID(versionId: number): Promise<void>;
|
|
296
|
+
/**
|
|
297
|
+
* Deletes the file version object with the specified version label.
|
|
298
|
+
*
|
|
299
|
+
* @param label The version label of the file version to delete, for example: 1.2
|
|
300
|
+
*/
|
|
301
|
+
deleteByLabel(label: string): Promise<void>;
|
|
302
|
+
/**
|
|
303
|
+
* Recycles the file version object with the specified version label.
|
|
304
|
+
*
|
|
305
|
+
* @param label The version label of the file version to delete, for example: 1.2
|
|
306
|
+
*/
|
|
307
|
+
recycleByLabel(label: string): Promise<void>;
|
|
308
|
+
/**
|
|
309
|
+
* Creates a new file version from the file specified by the version label.
|
|
310
|
+
*
|
|
311
|
+
* @param label The version label of the file version to restore, for example: 1.2
|
|
312
|
+
*/
|
|
313
|
+
restoreByLabel(label: string): Promise<void>;
|
|
314
|
+
}
|
|
315
|
+
export interface IVersions extends _Versions {
|
|
316
|
+
}
|
|
317
|
+
export declare const Versions: import("../spqueryable.js").ISPInvokableFactory<IVersions>;
|
|
318
|
+
/**
|
|
319
|
+
* Describes a single Version instance
|
|
320
|
+
*
|
|
321
|
+
*/
|
|
322
|
+
export declare class _Version extends ReadableFile<IVersionInfo> {
|
|
323
|
+
delete: (this: ISPQueryable<any>) => Promise<void>;
|
|
324
|
+
}
|
|
325
|
+
export interface IVersion extends _Version, IDeleteable {
|
|
326
|
+
}
|
|
327
|
+
export declare const Version: import("../spqueryable.js").ISPInvokableFactory<IVersion>;
|
|
328
|
+
/**
|
|
329
|
+
* Types for document check in.
|
|
330
|
+
* Minor = 0
|
|
331
|
+
* Major = 1
|
|
332
|
+
* Overwrite = 2
|
|
333
|
+
*/
|
|
334
|
+
export declare enum CheckinType {
|
|
335
|
+
Minor = 0,
|
|
336
|
+
Major = 1,
|
|
337
|
+
Overwrite = 2
|
|
338
|
+
}
|
|
339
|
+
/**
|
|
340
|
+
* Describes file and result
|
|
341
|
+
*/
|
|
342
|
+
export interface IFileAddResult {
|
|
343
|
+
file: IFile;
|
|
344
|
+
data: IFileInfo;
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* File move opertions
|
|
348
|
+
*/
|
|
349
|
+
export declare enum MoveOperations {
|
|
350
|
+
/**
|
|
351
|
+
* Produce an error if a file with the same name exists in the destination
|
|
352
|
+
*/
|
|
353
|
+
None = 0,
|
|
354
|
+
/**
|
|
355
|
+
* Overwrite a file with the same name if it exists. Value is 1.
|
|
356
|
+
*/
|
|
357
|
+
Overwrite = 1,
|
|
358
|
+
/**
|
|
359
|
+
* Complete the move operation even if supporting files are separated from the file. Value is 8.
|
|
360
|
+
*/
|
|
361
|
+
AllowBrokenThickets = 8,
|
|
362
|
+
/**
|
|
363
|
+
* Boolean specifying whether to retain the source of the move's editor and modified by datetime.
|
|
364
|
+
*/
|
|
365
|
+
RetainEditorAndModifiedOnMove = 2048
|
|
366
|
+
}
|
|
367
|
+
export declare enum TemplateFileType {
|
|
368
|
+
StandardPage = 0,
|
|
369
|
+
WikiPage = 1,
|
|
370
|
+
FormPage = 2,
|
|
371
|
+
ClientSidePage = 3
|
|
372
|
+
}
|
|
373
|
+
/**
|
|
374
|
+
* Describes SharePoint file upload progress data
|
|
375
|
+
*/
|
|
376
|
+
export interface IFileUploadProgressData {
|
|
377
|
+
uploadId: string;
|
|
378
|
+
stage: "starting" | "continue" | "finishing";
|
|
379
|
+
blockNumber: number;
|
|
380
|
+
totalBlocks: number;
|
|
381
|
+
chunkSize: number;
|
|
382
|
+
currentPointer: number;
|
|
383
|
+
fileSize: number;
|
|
384
|
+
}
|
|
385
|
+
export interface IAddUsingPathProps {
|
|
386
|
+
/**
|
|
387
|
+
* Overwrite the file if it exists
|
|
388
|
+
*/
|
|
389
|
+
Overwrite: boolean;
|
|
390
|
+
/**
|
|
391
|
+
* specifies whether to auto checkout on invalid Data. It'll be useful if the list contains validation whose requirements upload will not be able to meet.
|
|
392
|
+
*/
|
|
393
|
+
AutoCheckoutOnInvalidData?: boolean;
|
|
394
|
+
/**
|
|
395
|
+
* Specifies a XOR hash of the file data which should be used to ensure end-2-end data integrity, base64 representation
|
|
396
|
+
*/
|
|
397
|
+
XorHash?: string;
|
|
398
|
+
}
|
|
399
|
+
export interface IFileInfo {
|
|
400
|
+
readonly "odata.id": string;
|
|
401
|
+
CheckInComment: string;
|
|
402
|
+
CheckOutType: number;
|
|
403
|
+
ContentTag: string;
|
|
404
|
+
CustomizedPageStatus: number;
|
|
405
|
+
ETag: string;
|
|
406
|
+
Exists: boolean;
|
|
407
|
+
IrmEnabled: boolean;
|
|
408
|
+
Length: string;
|
|
409
|
+
Level: number;
|
|
410
|
+
LinkingUri: string | null;
|
|
411
|
+
LinkingUrl: string;
|
|
412
|
+
ListId: string;
|
|
413
|
+
MajorVersion: number;
|
|
414
|
+
MinorVersion: number;
|
|
415
|
+
Name: string;
|
|
416
|
+
ServerRelativeUrl: string;
|
|
417
|
+
SiteId: string;
|
|
418
|
+
TimeCreated: string;
|
|
419
|
+
TimeLastModified: string;
|
|
420
|
+
Title: string | null;
|
|
421
|
+
UIVersion: number;
|
|
422
|
+
UIVersionLabel: string;
|
|
423
|
+
UniqueId: string;
|
|
424
|
+
WebId: string;
|
|
425
|
+
}
|
|
426
|
+
export interface IVersionInfo {
|
|
427
|
+
Created: string;
|
|
428
|
+
ID: number;
|
|
429
|
+
VersionLabel: string;
|
|
430
|
+
Length: number;
|
|
431
|
+
Size: number;
|
|
432
|
+
CreatedBy: any;
|
|
433
|
+
Url: string;
|
|
434
|
+
IsCurrentVersion: boolean;
|
|
435
|
+
CheckInComment: string;
|
|
436
|
+
}
|
|
437
|
+
export interface IFileDeleteParams {
|
|
438
|
+
/**
|
|
439
|
+
* If true, delete or recyle a file when the LockType
|
|
440
|
+
* value is SPLockType.Shared or SPLockType.None.
|
|
441
|
+
* When false, delete or recycle the file when
|
|
442
|
+
* the LockType value SPLockType.None.
|
|
443
|
+
*/
|
|
444
|
+
BypassSharedLock: boolean;
|
|
445
|
+
/**
|
|
446
|
+
* Gets or sets a string value that allows SPfile delete and recycle methods
|
|
447
|
+
* to target a file with a matching value. Use null to unconditionally delete the file.
|
|
448
|
+
*/
|
|
449
|
+
ETagMatch: string;
|
|
450
|
+
}
|
|
451
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../packages/sp/files/types.ts"],"names":[],"mappings":"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"}
|