fluid-framework 1.4.0-111997 → 2.0.0-dev.2.3.0.115467

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.
Files changed (65) hide show
  1. package/.eslintrc.js +2 -2
  2. package/dist/index.d.ts +9 -9
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +40 -19
  5. package/dist/index.js.map +1 -1
  6. package/lib/index.d.ts +9 -9
  7. package/lib/index.d.ts.map +1 -1
  8. package/lib/index.js +9 -9
  9. package/lib/index.js.map +1 -1
  10. package/package.json +26 -20
  11. package/{src/containerLoader.ts → prettier.config.cjs} +3 -1
  12. package/src/index.ts +99 -9
  13. package/dist/containerDefinitions.d.ts +0 -6
  14. package/dist/containerDefinitions.d.ts.map +0 -1
  15. package/dist/containerDefinitions.js +0 -11
  16. package/dist/containerDefinitions.js.map +0 -1
  17. package/dist/containerLoader.d.ts +0 -6
  18. package/dist/containerLoader.d.ts.map +0 -1
  19. package/dist/containerLoader.js +0 -10
  20. package/dist/containerLoader.js.map +0 -1
  21. package/dist/driverDefinitions.d.ts +0 -6
  22. package/dist/driverDefinitions.d.ts.map +0 -1
  23. package/dist/driverDefinitions.js +0 -10
  24. package/dist/driverDefinitions.js.map +0 -1
  25. package/dist/fluidStatic.d.ts +0 -6
  26. package/dist/fluidStatic.d.ts.map +0 -1
  27. package/dist/fluidStatic.js +0 -18
  28. package/dist/fluidStatic.js.map +0 -1
  29. package/dist/map.d.ts +0 -6
  30. package/dist/map.d.ts.map +0 -1
  31. package/dist/map.js +0 -18
  32. package/dist/map.js.map +0 -1
  33. package/dist/sequence.d.ts +0 -6
  34. package/dist/sequence.d.ts.map +0 -1
  35. package/dist/sequence.js +0 -18
  36. package/dist/sequence.js.map +0 -1
  37. package/lib/containerDefinitions.d.ts +0 -6
  38. package/lib/containerDefinitions.d.ts.map +0 -1
  39. package/lib/containerDefinitions.js +0 -6
  40. package/lib/containerDefinitions.js.map +0 -1
  41. package/lib/containerLoader.d.ts +0 -6
  42. package/lib/containerLoader.d.ts.map +0 -1
  43. package/lib/containerLoader.js +0 -6
  44. package/lib/containerLoader.js.map +0 -1
  45. package/lib/driverDefinitions.d.ts +0 -6
  46. package/lib/driverDefinitions.d.ts.map +0 -1
  47. package/lib/driverDefinitions.js +0 -6
  48. package/lib/driverDefinitions.js.map +0 -1
  49. package/lib/fluidStatic.d.ts +0 -6
  50. package/lib/fluidStatic.d.ts.map +0 -1
  51. package/lib/fluidStatic.js +0 -6
  52. package/lib/fluidStatic.js.map +0 -1
  53. package/lib/map.d.ts +0 -6
  54. package/lib/map.d.ts.map +0 -1
  55. package/lib/map.js +0 -6
  56. package/lib/map.js.map +0 -1
  57. package/lib/sequence.d.ts +0 -6
  58. package/lib/sequence.d.ts.map +0 -1
  59. package/lib/sequence.js +0 -6
  60. package/lib/sequence.js.map +0 -1
  61. package/src/containerDefinitions.ts +0 -10
  62. package/src/driverDefinitions.ts +0 -6
  63. package/src/fluidStatic.ts +0 -6
  64. package/src/map.ts +0 -6
  65. package/src/sequence.ts +0 -6
package/.eslintrc.js CHANGED
@@ -5,10 +5,10 @@
5
5
 
6
6
  module.exports = {
7
7
  "extends": [
8
- "@fluidframework/eslint-config-fluid/strict"
8
+ "@fluidframework/eslint-config-fluid/strict", "prettier"
9
9
  ],
10
10
  "parserOptions": {
11
11
  "project": ["./tsconfig.json", "./src/test/tsconfig.json"]
12
12
  },
13
- "rules": {}
13
+ "rules": {},
14
14
  }
package/dist/index.d.ts CHANGED
@@ -3,16 +3,16 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
  /**
6
- * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
7
- * a corresponding service client package (for example, `\@fluidframework/azure-client` or
8
- * `\@fluidframework/tinylicious-client`).
6
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
7
+ * when paired with a corresponding service client library (for example,
8
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
9
9
  *
10
10
  * @packageDocumentation
11
11
  */
12
- export * from "./containerDefinitions";
13
- export * from "./containerLoader";
14
- export * from "./driverDefinitions";
15
- export * from "./fluidStatic";
16
- export * from "./map";
17
- export * from "./sequence";
12
+ export { AttachState, ContainerErrorType, ICriticalContainerError, } from "@fluidframework/container-definitions";
13
+ export { DriverErrorType } from "@fluidframework/driver-definitions";
14
+ export { ConnectionState } from "@fluidframework/container-loader";
15
+ export { ContainerSchema, DataObjectClass, DOProviderContainerRuntimeFactory, FluidContainer, IConnection, IFluidContainer, IFluidContainerEvents, IMember, IRootDataObject, IServiceAudience, IServiceAudienceEvents, LoadableObjectClass, LoadableObjectClassRecord, LoadableObjectCtor, LoadableObjectRecord, MemberChangedListener, RootDataObject, RootDataObjectProps, ServiceAudience, SharedObjectClass, } from "@fluidframework/fluid-static";
16
+ export { DirectoryFactory, IDirectory, IDirectoryClearOperation, IDirectoryCreateSubDirectoryOperation, IDirectoryDataObject, IDirectoryDeleteOperation, IDirectoryDeleteSubDirectoryOperation, IDirectoryEvents, IDirectoryKeyOperation, IDirectoryNewStorageFormat, IDirectoryOperation, IDirectorySetOperation, IDirectoryStorageOperation, IDirectorySubDirectoryOperation, IDirectoryValueChanged, ILocalValue, ISerializableValue, ISerializedValue, ISharedDirectory, ISharedDirectoryEvents, ISharedMap, ISharedMapEvents, IValueChanged, LocalValueMaker, MapFactory, SharedDirectory, SharedMap, } from "@fluidframework/map";
17
+ export { CompressedSerializedInterval, DeserializeCallback, getTextAndMarkers, IInterval, IIntervalCollectionEvent, IIntervalHelpers, IJSONRunSegment, IMapMessageLocalMetadata, Interval, IntervalCollection, IntervalCollectionIterator, IntervalConflictResolver, IntervalLocator, intervalLocatorFromEndpoint, IntervalType, ISequenceDeltaRange, ISerializableInterval, ISerializedInterval, ISerializedIntervalCollectionV2, ISharedIntervalCollection, ISharedSegmentSequenceEvents, ISharedString, IValueOpEmitter, SequenceDeltaEvent, SequenceEvent, SequenceInterval, SequenceMaintenanceEvent, SerializedIntervalDelta, SharedIntervalCollection, SharedIntervalCollectionFactory, SharedSegmentSequence, SharedSequence, SharedString, SharedStringFactory, SharedStringSegment, SubSequence, } from "@fluidframework/sequence";
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,OAAO,EACH,WAAW,EACX,kBAAkB,EAClB,uBAAuB,GAC1B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,OAAO,EACN,eAAe,EACf,eAAe,EACf,iCAAiC,EACjC,cAAc,EACd,WAAW,EACX,eAAe,EACf,qBAAqB,EACrB,OAAO,EACP,eAAe,EACf,gBAAgB,EAChB,sBAAsB,EACtB,mBAAmB,EACnB,yBAAyB,EACzB,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,cAAc,EACd,mBAAmB,EACnB,eAAe,EACf,iBAAiB,GACjB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACN,gBAAgB,EAChB,UAAU,EACV,wBAAwB,EACxB,qCAAqC,EACrC,oBAAoB,EACpB,yBAAyB,EACzB,qCAAqC,EACrC,gBAAgB,EAChB,sBAAsB,EACtB,0BAA0B,EAC1B,mBAAmB,EACnB,sBAAsB,EACtB,0BAA0B,EAC1B,+BAA+B,EAC/B,sBAAsB,EACtB,WAAW,EACX,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,sBAAsB,EACtB,UAAU,EACV,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,UAAU,EACV,eAAe,EACf,SAAS,GACT,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACN,4BAA4B,EAC5B,mBAAmB,EACnB,iBAAiB,EACjB,SAAS,EACT,wBAAwB,EACxB,gBAAgB,EAChB,eAAe,EACf,wBAAwB,EACxB,QAAQ,EACR,kBAAkB,EAClB,0BAA0B,EAC1B,wBAAwB,EACxB,eAAe,EACf,2BAA2B,EAC3B,YAAY,EACZ,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,eAAe,EACf,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACxB,+BAA+B,EAC/B,qBAAqB,EACrB,cAAc,EACd,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,WAAW,GACX,MAAM,0BAA0B,CAAC"}
package/dist/index.js CHANGED
@@ -3,28 +3,49 @@
3
3
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
4
  * Licensed under the MIT License.
5
5
  */
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.SubSequence = exports.SharedStringFactory = exports.SharedString = exports.SharedSequence = exports.SharedSegmentSequence = exports.SharedIntervalCollectionFactory = exports.SharedIntervalCollection = exports.SequenceMaintenanceEvent = exports.SequenceInterval = exports.SequenceEvent = exports.SequenceDeltaEvent = exports.IntervalType = exports.intervalLocatorFromEndpoint = exports.IntervalCollectionIterator = exports.IntervalCollection = exports.Interval = exports.getTextAndMarkers = exports.SharedMap = exports.SharedDirectory = exports.MapFactory = exports.LocalValueMaker = exports.DirectoryFactory = exports.ServiceAudience = exports.RootDataObject = exports.FluidContainer = exports.DOProviderContainerRuntimeFactory = exports.ConnectionState = exports.DriverErrorType = exports.ContainerErrorType = exports.AttachState = void 0;
17
8
  /**
18
- * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
19
- * a corresponding service client package (for example, `\@fluidframework/azure-client` or
20
- * `\@fluidframework/tinylicious-client`).
9
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
10
+ * when paired with a corresponding service client library (for example,
11
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
21
12
  *
22
13
  * @packageDocumentation
23
14
  */
24
- __exportStar(require("./containerDefinitions"), exports);
25
- __exportStar(require("./containerLoader"), exports);
26
- __exportStar(require("./driverDefinitions"), exports);
27
- __exportStar(require("./fluidStatic"), exports);
28
- __exportStar(require("./map"), exports);
29
- __exportStar(require("./sequence"), exports);
15
+ var container_definitions_1 = require("@fluidframework/container-definitions");
16
+ Object.defineProperty(exports, "AttachState", { enumerable: true, get: function () { return container_definitions_1.AttachState; } });
17
+ Object.defineProperty(exports, "ContainerErrorType", { enumerable: true, get: function () { return container_definitions_1.ContainerErrorType; } });
18
+ var driver_definitions_1 = require("@fluidframework/driver-definitions");
19
+ Object.defineProperty(exports, "DriverErrorType", { enumerable: true, get: function () { return driver_definitions_1.DriverErrorType; } });
20
+ var container_loader_1 = require("@fluidframework/container-loader");
21
+ Object.defineProperty(exports, "ConnectionState", { enumerable: true, get: function () { return container_loader_1.ConnectionState; } });
22
+ var fluid_static_1 = require("@fluidframework/fluid-static");
23
+ Object.defineProperty(exports, "DOProviderContainerRuntimeFactory", { enumerable: true, get: function () { return fluid_static_1.DOProviderContainerRuntimeFactory; } });
24
+ Object.defineProperty(exports, "FluidContainer", { enumerable: true, get: function () { return fluid_static_1.FluidContainer; } });
25
+ Object.defineProperty(exports, "RootDataObject", { enumerable: true, get: function () { return fluid_static_1.RootDataObject; } });
26
+ Object.defineProperty(exports, "ServiceAudience", { enumerable: true, get: function () { return fluid_static_1.ServiceAudience; } });
27
+ var map_1 = require("@fluidframework/map");
28
+ Object.defineProperty(exports, "DirectoryFactory", { enumerable: true, get: function () { return map_1.DirectoryFactory; } });
29
+ Object.defineProperty(exports, "LocalValueMaker", { enumerable: true, get: function () { return map_1.LocalValueMaker; } });
30
+ Object.defineProperty(exports, "MapFactory", { enumerable: true, get: function () { return map_1.MapFactory; } });
31
+ Object.defineProperty(exports, "SharedDirectory", { enumerable: true, get: function () { return map_1.SharedDirectory; } });
32
+ Object.defineProperty(exports, "SharedMap", { enumerable: true, get: function () { return map_1.SharedMap; } });
33
+ var sequence_1 = require("@fluidframework/sequence");
34
+ Object.defineProperty(exports, "getTextAndMarkers", { enumerable: true, get: function () { return sequence_1.getTextAndMarkers; } });
35
+ Object.defineProperty(exports, "Interval", { enumerable: true, get: function () { return sequence_1.Interval; } });
36
+ Object.defineProperty(exports, "IntervalCollection", { enumerable: true, get: function () { return sequence_1.IntervalCollection; } });
37
+ Object.defineProperty(exports, "IntervalCollectionIterator", { enumerable: true, get: function () { return sequence_1.IntervalCollectionIterator; } });
38
+ Object.defineProperty(exports, "intervalLocatorFromEndpoint", { enumerable: true, get: function () { return sequence_1.intervalLocatorFromEndpoint; } });
39
+ Object.defineProperty(exports, "IntervalType", { enumerable: true, get: function () { return sequence_1.IntervalType; } });
40
+ Object.defineProperty(exports, "SequenceDeltaEvent", { enumerable: true, get: function () { return sequence_1.SequenceDeltaEvent; } });
41
+ Object.defineProperty(exports, "SequenceEvent", { enumerable: true, get: function () { return sequence_1.SequenceEvent; } });
42
+ Object.defineProperty(exports, "SequenceInterval", { enumerable: true, get: function () { return sequence_1.SequenceInterval; } });
43
+ Object.defineProperty(exports, "SequenceMaintenanceEvent", { enumerable: true, get: function () { return sequence_1.SequenceMaintenanceEvent; } });
44
+ Object.defineProperty(exports, "SharedIntervalCollection", { enumerable: true, get: function () { return sequence_1.SharedIntervalCollection; } });
45
+ Object.defineProperty(exports, "SharedIntervalCollectionFactory", { enumerable: true, get: function () { return sequence_1.SharedIntervalCollectionFactory; } });
46
+ Object.defineProperty(exports, "SharedSegmentSequence", { enumerable: true, get: function () { return sequence_1.SharedSegmentSequence; } });
47
+ Object.defineProperty(exports, "SharedSequence", { enumerable: true, get: function () { return sequence_1.SharedSequence; } });
48
+ Object.defineProperty(exports, "SharedString", { enumerable: true, get: function () { return sequence_1.SharedString; } });
49
+ Object.defineProperty(exports, "SharedStringFactory", { enumerable: true, get: function () { return sequence_1.SharedStringFactory; } });
50
+ Object.defineProperty(exports, "SubSequence", { enumerable: true, get: function () { return sequence_1.SubSequence; } });
30
51
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH;;;;;;GAMG;AAEH,yDAAuC;AACvC,oDAAkC;AAClC,sDAAoC;AACpC,gDAA8B;AAC9B,wCAAsB;AACtB,6CAA2B","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with\n * a corresponding service client package (for example, `\\@fluidframework/azure-client` or\n * `\\@fluidframework/tinylicious-client`).\n *\n * @packageDocumentation\n */\n\nexport * from \"./containerDefinitions\";\nexport * from \"./containerLoader\";\nexport * from \"./driverDefinitions\";\nexport * from \"./fluidStatic\";\nexport * from \"./map\";\nexport * from \"./sequence\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;;;;GAMG;AAEH,+EAI+C;AAH3C,oHAAA,WAAW,OAAA;AACX,2HAAA,kBAAkB,OAAA;AAGtB,yEAAqE;AAA5D,qHAAA,eAAe,OAAA;AACxB,qEAAmE;AAA1D,mHAAA,eAAe,OAAA;AACxB,6DAqBsC;AAlBrC,iIAAA,iCAAiC,OAAA;AACjC,8GAAA,cAAc,OAAA;AAad,8GAAA,cAAc,OAAA;AAEd,+GAAA,eAAe,OAAA;AAGhB,2CA4B6B;AA3B5B,uGAAA,gBAAgB,OAAA;AAuBhB,sGAAA,eAAe,OAAA;AACf,iGAAA,UAAU,OAAA;AACV,sGAAA,eAAe,OAAA;AACf,gGAAA,SAAS,OAAA;AAEV,qDAqCkC;AAlCjC,6GAAA,iBAAiB,OAAA;AAMjB,oGAAA,QAAQ,OAAA;AACR,8GAAA,kBAAkB,OAAA;AAClB,sHAAA,0BAA0B,OAAA;AAG1B,uHAAA,2BAA2B,OAAA;AAC3B,wGAAA,YAAY,OAAA;AASZ,8GAAA,kBAAkB,OAAA;AAClB,yGAAA,aAAa,OAAA;AACb,4GAAA,gBAAgB,OAAA;AAChB,oHAAA,wBAAwB,OAAA;AAExB,oHAAA,wBAAwB,OAAA;AACxB,2HAAA,+BAA+B,OAAA;AAC/B,iHAAA,qBAAqB,OAAA;AACrB,0GAAA,cAAc,OAAA;AACd,wGAAA,YAAY,OAAA;AACZ,+GAAA,mBAAmB,OAAA;AAEnB,uGAAA,WAAW,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use\n * when paired with a corresponding service client library (for example,\n * `\\@fluidframework/azure-client` or `\\@fluidframework/tinylicious-client`).\n *\n * @packageDocumentation\n */\n\nexport {\n AttachState,\n ContainerErrorType,\n ICriticalContainerError,\n} from \"@fluidframework/container-definitions\";\nexport { DriverErrorType } from \"@fluidframework/driver-definitions\";\nexport { ConnectionState } from \"@fluidframework/container-loader\";\nexport {\n\tContainerSchema,\n\tDataObjectClass,\n\tDOProviderContainerRuntimeFactory,\n\tFluidContainer,\n\tIConnection,\n\tIFluidContainer,\n\tIFluidContainerEvents,\n\tIMember,\n\tIRootDataObject,\n\tIServiceAudience,\n\tIServiceAudienceEvents,\n\tLoadableObjectClass,\n\tLoadableObjectClassRecord,\n\tLoadableObjectCtor,\n\tLoadableObjectRecord,\n\tMemberChangedListener,\n\tRootDataObject,\n\tRootDataObjectProps,\n\tServiceAudience,\n\tSharedObjectClass,\n} from \"@fluidframework/fluid-static\";\nexport {\n\tDirectoryFactory,\n\tIDirectory,\n\tIDirectoryClearOperation,\n\tIDirectoryCreateSubDirectoryOperation,\n\tIDirectoryDataObject,\n\tIDirectoryDeleteOperation,\n\tIDirectoryDeleteSubDirectoryOperation,\n\tIDirectoryEvents,\n\tIDirectoryKeyOperation,\n\tIDirectoryNewStorageFormat,\n\tIDirectoryOperation,\n\tIDirectorySetOperation,\n\tIDirectoryStorageOperation,\n\tIDirectorySubDirectoryOperation,\n\tIDirectoryValueChanged,\n\tILocalValue,\n\tISerializableValue,\n\tISerializedValue,\n\tISharedDirectory,\n\tISharedDirectoryEvents,\n\tISharedMap,\n\tISharedMapEvents,\n\tIValueChanged,\n\tLocalValueMaker,\n\tMapFactory,\n\tSharedDirectory,\n\tSharedMap,\n} from \"@fluidframework/map\";\nexport {\n\tCompressedSerializedInterval,\n\tDeserializeCallback,\n\tgetTextAndMarkers,\n\tIInterval,\n\tIIntervalCollectionEvent,\n\tIIntervalHelpers,\n\tIJSONRunSegment,\n\tIMapMessageLocalMetadata,\n\tInterval,\n\tIntervalCollection,\n\tIntervalCollectionIterator,\n\tIntervalConflictResolver,\n\tIntervalLocator,\n\tintervalLocatorFromEndpoint,\n\tIntervalType,\n\tISequenceDeltaRange,\n\tISerializableInterval,\n\tISerializedInterval,\n\tISerializedIntervalCollectionV2,\n\tISharedIntervalCollection,\n\tISharedSegmentSequenceEvents,\n\tISharedString,\n\tIValueOpEmitter,\n\tSequenceDeltaEvent,\n\tSequenceEvent,\n\tSequenceInterval,\n\tSequenceMaintenanceEvent,\n\tSerializedIntervalDelta,\n\tSharedIntervalCollection,\n\tSharedIntervalCollectionFactory,\n\tSharedSegmentSequence,\n\tSharedSequence,\n\tSharedString,\n\tSharedStringFactory,\n\tSharedStringSegment,\n\tSubSequence,\n} from \"@fluidframework/sequence\";\n"]}
package/lib/index.d.ts CHANGED
@@ -3,16 +3,16 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
  /**
6
- * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
7
- * a corresponding service client package (for example, `\@fluidframework/azure-client` or
8
- * `\@fluidframework/tinylicious-client`).
6
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
7
+ * when paired with a corresponding service client library (for example,
8
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
9
9
  *
10
10
  * @packageDocumentation
11
11
  */
12
- export * from "./containerDefinitions";
13
- export * from "./containerLoader";
14
- export * from "./driverDefinitions";
15
- export * from "./fluidStatic";
16
- export * from "./map";
17
- export * from "./sequence";
12
+ export { AttachState, ContainerErrorType, ICriticalContainerError, } from "@fluidframework/container-definitions";
13
+ export { DriverErrorType } from "@fluidframework/driver-definitions";
14
+ export { ConnectionState } from "@fluidframework/container-loader";
15
+ export { ContainerSchema, DataObjectClass, DOProviderContainerRuntimeFactory, FluidContainer, IConnection, IFluidContainer, IFluidContainerEvents, IMember, IRootDataObject, IServiceAudience, IServiceAudienceEvents, LoadableObjectClass, LoadableObjectClassRecord, LoadableObjectCtor, LoadableObjectRecord, MemberChangedListener, RootDataObject, RootDataObjectProps, ServiceAudience, SharedObjectClass, } from "@fluidframework/fluid-static";
16
+ export { DirectoryFactory, IDirectory, IDirectoryClearOperation, IDirectoryCreateSubDirectoryOperation, IDirectoryDataObject, IDirectoryDeleteOperation, IDirectoryDeleteSubDirectoryOperation, IDirectoryEvents, IDirectoryKeyOperation, IDirectoryNewStorageFormat, IDirectoryOperation, IDirectorySetOperation, IDirectoryStorageOperation, IDirectorySubDirectoryOperation, IDirectoryValueChanged, ILocalValue, ISerializableValue, ISerializedValue, ISharedDirectory, ISharedDirectoryEvents, ISharedMap, ISharedMapEvents, IValueChanged, LocalValueMaker, MapFactory, SharedDirectory, SharedMap, } from "@fluidframework/map";
17
+ export { CompressedSerializedInterval, DeserializeCallback, getTextAndMarkers, IInterval, IIntervalCollectionEvent, IIntervalHelpers, IJSONRunSegment, IMapMessageLocalMetadata, Interval, IntervalCollection, IntervalCollectionIterator, IntervalConflictResolver, IntervalLocator, intervalLocatorFromEndpoint, IntervalType, ISequenceDeltaRange, ISerializableInterval, ISerializedInterval, ISerializedIntervalCollectionV2, ISharedIntervalCollection, ISharedSegmentSequenceEvents, ISharedString, IValueOpEmitter, SequenceDeltaEvent, SequenceEvent, SequenceInterval, SequenceMaintenanceEvent, SerializedIntervalDelta, SharedIntervalCollection, SharedIntervalCollectionFactory, SharedSegmentSequence, SharedSequence, SharedString, SharedStringFactory, SharedStringSegment, SubSequence, } from "@fluidframework/sequence";
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,OAAO,EACH,WAAW,EACX,kBAAkB,EAClB,uBAAuB,GAC1B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,OAAO,EACN,eAAe,EACf,eAAe,EACf,iCAAiC,EACjC,cAAc,EACd,WAAW,EACX,eAAe,EACf,qBAAqB,EACrB,OAAO,EACP,eAAe,EACf,gBAAgB,EAChB,sBAAsB,EACtB,mBAAmB,EACnB,yBAAyB,EACzB,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,cAAc,EACd,mBAAmB,EACnB,eAAe,EACf,iBAAiB,GACjB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACN,gBAAgB,EAChB,UAAU,EACV,wBAAwB,EACxB,qCAAqC,EACrC,oBAAoB,EACpB,yBAAyB,EACzB,qCAAqC,EACrC,gBAAgB,EAChB,sBAAsB,EACtB,0BAA0B,EAC1B,mBAAmB,EACnB,sBAAsB,EACtB,0BAA0B,EAC1B,+BAA+B,EAC/B,sBAAsB,EACtB,WAAW,EACX,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,sBAAsB,EACtB,UAAU,EACV,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,UAAU,EACV,eAAe,EACf,SAAS,GACT,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACN,4BAA4B,EAC5B,mBAAmB,EACnB,iBAAiB,EACjB,SAAS,EACT,wBAAwB,EACxB,gBAAgB,EAChB,eAAe,EACf,wBAAwB,EACxB,QAAQ,EACR,kBAAkB,EAClB,0BAA0B,EAC1B,wBAAwB,EACxB,eAAe,EACf,2BAA2B,EAC3B,YAAY,EACZ,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,eAAe,EACf,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACxB,+BAA+B,EAC/B,qBAAqB,EACrB,cAAc,EACd,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,WAAW,GACX,MAAM,0BAA0B,CAAC"}
package/lib/index.js CHANGED
@@ -3,16 +3,16 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
  /**
6
- * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
7
- * a corresponding service client package (for example, `\@fluidframework/azure-client` or
8
- * `\@fluidframework/tinylicious-client`).
6
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
7
+ * when paired with a corresponding service client library (for example,
8
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
9
9
  *
10
10
  * @packageDocumentation
11
11
  */
12
- export * from "./containerDefinitions";
13
- export * from "./containerLoader";
14
- export * from "./driverDefinitions";
15
- export * from "./fluidStatic";
16
- export * from "./map";
17
- export * from "./sequence";
12
+ export { AttachState, ContainerErrorType, } from "@fluidframework/container-definitions";
13
+ export { DriverErrorType } from "@fluidframework/driver-definitions";
14
+ export { ConnectionState } from "@fluidframework/container-loader";
15
+ export { DOProviderContainerRuntimeFactory, FluidContainer, RootDataObject, ServiceAudience, } from "@fluidframework/fluid-static";
16
+ export { DirectoryFactory, LocalValueMaker, MapFactory, SharedDirectory, SharedMap, } from "@fluidframework/map";
17
+ export { getTextAndMarkers, Interval, IntervalCollection, IntervalCollectionIterator, intervalLocatorFromEndpoint, IntervalType, SequenceDeltaEvent, SequenceEvent, SequenceInterval, SequenceMaintenanceEvent, SharedIntervalCollection, SharedIntervalCollectionFactory, SharedSegmentSequence, SharedSequence, SharedString, SharedStringFactory, SubSequence, } from "@fluidframework/sequence";
18
18
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with\n * a corresponding service client package (for example, `\\@fluidframework/azure-client` or\n * `\\@fluidframework/tinylicious-client`).\n *\n * @packageDocumentation\n */\n\nexport * from \"./containerDefinitions\";\nexport * from \"./containerLoader\";\nexport * from \"./driverDefinitions\";\nexport * from \"./fluidStatic\";\nexport * from \"./map\";\nexport * from \"./sequence\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;GAMG;AAEH,OAAO,EACH,WAAW,EACX,kBAAkB,GAErB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,OAAO,EAGN,iCAAiC,EACjC,cAAc,EAad,cAAc,EAEd,eAAe,GAEf,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACN,gBAAgB,EAuBhB,eAAe,EACf,UAAU,EACV,eAAe,EACf,SAAS,GACT,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAGN,iBAAiB,EAMjB,QAAQ,EACR,kBAAkB,EAClB,0BAA0B,EAG1B,2BAA2B,EAC3B,YAAY,EASZ,kBAAkB,EAClB,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EAExB,wBAAwB,EACxB,+BAA+B,EAC/B,qBAAqB,EACrB,cAAc,EACd,YAAY,EACZ,mBAAmB,EAEnB,WAAW,GACX,MAAM,0BAA0B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use\n * when paired with a corresponding service client library (for example,\n * `\\@fluidframework/azure-client` or `\\@fluidframework/tinylicious-client`).\n *\n * @packageDocumentation\n */\n\nexport {\n AttachState,\n ContainerErrorType,\n ICriticalContainerError,\n} from \"@fluidframework/container-definitions\";\nexport { DriverErrorType } from \"@fluidframework/driver-definitions\";\nexport { ConnectionState } from \"@fluidframework/container-loader\";\nexport {\n\tContainerSchema,\n\tDataObjectClass,\n\tDOProviderContainerRuntimeFactory,\n\tFluidContainer,\n\tIConnection,\n\tIFluidContainer,\n\tIFluidContainerEvents,\n\tIMember,\n\tIRootDataObject,\n\tIServiceAudience,\n\tIServiceAudienceEvents,\n\tLoadableObjectClass,\n\tLoadableObjectClassRecord,\n\tLoadableObjectCtor,\n\tLoadableObjectRecord,\n\tMemberChangedListener,\n\tRootDataObject,\n\tRootDataObjectProps,\n\tServiceAudience,\n\tSharedObjectClass,\n} from \"@fluidframework/fluid-static\";\nexport {\n\tDirectoryFactory,\n\tIDirectory,\n\tIDirectoryClearOperation,\n\tIDirectoryCreateSubDirectoryOperation,\n\tIDirectoryDataObject,\n\tIDirectoryDeleteOperation,\n\tIDirectoryDeleteSubDirectoryOperation,\n\tIDirectoryEvents,\n\tIDirectoryKeyOperation,\n\tIDirectoryNewStorageFormat,\n\tIDirectoryOperation,\n\tIDirectorySetOperation,\n\tIDirectoryStorageOperation,\n\tIDirectorySubDirectoryOperation,\n\tIDirectoryValueChanged,\n\tILocalValue,\n\tISerializableValue,\n\tISerializedValue,\n\tISharedDirectory,\n\tISharedDirectoryEvents,\n\tISharedMap,\n\tISharedMapEvents,\n\tIValueChanged,\n\tLocalValueMaker,\n\tMapFactory,\n\tSharedDirectory,\n\tSharedMap,\n} from \"@fluidframework/map\";\nexport {\n\tCompressedSerializedInterval,\n\tDeserializeCallback,\n\tgetTextAndMarkers,\n\tIInterval,\n\tIIntervalCollectionEvent,\n\tIIntervalHelpers,\n\tIJSONRunSegment,\n\tIMapMessageLocalMetadata,\n\tInterval,\n\tIntervalCollection,\n\tIntervalCollectionIterator,\n\tIntervalConflictResolver,\n\tIntervalLocator,\n\tintervalLocatorFromEndpoint,\n\tIntervalType,\n\tISequenceDeltaRange,\n\tISerializableInterval,\n\tISerializedInterval,\n\tISerializedIntervalCollectionV2,\n\tISharedIntervalCollection,\n\tISharedSegmentSequenceEvents,\n\tISharedString,\n\tIValueOpEmitter,\n\tSequenceDeltaEvent,\n\tSequenceEvent,\n\tSequenceInterval,\n\tSequenceMaintenanceEvent,\n\tSerializedIntervalDelta,\n\tSharedIntervalCollection,\n\tSharedIntervalCollectionFactory,\n\tSharedSegmentSequence,\n\tSharedSequence,\n\tSharedString,\n\tSharedStringFactory,\n\tSharedStringSegment,\n\tSubSequence,\n} from \"@fluidframework/sequence\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-framework",
3
- "version": "1.4.0-111997",
3
+ "version": "2.0.0-dev.2.3.0.115467",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,7 +15,7 @@
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "scripts": {
18
- "build": "concurrently npm:build:compile npm:lint",
18
+ "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
19
19
  "build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
20
20
  "build:compile": "concurrently npm:build:commonjs npm:build:esnext",
21
21
  "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
@@ -24,42 +24,48 @@
24
24
  "build:full:compile": "npm run build:compile",
25
25
  "build:test": "tsc --project ./src/test/tsconfig.json",
26
26
  "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
27
- "clean": "rimraf dist *.tsbuildinfo *.build.log",
27
+ "clean": "rimraf _api-extractor-temp dist lib *.tsbuildinfo *.build.log",
28
28
  "eslint": "eslint --format stylish src",
29
29
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
30
+ "format": "npm run prettier:fix",
30
31
  "lint": "npm run eslint",
31
32
  "lint:fix": "npm run eslint:fix",
33
+ "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
34
+ "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
32
35
  "tsc": "tsc",
33
- "tsfmt": "tsfmt --verify",
34
- "tsfmt:fix": "tsfmt --replace",
35
- "typetests:gen": "fluid-type-validator -g -d ."
36
+ "typetests:gen": "flub generate typetests --generate --dir .",
37
+ "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
36
38
  },
37
39
  "dependencies": {
38
- "@fluidframework/container-definitions": "1.4.0-111997",
39
- "@fluidframework/container-loader": "1.4.0-111997",
40
- "@fluidframework/driver-definitions": "1.4.0-111997",
41
- "@fluidframework/fluid-static": "1.4.0-111997",
42
- "@fluidframework/map": "1.4.0-111997",
43
- "@fluidframework/sequence": "1.4.0-111997"
40
+ "@fluidframework/container-definitions": ">=2.0.0-dev.2.3.0.115467 <2.0.0-dev.3.0.0",
41
+ "@fluidframework/container-loader": ">=2.0.0-dev.2.3.0.115467 <2.0.0-dev.3.0.0",
42
+ "@fluidframework/driver-definitions": ">=2.0.0-dev.2.3.0.115467 <2.0.0-dev.3.0.0",
43
+ "@fluidframework/fluid-static": ">=2.0.0-dev.2.3.0.115467 <2.0.0-dev.3.0.0",
44
+ "@fluidframework/map": ">=2.0.0-dev.2.3.0.115467 <2.0.0-dev.3.0.0",
45
+ "@fluidframework/sequence": ">=2.0.0-dev.2.3.0.115467 <2.0.0-dev.3.0.0"
44
46
  },
45
47
  "devDependencies": {
46
- "@fluidframework/build-common": "^0.24.0",
47
- "@fluidframework/build-tools": "^0.2.74327",
48
- "@fluidframework/eslint-config-fluid": "^0.28.2000",
48
+ "@fluid-tools/build-cli": "^0.7.0",
49
+ "@fluidframework/build-common": "^1.1.0",
50
+ "@fluidframework/build-tools": "^0.7.0",
51
+ "@fluidframework/eslint-config-fluid": "^1.2.0",
49
52
  "@microsoft/api-extractor": "^7.22.2",
50
53
  "@rushstack/eslint-config": "^2.5.1",
51
54
  "@types/node": "^14.18.0",
52
55
  "concurrently": "^6.2.0",
53
- "copyfiles": "^2.1.0",
56
+ "copyfiles": "^2.4.1",
54
57
  "cross-env": "^7.0.2",
55
58
  "eslint": "~8.6.0",
56
- "fluid-framework-previous": "npm:fluid-framework@^1.2.0",
59
+ "fluid-framework-previous": "npm:fluid-framework@2.0.0-internal.2.1.0",
60
+ "prettier": "~2.6.2",
57
61
  "rimraf": "^2.6.2",
58
- "typescript": "~4.5.5",
59
- "typescript-formatter": "7.1.0"
62
+ "typescript": "~4.5.5"
60
63
  },
61
64
  "typeValidation": {
62
- "version": "1.3.0",
65
+ "disabled": true,
66
+ "version": "2.0.0-internal.2.2.0",
67
+ "baselineRange": ">=2.0.0-internal.2.1.0 <2.0.0-internal.2.2.0",
68
+ "baselineVersion": "2.0.0-internal.2.1.0",
63
69
  "broken": {}
64
70
  }
65
71
  }
@@ -3,4 +3,6 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
 
6
- export { ConnectionState } from "@fluidframework/container-loader";
6
+ module.exports = {
7
+ ...require("@fluidframework/build-common/prettier.config.cjs"),
8
+ };
package/src/index.ts CHANGED
@@ -4,16 +4,106 @@
4
4
  */
5
5
 
6
6
  /**
7
- * The **fluid-framework** package bundles a collection of Fluid Framework client packages for easy use when paired with
8
- * a corresponding service client package (for example, `\@fluidframework/azure-client` or
9
- * `\@fluidframework/tinylicious-client`).
7
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
8
+ * when paired with a corresponding service client library (for example,
9
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
10
10
  *
11
11
  * @packageDocumentation
12
12
  */
13
13
 
14
- export * from "./containerDefinitions";
15
- export * from "./containerLoader";
16
- export * from "./driverDefinitions";
17
- export * from "./fluidStatic";
18
- export * from "./map";
19
- export * from "./sequence";
14
+ export {
15
+ AttachState,
16
+ ContainerErrorType,
17
+ ICriticalContainerError,
18
+ } from "@fluidframework/container-definitions";
19
+ export { DriverErrorType } from "@fluidframework/driver-definitions";
20
+ export { ConnectionState } from "@fluidframework/container-loader";
21
+ export {
22
+ ContainerSchema,
23
+ DataObjectClass,
24
+ DOProviderContainerRuntimeFactory,
25
+ FluidContainer,
26
+ IConnection,
27
+ IFluidContainer,
28
+ IFluidContainerEvents,
29
+ IMember,
30
+ IRootDataObject,
31
+ IServiceAudience,
32
+ IServiceAudienceEvents,
33
+ LoadableObjectClass,
34
+ LoadableObjectClassRecord,
35
+ LoadableObjectCtor,
36
+ LoadableObjectRecord,
37
+ MemberChangedListener,
38
+ RootDataObject,
39
+ RootDataObjectProps,
40
+ ServiceAudience,
41
+ SharedObjectClass,
42
+ } from "@fluidframework/fluid-static";
43
+ export {
44
+ DirectoryFactory,
45
+ IDirectory,
46
+ IDirectoryClearOperation,
47
+ IDirectoryCreateSubDirectoryOperation,
48
+ IDirectoryDataObject,
49
+ IDirectoryDeleteOperation,
50
+ IDirectoryDeleteSubDirectoryOperation,
51
+ IDirectoryEvents,
52
+ IDirectoryKeyOperation,
53
+ IDirectoryNewStorageFormat,
54
+ IDirectoryOperation,
55
+ IDirectorySetOperation,
56
+ IDirectoryStorageOperation,
57
+ IDirectorySubDirectoryOperation,
58
+ IDirectoryValueChanged,
59
+ ILocalValue,
60
+ ISerializableValue,
61
+ ISerializedValue,
62
+ ISharedDirectory,
63
+ ISharedDirectoryEvents,
64
+ ISharedMap,
65
+ ISharedMapEvents,
66
+ IValueChanged,
67
+ LocalValueMaker,
68
+ MapFactory,
69
+ SharedDirectory,
70
+ SharedMap,
71
+ } from "@fluidframework/map";
72
+ export {
73
+ CompressedSerializedInterval,
74
+ DeserializeCallback,
75
+ getTextAndMarkers,
76
+ IInterval,
77
+ IIntervalCollectionEvent,
78
+ IIntervalHelpers,
79
+ IJSONRunSegment,
80
+ IMapMessageLocalMetadata,
81
+ Interval,
82
+ IntervalCollection,
83
+ IntervalCollectionIterator,
84
+ IntervalConflictResolver,
85
+ IntervalLocator,
86
+ intervalLocatorFromEndpoint,
87
+ IntervalType,
88
+ ISequenceDeltaRange,
89
+ ISerializableInterval,
90
+ ISerializedInterval,
91
+ ISerializedIntervalCollectionV2,
92
+ ISharedIntervalCollection,
93
+ ISharedSegmentSequenceEvents,
94
+ ISharedString,
95
+ IValueOpEmitter,
96
+ SequenceDeltaEvent,
97
+ SequenceEvent,
98
+ SequenceInterval,
99
+ SequenceMaintenanceEvent,
100
+ SerializedIntervalDelta,
101
+ SharedIntervalCollection,
102
+ SharedIntervalCollectionFactory,
103
+ SharedSegmentSequence,
104
+ SharedSequence,
105
+ SharedString,
106
+ SharedStringFactory,
107
+ SharedStringSegment,
108
+ SubSequence,
109
+ } from "@fluidframework/sequence";
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { AttachState, ContainerErrorType, ICriticalContainerError, } from "@fluidframework/container-definitions";
6
- //# sourceMappingURL=containerDefinitions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerDefinitions.d.ts","sourceRoot":"","sources":["../src/containerDefinitions.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,WAAW,EACX,kBAAkB,EAClB,uBAAuB,GAC1B,MAAM,uCAAuC,CAAC"}
@@ -1,11 +0,0 @@
1
- "use strict";
2
- /*!
3
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
- * Licensed under the MIT License.
5
- */
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.ContainerErrorType = exports.AttachState = void 0;
8
- var container_definitions_1 = require("@fluidframework/container-definitions");
9
- Object.defineProperty(exports, "AttachState", { enumerable: true, get: function () { return container_definitions_1.AttachState; } });
10
- Object.defineProperty(exports, "ContainerErrorType", { enumerable: true, get: function () { return container_definitions_1.ContainerErrorType; } });
11
- //# sourceMappingURL=containerDefinitions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerDefinitions.js","sourceRoot":"","sources":["../src/containerDefinitions.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,+EAI+C;AAH3C,oHAAA,WAAW,OAAA;AACX,2HAAA,kBAAkB,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport {\n AttachState,\n ContainerErrorType,\n ICriticalContainerError,\n} from \"@fluidframework/container-definitions\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { ConnectionState } from "@fluidframework/container-loader";
6
- //# sourceMappingURL=containerLoader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerLoader.d.ts","sourceRoot":"","sources":["../src/containerLoader.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- /*!
3
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
- * Licensed under the MIT License.
5
- */
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.ConnectionState = void 0;
8
- var container_loader_1 = require("@fluidframework/container-loader");
9
- Object.defineProperty(exports, "ConnectionState", { enumerable: true, get: function () { return container_loader_1.ConnectionState; } });
10
- //# sourceMappingURL=containerLoader.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerLoader.js","sourceRoot":"","sources":["../src/containerLoader.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,qEAAmE;AAA1D,mHAAA,eAAe,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { ConnectionState } from \"@fluidframework/container-loader\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { DriverErrorType } from "@fluidframework/driver-definitions";
6
- //# sourceMappingURL=driverDefinitions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"driverDefinitions.d.ts","sourceRoot":"","sources":["../src/driverDefinitions.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- /*!
3
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
- * Licensed under the MIT License.
5
- */
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.DriverErrorType = void 0;
8
- var driver_definitions_1 = require("@fluidframework/driver-definitions");
9
- Object.defineProperty(exports, "DriverErrorType", { enumerable: true, get: function () { return driver_definitions_1.DriverErrorType; } });
10
- //# sourceMappingURL=driverDefinitions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"driverDefinitions.js","sourceRoot":"","sources":["../src/driverDefinitions.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,yEAAqE;AAA5D,qHAAA,eAAe,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { DriverErrorType } from \"@fluidframework/driver-definitions\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/fluid-static";
6
- //# sourceMappingURL=fluidStatic.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fluidStatic.d.ts","sourceRoot":"","sources":["../src/fluidStatic.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,8BAA8B,CAAC"}
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /*!
3
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
- * Licensed under the MIT License.
5
- */
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("@fluidframework/fluid-static"), exports);
18
- //# sourceMappingURL=fluidStatic.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fluidStatic.js","sourceRoot":"","sources":["../src/fluidStatic.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH,+DAA6C","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/fluid-static\";\n"]}
package/dist/map.d.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/map";
6
- //# sourceMappingURL=map.d.ts.map
package/dist/map.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../src/map.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,qBAAqB,CAAC"}
package/dist/map.js DELETED
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /*!
3
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
- * Licensed under the MIT License.
5
- */
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("@fluidframework/map"), exports);
18
- //# sourceMappingURL=map.js.map
package/dist/map.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"map.js","sourceRoot":"","sources":["../src/map.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH,sDAAoC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/map\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/sequence";
6
- //# sourceMappingURL=sequence.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sequence.d.ts","sourceRoot":"","sources":["../src/sequence.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,0BAA0B,CAAC"}
package/dist/sequence.js DELETED
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /*!
3
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
- * Licensed under the MIT License.
5
- */
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("@fluidframework/sequence"), exports);
18
- //# sourceMappingURL=sequence.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sequence.js","sourceRoot":"","sources":["../src/sequence.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH,2DAAyC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/sequence\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { AttachState, ContainerErrorType, ICriticalContainerError, } from "@fluidframework/container-definitions";
6
- //# sourceMappingURL=containerDefinitions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerDefinitions.d.ts","sourceRoot":"","sources":["../src/containerDefinitions.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,WAAW,EACX,kBAAkB,EAClB,uBAAuB,GAC1B,MAAM,uCAAuC,CAAC"}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { AttachState, ContainerErrorType, } from "@fluidframework/container-definitions";
6
- //# sourceMappingURL=containerDefinitions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerDefinitions.js","sourceRoot":"","sources":["../src/containerDefinitions.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,WAAW,EACX,kBAAkB,GAErB,MAAM,uCAAuC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport {\n AttachState,\n ContainerErrorType,\n ICriticalContainerError,\n} from \"@fluidframework/container-definitions\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { ConnectionState } from "@fluidframework/container-loader";
6
- //# sourceMappingURL=containerLoader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerLoader.d.ts","sourceRoot":"","sources":["../src/containerLoader.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC"}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { ConnectionState } from "@fluidframework/container-loader";
6
- //# sourceMappingURL=containerLoader.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerLoader.js","sourceRoot":"","sources":["../src/containerLoader.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { ConnectionState } from \"@fluidframework/container-loader\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { DriverErrorType } from "@fluidframework/driver-definitions";
6
- //# sourceMappingURL=driverDefinitions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"driverDefinitions.d.ts","sourceRoot":"","sources":["../src/driverDefinitions.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC"}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export { DriverErrorType } from "@fluidframework/driver-definitions";
6
- //# sourceMappingURL=driverDefinitions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"driverDefinitions.js","sourceRoot":"","sources":["../src/driverDefinitions.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { DriverErrorType } from \"@fluidframework/driver-definitions\";\n"]}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/fluid-static";
6
- //# sourceMappingURL=fluidStatic.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fluidStatic.d.ts","sourceRoot":"","sources":["../src/fluidStatic.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,8BAA8B,CAAC"}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/fluid-static";
6
- //# sourceMappingURL=fluidStatic.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fluidStatic.js","sourceRoot":"","sources":["../src/fluidStatic.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,8BAA8B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/fluid-static\";\n"]}
package/lib/map.d.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/map";
6
- //# sourceMappingURL=map.d.ts.map
package/lib/map.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../src/map.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,qBAAqB,CAAC"}
package/lib/map.js DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/map";
6
- //# sourceMappingURL=map.js.map
package/lib/map.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"map.js","sourceRoot":"","sources":["../src/map.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,qBAAqB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/map\";\n"]}
package/lib/sequence.d.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/sequence";
6
- //# sourceMappingURL=sequence.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sequence.d.ts","sourceRoot":"","sources":["../src/sequence.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,0BAA0B,CAAC"}
package/lib/sequence.js DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export * from "@fluidframework/sequence";
6
- //# sourceMappingURL=sequence.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sequence.js","sourceRoot":"","sources":["../src/sequence.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,0BAA0B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"@fluidframework/sequence\";\n"]}
@@ -1,10 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- export {
7
- AttachState,
8
- ContainerErrorType,
9
- ICriticalContainerError,
10
- } from "@fluidframework/container-definitions";
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- export { DriverErrorType } from "@fluidframework/driver-definitions";
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- export * from "@fluidframework/fluid-static";
package/src/map.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- export * from "@fluidframework/map";
package/src/sequence.ts DELETED
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- export * from "@fluidframework/sequence";