@fluid-experimental/property-changeset 2.0.0-rc.2.0.2 → 2.0.0-rc.3.0.0

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 (205) hide show
  1. package/dist/ajvFactory.cjs +19 -0
  2. package/dist/ajvFactory.cjs.map +1 -0
  3. package/dist/ajvFactory.d.cts +7 -0
  4. package/dist/ajvFactory.d.cts.map +1 -0
  5. package/dist/changeset.d.ts +3 -6
  6. package/dist/changeset.d.ts.map +1 -1
  7. package/dist/changeset.js +75 -75
  8. package/dist/changeset.js.map +1 -1
  9. package/dist/changeset_operations/array.d.ts +6 -2
  10. package/dist/changeset_operations/array.d.ts.map +1 -1
  11. package/dist/changeset_operations/array.js +94 -96
  12. package/dist/changeset_operations/array.js.map +1 -1
  13. package/dist/changeset_operations/arrayChangesetIterator.d.ts +2 -5
  14. package/dist/changeset_operations/arrayChangesetIterator.d.ts.map +1 -1
  15. package/dist/changeset_operations/arrayChangesetIterator.js +11 -12
  16. package/dist/changeset_operations/arrayChangesetIterator.js.map +1 -1
  17. package/dist/changeset_operations/changesetConflictTypes.d.ts.map +1 -1
  18. package/dist/changeset_operations/changesetConflictTypes.js +2 -2
  19. package/dist/changeset_operations/changesetConflictTypes.js.map +1 -1
  20. package/dist/changeset_operations/indexedCollection.d.ts +1 -4
  21. package/dist/changeset_operations/indexedCollection.d.ts.map +1 -1
  22. package/dist/changeset_operations/indexedCollection.js +48 -49
  23. package/dist/changeset_operations/indexedCollection.js.map +1 -1
  24. package/dist/changeset_operations/isEmptyChangeset.d.ts +1 -4
  25. package/dist/changeset_operations/isEmptyChangeset.d.ts.map +1 -1
  26. package/dist/changeset_operations/isEmptyChangeset.js +9 -9
  27. package/dist/changeset_operations/isEmptyChangeset.js.map +1 -1
  28. package/dist/helpers/typeidHelper.d.ts +0 -3
  29. package/dist/helpers/typeidHelper.d.ts.map +1 -1
  30. package/dist/helpers/typeidHelper.js +10 -10
  31. package/dist/helpers/typeidHelper.js.map +1 -1
  32. package/dist/index.d.ts +8 -8
  33. package/dist/index.d.ts.map +1 -1
  34. package/dist/index.js +19 -19
  35. package/dist/index.js.map +1 -1
  36. package/dist/isReservedKeyword.d.ts.map +1 -1
  37. package/dist/isReservedKeyword.js +2 -2
  38. package/dist/isReservedKeyword.js.map +1 -1
  39. package/dist/package.json +3 -0
  40. package/dist/pathHelper.d.ts +0 -3
  41. package/dist/pathHelper.d.ts.map +1 -1
  42. package/dist/pathHelper.js +2 -2
  43. package/dist/pathHelper.js.map +1 -1
  44. package/dist/rebase.js +8 -8
  45. package/dist/rebase.js.map +1 -1
  46. package/dist/templateSchema.d.ts.map +1 -1
  47. package/dist/templateSchema.js +2 -2
  48. package/dist/templateSchema.js.map +1 -1
  49. package/dist/templateValidator.d.ts +1 -1
  50. package/dist/templateValidator.d.ts.map +1 -1
  51. package/dist/templateValidator.js +49 -54
  52. package/dist/templateValidator.js.map +1 -1
  53. package/dist/test/array.spec.js +34 -36
  54. package/dist/test/array.spec.js.map +1 -1
  55. package/dist/test/indexedCollection.spec.js +9 -6
  56. package/dist/test/indexedCollection.spec.js.map +1 -1
  57. package/dist/test/map.spec.js +4 -4
  58. package/dist/test/map.spec.js.map +1 -1
  59. package/dist/test/pathHelper.spec.js +185 -185
  60. package/dist/test/pathHelper.spec.js.map +1 -1
  61. package/dist/test/reversibleCs.spec.js +5 -5
  62. package/dist/test/reversibleCs.spec.js.map +1 -1
  63. package/dist/test/schemaValidator.js +12 -11
  64. package/dist/test/schemaValidator.js.map +1 -1
  65. package/dist/test/schemas/badBothPropertiesAndTypeid.js +18 -18
  66. package/dist/test/schemas/badBothPropertiesAndTypeid.js.map +1 -1
  67. package/dist/test/schemas/badInvalidSemverInTypeid.js +40 -40
  68. package/dist/test/schemas/badInvalidSemverInTypeid.js.map +1 -1
  69. package/dist/test/schemas/badMissingSemverInTypeid.js +40 -40
  70. package/dist/test/schemas/badMissingSemverInTypeid.js.map +1 -1
  71. package/dist/test/schemas/badNestedProperties.js +40 -40
  72. package/dist/test/schemas/badNestedProperties.js.map +1 -1
  73. package/dist/test/schemas/badPrimitiveTypeid.js +25 -25
  74. package/dist/test/schemas/badPrimitiveTypeid.js.map +1 -1
  75. package/dist/test/schemas/badVersionedTypeid.js +41 -41
  76. package/dist/test/schemas/badVersionedTypeid.js.map +1 -1
  77. package/dist/test/schemas/goodColorPalette.js +15 -15
  78. package/dist/test/schemas/goodColorPalette.js.map +1 -1
  79. package/dist/test/schemas/goodDraftAsVersion.js +12 -12
  80. package/dist/test/schemas/goodDraftAsVersion.js.map +1 -1
  81. package/dist/test/schemas/goodPointId.js +40 -40
  82. package/dist/test/schemas/goodPointId.js.map +1 -1
  83. package/dist/test/schemas/goodReferenceAndRegular.js +16 -16
  84. package/dist/test/schemas/goodReferenceAndRegular.js.map +1 -1
  85. package/dist/test/schemas/goodReservedTypes.js +22 -22
  86. package/dist/test/schemas/goodReservedTypes.js.map +1 -1
  87. package/dist/test/schemas/goodUIBorder.js +34 -34
  88. package/dist/test/schemas/goodUIBorder.js.map +1 -1
  89. package/dist/test/schemas/index.js +55 -0
  90. package/dist/test/schemas/index.js.map +1 -0
  91. package/dist/test/tsconfig.cjs.tsbuildinfo +1 -0
  92. package/dist/test/validator/templateSyntax.spec.js +20 -25
  93. package/dist/test/validator/templateSyntax.spec.js.map +1 -1
  94. package/dist/test/validator/templateValidator.spec.js +118 -89
  95. package/dist/test/validator/templateValidator.spec.js.map +1 -1
  96. package/dist/test/validator/typeidHelper.spec.js +42 -41
  97. package/dist/test/validator/typeidHelper.spec.js.map +1 -1
  98. package/dist/utils.d.ts +17 -13
  99. package/dist/utils.d.ts.map +1 -1
  100. package/dist/utils.js +79 -79
  101. package/dist/utils.js.map +1 -1
  102. package/dist/validationResultBuilder.d.ts +2 -1
  103. package/dist/validationResultBuilder.d.ts.map +1 -1
  104. package/dist/validationResultBuilder.js.map +1 -1
  105. package/lib/ajvFactory.cjs +19 -0
  106. package/lib/ajvFactory.cjs.map +1 -0
  107. package/lib/ajvFactory.d.cts +7 -0
  108. package/lib/ajvFactory.d.cts.map +1 -0
  109. package/lib/changeset.d.ts +3 -6
  110. package/lib/changeset.d.ts.map +1 -1
  111. package/lib/changeset.js +16 -16
  112. package/lib/changeset.js.map +1 -1
  113. package/lib/changeset_operations/array.d.ts +6 -2
  114. package/lib/changeset_operations/array.d.ts.map +1 -1
  115. package/lib/changeset_operations/array.js +7 -9
  116. package/lib/changeset_operations/array.js.map +1 -1
  117. package/lib/changeset_operations/arrayChangesetIterator.d.ts +2 -5
  118. package/lib/changeset_operations/arrayChangesetIterator.d.ts.map +1 -1
  119. package/lib/changeset_operations/arrayChangesetIterator.js +3 -4
  120. package/lib/changeset_operations/arrayChangesetIterator.js.map +1 -1
  121. package/lib/changeset_operations/changesetConflictTypes.d.ts.map +1 -1
  122. package/lib/changeset_operations/changesetConflictTypes.js.map +1 -1
  123. package/lib/changeset_operations/indexedCollection.d.ts +1 -4
  124. package/lib/changeset_operations/indexedCollection.d.ts.map +1 -1
  125. package/lib/changeset_operations/indexedCollection.js +10 -11
  126. package/lib/changeset_operations/indexedCollection.js.map +1 -1
  127. package/lib/changeset_operations/isEmptyChangeset.d.ts +1 -4
  128. package/lib/changeset_operations/isEmptyChangeset.d.ts.map +1 -1
  129. package/lib/changeset_operations/isEmptyChangeset.js +3 -3
  130. package/lib/changeset_operations/isEmptyChangeset.js.map +1 -1
  131. package/lib/helpers/typeidHelper.d.ts +0 -3
  132. package/lib/helpers/typeidHelper.d.ts.map +1 -1
  133. package/lib/helpers/typeidHelper.js +1 -1
  134. package/lib/helpers/typeidHelper.js.map +1 -1
  135. package/lib/index.d.ts +8 -8
  136. package/lib/index.d.ts.map +1 -1
  137. package/lib/index.js +8 -8
  138. package/lib/index.js.map +1 -1
  139. package/lib/isReservedKeyword.d.ts.map +1 -1
  140. package/lib/isReservedKeyword.js.map +1 -1
  141. package/lib/pathHelper.d.ts +0 -3
  142. package/lib/pathHelper.d.ts.map +1 -1
  143. package/lib/pathHelper.js.map +1 -1
  144. package/lib/rebase.js +2 -2
  145. package/lib/rebase.js.map +1 -1
  146. package/lib/templateSchema.d.ts.map +1 -1
  147. package/lib/templateSchema.js.map +1 -1
  148. package/lib/templateValidator.d.ts +1 -1
  149. package/lib/templateValidator.d.ts.map +1 -1
  150. package/lib/templateValidator.js +24 -29
  151. package/lib/templateValidator.js.map +1 -1
  152. package/lib/test/array.spec.js +768 -0
  153. package/lib/test/array.spec.js.map +1 -0
  154. package/lib/test/indexedCollection.spec.js +75 -0
  155. package/lib/test/indexedCollection.spec.js.map +1 -0
  156. package/lib/test/map.spec.js +17 -0
  157. package/lib/test/map.spec.js.map +1 -0
  158. package/lib/test/pathHelper.spec.js +435 -0
  159. package/lib/test/pathHelper.spec.js.map +1 -0
  160. package/lib/test/reversibleCs.spec.js +42 -0
  161. package/lib/test/reversibleCs.spec.js.map +1 -0
  162. package/lib/test/schemaValidator.js +103 -0
  163. package/lib/test/schemaValidator.js.map +1 -0
  164. package/lib/test/schemas/badBothPropertiesAndTypeid.js +24 -0
  165. package/lib/test/schemas/badBothPropertiesAndTypeid.js.map +1 -0
  166. package/lib/test/schemas/badInvalidSemverInTypeid.js +46 -0
  167. package/lib/test/schemas/badInvalidSemverInTypeid.js.map +1 -0
  168. package/lib/test/schemas/badMissingSemverInTypeid.js +46 -0
  169. package/lib/test/schemas/badMissingSemverInTypeid.js.map +1 -0
  170. package/lib/test/schemas/badNestedProperties.js +46 -0
  171. package/lib/test/schemas/badNestedProperties.js.map +1 -0
  172. package/lib/test/schemas/badPrimitiveTypeid.js +31 -0
  173. package/lib/test/schemas/badPrimitiveTypeid.js.map +1 -0
  174. package/lib/test/schemas/badVersionedTypeid.js +47 -0
  175. package/lib/test/schemas/badVersionedTypeid.js.map +1 -0
  176. package/lib/test/schemas/goodColorPalette.js +21 -0
  177. package/lib/test/schemas/goodColorPalette.js.map +1 -0
  178. package/lib/test/schemas/goodDraftAsVersion.js +18 -0
  179. package/lib/test/schemas/goodDraftAsVersion.js.map +1 -0
  180. package/lib/test/schemas/goodPointId.js +46 -0
  181. package/lib/test/schemas/goodPointId.js.map +1 -0
  182. package/lib/test/schemas/goodReferenceAndRegular.js +22 -0
  183. package/lib/test/schemas/goodReferenceAndRegular.js.map +1 -0
  184. package/lib/test/schemas/goodReservedTypes.js +29 -0
  185. package/lib/test/schemas/goodReservedTypes.js.map +1 -0
  186. package/lib/test/schemas/goodUIBorder.js +41 -0
  187. package/lib/test/schemas/goodUIBorder.js.map +1 -0
  188. package/lib/test/schemas/index.js +29 -0
  189. package/lib/test/schemas/index.js.map +1 -0
  190. package/lib/test/tsconfig.tsbuildinfo +1 -0
  191. package/lib/test/validator/templateSyntax.spec.js +83 -0
  192. package/lib/test/validator/templateSyntax.spec.js.map +1 -0
  193. package/lib/test/validator/templateValidator.spec.js +1022 -0
  194. package/lib/test/validator/templateValidator.spec.js.map +1 -0
  195. package/lib/test/validator/typeidHelper.spec.js +142 -0
  196. package/lib/test/validator/typeidHelper.spec.js.map +1 -0
  197. package/lib/utils.d.ts +17 -13
  198. package/lib/utils.d.ts.map +1 -1
  199. package/lib/utils.js +23 -23
  200. package/lib/utils.js.map +1 -1
  201. package/lib/validationResultBuilder.d.ts +2 -1
  202. package/lib/validationResultBuilder.d.ts.map +1 -1
  203. package/lib/validationResultBuilder.js.map +1 -1
  204. package/package.json +37 -16
  205. package/dist/test/tsconfig.tsbuildinfo +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"badMissingSemverInTypeid.js","sourceRoot":"","sources":["../../../src/test/schemas/badMissingSemverInTypeid.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AACH,CAAC;IACA;;;;OAIG;IACH,IAAI,cAAc,GAAG;QACpB,UAAU,EAAE;YACX;gBACC,EAAE,EAAE,UAAU;gBACd,UAAU,EAAE;oBACX;wBACC,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,SAAS;qBACjB;oBACD;wBACC,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,SAAS;qBACjB;oBACD;wBACC,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,SAAS;qBACjB;iBACD;aACD;YACD;gBACC,EAAE,EAAE,OAAO;gBACX,MAAM,EAAE,kCAAkC;aAC1C;YACD;gBACC,EAAE,EAAE,QAAQ;gBACZ,MAAM,EAAE,SAAS;gBACjB,OAAO,EAAE,OAAO;gBAChB,MAAM,EAAE,CAAC;aACT;SACD;QACD,MAAM,EAAE,4BAA4B;KACpC,CAAC;IACF,MAAM,CAAC,OAAO,GAAG,cAAc,CAAC;AACjC,CAAC,CAAC,EAAE,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/**\n * @fileoverview\n * Test data for property set template semver testing\n */\n(function () {\n\t/**\n\t * @namespace property-changeset.Test\n\t * @alias badNestedProperties.js\n\t * Namespace containing all schema-related data for property set validation\n\t */\n\tvar templateSchema = {\n\t\tproperties: [\n\t\t\t{\n\t\t\t\tid: \"position\",\n\t\t\t\tproperties: [\n\t\t\t\t\t{\n\t\t\t\t\t\tid: \"x\",\n\t\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tid: \"y\",\n\t\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tid: \"z\",\n\t\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"color\",\n\t\t\t\ttypeid: \"TeamLeoValidation2:ColorID-1.0.0\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"normal\",\n\t\t\t\ttypeid: \"Float32\",\n\t\t\t\tcontext: \"array\",\n\t\t\t\tlength: 3,\n\t\t\t},\n\t\t],\n\t\ttypeid: \"TeamLeoValidation2:PointID\",\n\t};\n\tmodule.exports = templateSchema;\n})();\n"]}
1
+ {"version":3,"file":"badMissingSemverInTypeid.js","sourceRoot":"","sources":["../../../src/test/schemas/badMissingSemverInTypeid.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;GAGG;AAEH;;;;GAIG;AACU,QAAA,cAAc,GAAG;IAC7B,UAAU,EAAE;QACX;YACC,EAAE,EAAE,UAAU;YACd,UAAU,EAAE;gBACX;oBACC,EAAE,EAAE,GAAG;oBACP,MAAM,EAAE,SAAS;iBACjB;gBACD;oBACC,EAAE,EAAE,GAAG;oBACP,MAAM,EAAE,SAAS;iBACjB;gBACD;oBACC,EAAE,EAAE,GAAG;oBACP,MAAM,EAAE,SAAS;iBACjB;aACD;SACD;QACD;YACC,EAAE,EAAE,OAAO;YACX,MAAM,EAAE,kCAAkC;SAC1C;QACD;YACC,EAAE,EAAE,QAAQ;YACZ,MAAM,EAAE,SAAS;YACjB,OAAO,EAAE,OAAO;YAChB,MAAM,EAAE,CAAC;SACT;KACD;IACD,MAAM,EAAE,4BAA4B;CACpC,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @fileoverview\n * Test data for property set template semver testing\n */\n\n/**\n * @namespace property-changeset.Test\n * @alias badNestedProperties.js\n * Namespace containing all schema-related data for property set validation\n */\nexport const templateSchema = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"position\",\n\t\t\tproperties: [\n\t\t\t\t{\n\t\t\t\t\tid: \"x\",\n\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tid: \"y\",\n\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tid: \"z\",\n\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\t{\n\t\t\tid: \"color\",\n\t\t\ttypeid: \"TeamLeoValidation2:ColorID-1.0.0\",\n\t\t},\n\t\t{\n\t\t\tid: \"normal\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tcontext: \"array\",\n\t\t\tlength: 3,\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:PointID\",\n};\n"]}
@@ -1,49 +1,49 @@
1
+ "use strict";
1
2
  /*!
2
3
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
4
  * Licensed under the MIT License.
4
5
  */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.templateSchema = void 0;
5
8
  /**
6
9
  * @fileoverview
7
10
  * Test data for property set template schema testing
8
11
  */
9
- (function () {
10
- /**
11
- * @namespace property-changeset.Test
12
- * @alias badNestedProperties.js
13
- * Namespace containing all schema-related data for property set validation
14
- */
15
- var templateSchema = {
16
- properties: [
17
- {
18
- id: "r",
19
- typeid: "Float32",
20
- },
21
- {
22
- id: "g",
23
- typeid: "Float32",
24
- },
25
- {
26
- id: "b",
27
- typeid: "Float32",
28
- },
29
- {
30
- id: "nest",
31
- properties: [
32
- { id: "x", typeid: "Float32" },
33
- { id: "y", typeid: "Float32" },
34
- { id: "reftype", typeid: "Reference<NS.NS2:Core.Adsk.RefType-1.0.0>" },
35
- {
36
- id: "nestedAgain",
37
- properties: [
38
- { id: "a", typeid: "Int32" },
39
- { id: "b", typeid: "Flob" },
40
- ],
41
- },
42
- ],
43
- },
44
- ],
45
- typeid: "TeamLeoValidation2:NestedTest-1.0.0",
46
- };
47
- module.exports = templateSchema;
48
- })();
12
+ /**
13
+ * @namespace property-changeset.Test
14
+ * @alias badNestedProperties.js
15
+ * Namespace containing all schema-related data for property set validation
16
+ */
17
+ exports.templateSchema = {
18
+ properties: [
19
+ {
20
+ id: "r",
21
+ typeid: "Float32",
22
+ },
23
+ {
24
+ id: "g",
25
+ typeid: "Float32",
26
+ },
27
+ {
28
+ id: "b",
29
+ typeid: "Float32",
30
+ },
31
+ {
32
+ id: "nest",
33
+ properties: [
34
+ { id: "x", typeid: "Float32" },
35
+ { id: "y", typeid: "Float32" },
36
+ { id: "reftype", typeid: "Reference<NS.NS2:Core.Adsk.RefType-1.0.0>" },
37
+ {
38
+ id: "nestedAgain",
39
+ properties: [
40
+ { id: "a", typeid: "Int32" },
41
+ { id: "b", typeid: "Flob" },
42
+ ],
43
+ },
44
+ ],
45
+ },
46
+ ],
47
+ typeid: "TeamLeoValidation2:NestedTest-1.0.0",
48
+ };
49
49
  //# sourceMappingURL=badNestedProperties.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"badNestedProperties.js","sourceRoot":"","sources":["../../../src/test/schemas/badNestedProperties.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AACH,CAAC;IACA;;;;OAIG;IACH,IAAI,cAAc,GAAG;QACpB,UAAU,EAAE;YACX;gBACC,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,SAAS;aACjB;YACD;gBACC,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,SAAS;aACjB;YACD;gBACC,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,SAAS;aACjB;YACD;gBACC,EAAE,EAAE,MAAM;gBACV,UAAU,EAAE;oBACX,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE;oBAC9B,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE;oBAC9B,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,2CAA2C,EAAE;oBACtE;wBACC,EAAE,EAAE,aAAa;wBACjB,UAAU,EAAE;4BACX,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE;4BAC5B,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE;yBAC3B;qBACD;iBACD;aACD;SACD;QACD,MAAM,EAAE,qCAAqC;KAC7C,CAAC;IACF,MAAM,CAAC,OAAO,GAAG,cAAc,CAAC;AACjC,CAAC,CAAC,EAAE,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n(function () {\n\t/**\n\t * @namespace property-changeset.Test\n\t * @alias badNestedProperties.js\n\t * Namespace containing all schema-related data for property set validation\n\t */\n\tvar templateSchema = {\n\t\tproperties: [\n\t\t\t{\n\t\t\t\tid: \"r\",\n\t\t\t\ttypeid: \"Float32\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"g\",\n\t\t\t\ttypeid: \"Float32\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"b\",\n\t\t\t\ttypeid: \"Float32\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"nest\",\n\t\t\t\tproperties: [\n\t\t\t\t\t{ id: \"x\", typeid: \"Float32\" },\n\t\t\t\t\t{ id: \"y\", typeid: \"Float32\" },\n\t\t\t\t\t{ id: \"reftype\", typeid: \"Reference<NS.NS2:Core.Adsk.RefType-1.0.0>\" },\n\t\t\t\t\t{\n\t\t\t\t\t\tid: \"nestedAgain\",\n\t\t\t\t\t\tproperties: [\n\t\t\t\t\t\t\t{ id: \"a\", typeid: \"Int32\" },\n\t\t\t\t\t\t\t{ id: \"b\", typeid: \"Flob\" },\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\ttypeid: \"TeamLeoValidation2:NestedTest-1.0.0\",\n\t};\n\tmodule.exports = templateSchema;\n})();\n"]}
1
+ {"version":3,"file":"badNestedProperties.js","sourceRoot":"","sources":["../../../src/test/schemas/badNestedProperties.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;GAGG;AAEH;;;;GAIG;AACU,QAAA,cAAc,GAAG;IAC7B,UAAU,EAAE;QACX;YACC,EAAE,EAAE,GAAG;YACP,MAAM,EAAE,SAAS;SACjB;QACD;YACC,EAAE,EAAE,GAAG;YACP,MAAM,EAAE,SAAS;SACjB;QACD;YACC,EAAE,EAAE,GAAG;YACP,MAAM,EAAE,SAAS;SACjB;QACD;YACC,EAAE,EAAE,MAAM;YACV,UAAU,EAAE;gBACX,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE;gBAC9B,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE;gBAC9B,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,2CAA2C,EAAE;gBACtE;oBACC,EAAE,EAAE,aAAa;oBACjB,UAAU,EAAE;wBACX,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE;wBAC5B,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE;qBAC3B;iBACD;aACD;SACD;KACD;IACD,MAAM,EAAE,qCAAqC;CAC7C,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n\n/**\n * @namespace property-changeset.Test\n * @alias badNestedProperties.js\n * Namespace containing all schema-related data for property set validation\n */\nexport const templateSchema = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"r\",\n\t\t\ttypeid: \"Float32\",\n\t\t},\n\t\t{\n\t\t\tid: \"g\",\n\t\t\ttypeid: \"Float32\",\n\t\t},\n\t\t{\n\t\t\tid: \"b\",\n\t\t\ttypeid: \"Float32\",\n\t\t},\n\t\t{\n\t\t\tid: \"nest\",\n\t\t\tproperties: [\n\t\t\t\t{ id: \"x\", typeid: \"Float32\" },\n\t\t\t\t{ id: \"y\", typeid: \"Float32\" },\n\t\t\t\t{ id: \"reftype\", typeid: \"Reference<NS.NS2:Core.Adsk.RefType-1.0.0>\" },\n\t\t\t\t{\n\t\t\t\t\tid: \"nestedAgain\",\n\t\t\t\t\tproperties: [\n\t\t\t\t\t\t{ id: \"a\", typeid: \"Int32\" },\n\t\t\t\t\t\t{ id: \"b\", typeid: \"Flob\" },\n\t\t\t\t\t],\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:NestedTest-1.0.0\",\n};\n"]}
@@ -1,34 +1,34 @@
1
+ "use strict";
1
2
  /*!
2
3
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
4
  * Licensed under the MIT License.
4
5
  */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.templateSchema = void 0;
5
8
  /**
6
9
  * @fileoverview
7
10
  * Test data for property set template schema testing
8
11
  */
9
- (function () {
10
- /**
11
- * @namespace property-changeset.Test
12
- * @alias badNestedProperties.js
13
- * Namespace containing all schema-related data for property set validation
14
- */
15
- var templateSchema = {
16
- properties: [
17
- {
18
- id: "r",
19
- typeid: "Float32",
20
- },
21
- {
22
- id: "g",
23
- typeid: "Float32",
24
- },
25
- {
26
- id: "b",
27
- typeid: "Flob32",
28
- },
29
- ],
30
- typeid: "TeamLeoValidation2:ColorID-1.0.0",
31
- };
32
- module.exports = templateSchema;
33
- })();
12
+ /**
13
+ * @namespace property-changeset.Test
14
+ * @alias badNestedProperties.js
15
+ * Namespace containing all schema-related data for property set validation
16
+ */
17
+ exports.templateSchema = {
18
+ properties: [
19
+ {
20
+ id: "r",
21
+ typeid: "Float32",
22
+ },
23
+ {
24
+ id: "g",
25
+ typeid: "Float32",
26
+ },
27
+ {
28
+ id: "b",
29
+ typeid: "Flob32",
30
+ },
31
+ ],
32
+ typeid: "TeamLeoValidation2:ColorID-1.0.0",
33
+ };
34
34
  //# sourceMappingURL=badPrimitiveTypeid.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"badPrimitiveTypeid.js","sourceRoot":"","sources":["../../../src/test/schemas/badPrimitiveTypeid.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AACH,CAAC;IACA;;;;OAIG;IACH,IAAI,cAAc,GAAG;QACpB,UAAU,EAAE;YACX;gBACC,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,SAAS;aACjB;YACD;gBACC,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,SAAS;aACjB;YACD;gBACC,EAAE,EAAE,GAAG;gBACP,MAAM,EAAE,QAAQ;aAChB;SACD;QACD,MAAM,EAAE,kCAAkC;KAC1C,CAAC;IACF,MAAM,CAAC,OAAO,GAAG,cAAc,CAAC;AACjC,CAAC,CAAC,EAAE,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n(function () {\n\t/**\n\t * @namespace property-changeset.Test\n\t * @alias badNestedProperties.js\n\t * Namespace containing all schema-related data for property set validation\n\t */\n\tvar templateSchema = {\n\t\tproperties: [\n\t\t\t{\n\t\t\t\tid: \"r\",\n\t\t\t\ttypeid: \"Float32\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"g\",\n\t\t\t\ttypeid: \"Float32\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"b\",\n\t\t\t\ttypeid: \"Flob32\",\n\t\t\t},\n\t\t],\n\t\ttypeid: \"TeamLeoValidation2:ColorID-1.0.0\",\n\t};\n\tmodule.exports = templateSchema;\n})();\n"]}
1
+ {"version":3,"file":"badPrimitiveTypeid.js","sourceRoot":"","sources":["../../../src/test/schemas/badPrimitiveTypeid.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;GAGG;AAEH;;;;GAIG;AACU,QAAA,cAAc,GAAG;IAC7B,UAAU,EAAE;QACX;YACC,EAAE,EAAE,GAAG;YACP,MAAM,EAAE,SAAS;SACjB;QACD;YACC,EAAE,EAAE,GAAG;YACP,MAAM,EAAE,SAAS;SACjB;QACD;YACC,EAAE,EAAE,GAAG;YACP,MAAM,EAAE,QAAQ;SAChB;KACD;IACD,MAAM,EAAE,kCAAkC;CAC1C,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n\n/**\n * @namespace property-changeset.Test\n * @alias badNestedProperties.js\n * Namespace containing all schema-related data for property set validation\n */\nexport const templateSchema = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"r\",\n\t\t\ttypeid: \"Float32\",\n\t\t},\n\t\t{\n\t\t\tid: \"g\",\n\t\t\ttypeid: \"Float32\",\n\t\t},\n\t\t{\n\t\t\tid: \"b\",\n\t\t\ttypeid: \"Flob32\",\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:ColorID-1.0.0\",\n};\n"]}
@@ -1,50 +1,50 @@
1
+ "use strict";
1
2
  /*!
2
3
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
4
  * Licensed under the MIT License.
4
5
  */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.templateSchema = void 0;
5
8
  /**
6
9
  * @fileoverview
7
10
  * Test data for property set template schema testing
8
11
  */
9
- (function () {
10
- /**
11
- * @namespace property-changeset.Test
12
- * @alias badNestedProperties.js
13
- * Namespace containing all schema-related data for property set validation
14
- */
15
- var templateSchema = {
16
- properties: [
17
- {
18
- id: "position",
19
- properties: [
20
- {
21
- id: "x",
22
- typeid: "Float32",
23
- },
24
- {
25
- id: "y",
26
- typeid: "Float32",
27
- },
28
- {
29
- id: "z",
30
- typeid: "Float32",
31
- },
32
- ],
33
- },
34
- {
35
- id: "color",
36
- typeid: "TeamLeoValidation2:ColorID-1.0.0",
37
- },
38
- {
39
- id: "normal",
40
- typeid: "Float32",
41
- context: "array",
42
- length: 3,
43
- },
44
- ],
45
- _comment: "typeid is missing",
46
- typeid: "Int32",
47
- };
48
- module.exports = templateSchema;
49
- })();
12
+ /**
13
+ * @namespace property-changeset.Test
14
+ * @alias badNestedProperties.js
15
+ * Namespace containing all schema-related data for property set validation
16
+ */
17
+ exports.templateSchema = {
18
+ properties: [
19
+ {
20
+ id: "position",
21
+ properties: [
22
+ {
23
+ id: "x",
24
+ typeid: "Float32",
25
+ },
26
+ {
27
+ id: "y",
28
+ typeid: "Float32",
29
+ },
30
+ {
31
+ id: "z",
32
+ typeid: "Float32",
33
+ },
34
+ ],
35
+ },
36
+ {
37
+ id: "color",
38
+ typeid: "TeamLeoValidation2:ColorID-1.0.0",
39
+ },
40
+ {
41
+ id: "normal",
42
+ typeid: "Float32",
43
+ context: "array",
44
+ length: 3,
45
+ },
46
+ ],
47
+ _comment: "typeid is missing",
48
+ typeid: "Int32",
49
+ };
50
50
  //# sourceMappingURL=badVersionedTypeid.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"badVersionedTypeid.js","sourceRoot":"","sources":["../../../src/test/schemas/badVersionedTypeid.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AACH,CAAC;IACA;;;;OAIG;IACH,IAAI,cAAc,GAAG;QACpB,UAAU,EAAE;YACX;gBACC,EAAE,EAAE,UAAU;gBACd,UAAU,EAAE;oBACX;wBACC,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,SAAS;qBACjB;oBACD;wBACC,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,SAAS;qBACjB;oBACD;wBACC,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,SAAS;qBACjB;iBACD;aACD;YACD;gBACC,EAAE,EAAE,OAAO;gBACX,MAAM,EAAE,kCAAkC;aAC1C;YACD;gBACC,EAAE,EAAE,QAAQ;gBACZ,MAAM,EAAE,SAAS;gBACjB,OAAO,EAAE,OAAO;gBAChB,MAAM,EAAE,CAAC;aACT;SACD;QACD,QAAQ,EAAE,mBAAmB;QAC7B,MAAM,EAAE,OAAO;KACf,CAAC;IACF,MAAM,CAAC,OAAO,GAAG,cAAc,CAAC;AACjC,CAAC,CAAC,EAAE,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n(function () {\n\t/**\n\t * @namespace property-changeset.Test\n\t * @alias badNestedProperties.js\n\t * Namespace containing all schema-related data for property set validation\n\t */\n\tvar templateSchema = {\n\t\tproperties: [\n\t\t\t{\n\t\t\t\tid: \"position\",\n\t\t\t\tproperties: [\n\t\t\t\t\t{\n\t\t\t\t\t\tid: \"x\",\n\t\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tid: \"y\",\n\t\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tid: \"z\",\n\t\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"color\",\n\t\t\t\ttypeid: \"TeamLeoValidation2:ColorID-1.0.0\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"normal\",\n\t\t\t\ttypeid: \"Float32\",\n\t\t\t\tcontext: \"array\",\n\t\t\t\tlength: 3,\n\t\t\t},\n\t\t],\n\t\t_comment: \"typeid is missing\",\n\t\ttypeid: \"Int32\",\n\t};\n\tmodule.exports = templateSchema;\n})();\n"]}
1
+ {"version":3,"file":"badVersionedTypeid.js","sourceRoot":"","sources":["../../../src/test/schemas/badVersionedTypeid.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;GAGG;AAEH;;;;GAIG;AACU,QAAA,cAAc,GAAG;IAC7B,UAAU,EAAE;QACX;YACC,EAAE,EAAE,UAAU;YACd,UAAU,EAAE;gBACX;oBACC,EAAE,EAAE,GAAG;oBACP,MAAM,EAAE,SAAS;iBACjB;gBACD;oBACC,EAAE,EAAE,GAAG;oBACP,MAAM,EAAE,SAAS;iBACjB;gBACD;oBACC,EAAE,EAAE,GAAG;oBACP,MAAM,EAAE,SAAS;iBACjB;aACD;SACD;QACD;YACC,EAAE,EAAE,OAAO;YACX,MAAM,EAAE,kCAAkC;SAC1C;QACD;YACC,EAAE,EAAE,QAAQ;YACZ,MAAM,EAAE,SAAS;YACjB,OAAO,EAAE,OAAO;YAChB,MAAM,EAAE,CAAC;SACT;KACD;IACD,QAAQ,EAAE,mBAAmB;IAC7B,MAAM,EAAE,OAAO;CACf,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n\n/**\n * @namespace property-changeset.Test\n * @alias badNestedProperties.js\n * Namespace containing all schema-related data for property set validation\n */\nexport const templateSchema = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"position\",\n\t\t\tproperties: [\n\t\t\t\t{\n\t\t\t\t\tid: \"x\",\n\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tid: \"y\",\n\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tid: \"z\",\n\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\t{\n\t\t\tid: \"color\",\n\t\t\ttypeid: \"TeamLeoValidation2:ColorID-1.0.0\",\n\t\t},\n\t\t{\n\t\t\tid: \"normal\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tcontext: \"array\",\n\t\t\tlength: 3,\n\t\t},\n\t],\n\t_comment: \"typeid is missing\",\n\ttypeid: \"Int32\",\n};\n"]}
@@ -1,24 +1,24 @@
1
+ "use strict";
1
2
  /*!
2
3
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
4
  * Licensed under the MIT License.
4
5
  */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.templateSchema = void 0;
5
8
  /**
6
9
  * @fileoverview
7
10
  * Test data for property set template schema testing
8
11
  */
9
- (function () {
10
- /**
11
- * @namespace property-changeset.Test
12
- * @alias badNestedProperties.js
13
- * Namespace containing all schema-related data for property set validation
14
- */
15
- var templateSchema = {
16
- typeid: "Adsk.Library:Colors.ColorPalette-1.0.0",
17
- properties: [
18
- { id: "colors", typeid: "Reference<Adsk.Core:Math.Color-1.0.0>", context: "map" },
19
- { id: "testref", typeid: "Reference", context: "map" },
20
- ],
21
- };
22
- module.exports = templateSchema;
23
- })();
12
+ /**
13
+ * @namespace property-changeset.Test
14
+ * @alias badNestedProperties.js
15
+ * Namespace containing all schema-related data for property set validation
16
+ */
17
+ exports.templateSchema = {
18
+ typeid: "Adsk.Library:Colors.ColorPalette-1.0.0",
19
+ properties: [
20
+ { id: "colors", typeid: "Reference<Adsk.Core:Math.Color-1.0.0>", context: "map" },
21
+ { id: "testref", typeid: "Reference", context: "map" },
22
+ ],
23
+ };
24
24
  //# sourceMappingURL=goodColorPalette.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"goodColorPalette.js","sourceRoot":"","sources":["../../../src/test/schemas/goodColorPalette.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AACH,CAAC;IACA;;;;OAIG;IACH,IAAI,cAAc,GAAG;QACpB,MAAM,EAAE,wCAAwC;QAChD,UAAU,EAAE;YACX,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,uCAAuC,EAAE,OAAO,EAAE,KAAK,EAAE;YACjF,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE;SACtD;KACD,CAAC;IACF,MAAM,CAAC,OAAO,GAAG,cAAc,CAAC;AACjC,CAAC,CAAC,EAAE,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n(function () {\n\t/**\n\t * @namespace property-changeset.Test\n\t * @alias badNestedProperties.js\n\t * Namespace containing all schema-related data for property set validation\n\t */\n\tvar templateSchema = {\n\t\ttypeid: \"Adsk.Library:Colors.ColorPalette-1.0.0\",\n\t\tproperties: [\n\t\t\t{ id: \"colors\", typeid: \"Reference<Adsk.Core:Math.Color-1.0.0>\", context: \"map\" },\n\t\t\t{ id: \"testref\", typeid: \"Reference\", context: \"map\" },\n\t\t],\n\t};\n\tmodule.exports = templateSchema;\n})();\n"]}
1
+ {"version":3,"file":"goodColorPalette.js","sourceRoot":"","sources":["../../../src/test/schemas/goodColorPalette.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;GAGG;AAEH;;;;GAIG;AACU,QAAA,cAAc,GAAG;IAC7B,MAAM,EAAE,wCAAwC;IAChD,UAAU,EAAE;QACX,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,uCAAuC,EAAE,OAAO,EAAE,KAAK,EAAE;QACjF,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE;KACtD;CACD,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n\n/**\n * @namespace property-changeset.Test\n * @alias badNestedProperties.js\n * Namespace containing all schema-related data for property set validation\n */\nexport const templateSchema = {\n\ttypeid: \"Adsk.Library:Colors.ColorPalette-1.0.0\",\n\tproperties: [\n\t\t{ id: \"colors\", typeid: \"Reference<Adsk.Core:Math.Color-1.0.0>\", context: \"map\" },\n\t\t{ id: \"testref\", typeid: \"Reference\", context: \"map\" },\n\t],\n};\n"]}
@@ -1,21 +1,21 @@
1
+ "use strict";
1
2
  /*!
2
3
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
4
  * Licensed under the MIT License.
4
5
  */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.templateSchema = void 0;
5
8
  /**
6
9
  * @fileoverview
7
10
  * Test data for property set template schema testing
8
11
  */
9
- (function () {
10
- /**
11
- * @namespace property-changeset.Test
12
- * @alias goodDraftAsVersion.js
13
- * Namespace containing all schema-related data for property set validation
14
- */
15
- var templateSchema = {
16
- typeid: "autodesk:GoodDraftAsVersion-draft",
17
- properties: [{ id: "int", typeid: "Int32" }],
18
- };
19
- module.exports = templateSchema;
20
- })();
12
+ /**
13
+ * @namespace property-changeset.Test
14
+ * @alias goodDraftAsVersion.js
15
+ * Namespace containing all schema-related data for property set validation
16
+ */
17
+ exports.templateSchema = {
18
+ typeid: "autodesk:GoodDraftAsVersion-draft",
19
+ properties: [{ id: "int", typeid: "Int32" }],
20
+ };
21
21
  //# sourceMappingURL=goodDraftAsVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"goodDraftAsVersion.js","sourceRoot":"","sources":["../../../src/test/schemas/goodDraftAsVersion.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AACH,CAAC;IACA;;;;OAIG;IACH,IAAI,cAAc,GAAG;QACpB,MAAM,EAAE,mCAAmC;QAC3C,UAAU,EAAE,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC;KAC5C,CAAC;IACF,MAAM,CAAC,OAAO,GAAG,cAAc,CAAC;AACjC,CAAC,CAAC,EAAE,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n(function () {\n\t/**\n\t * @namespace property-changeset.Test\n\t * @alias goodDraftAsVersion.js\n\t * Namespace containing all schema-related data for property set validation\n\t */\n\tvar templateSchema = {\n\t\ttypeid: \"autodesk:GoodDraftAsVersion-draft\",\n\t\tproperties: [{ id: \"int\", typeid: \"Int32\" }],\n\t};\n\tmodule.exports = templateSchema;\n})();\n"]}
1
+ {"version":3,"file":"goodDraftAsVersion.js","sourceRoot":"","sources":["../../../src/test/schemas/goodDraftAsVersion.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;GAGG;AAEH;;;;GAIG;AACU,QAAA,cAAc,GAAG;IAC7B,MAAM,EAAE,mCAAmC;IAC3C,UAAU,EAAE,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC;CAC5C,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n\n/**\n * @namespace property-changeset.Test\n * @alias goodDraftAsVersion.js\n * Namespace containing all schema-related data for property set validation\n */\nexport const templateSchema = {\n\ttypeid: \"autodesk:GoodDraftAsVersion-draft\",\n\tproperties: [{ id: \"int\", typeid: \"Int32\" }],\n};\n"]}
@@ -1,49 +1,49 @@
1
+ "use strict";
1
2
  /*!
2
3
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
4
  * Licensed under the MIT License.
4
5
  */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.templateSchema = void 0;
5
8
  /**
6
9
  * @fileoverview
7
10
  * Test data for property set template schema testing
8
11
  */
9
- (function () {
10
- /**
11
- * @namespace property-changeset.Test
12
- * @alias badNestedProperties.js
13
- * Namespace containing all schema-related data for property set validation
14
- */
15
- var templateSchema = {
16
- properties: [
17
- {
18
- id: "position",
19
- properties: [
20
- {
21
- id: "x",
22
- typeid: "Float32",
23
- },
24
- {
25
- id: "y",
26
- typeid: "Float32",
27
- },
28
- {
29
- id: "z",
30
- typeid: "Float32",
31
- },
32
- ],
33
- },
34
- {
35
- id: "color",
36
- typeid: "TeamLeoValidation2:ColorID-1.0.0",
37
- },
38
- {
39
- id: "normal",
40
- typeid: "Float32",
41
- context: "array",
42
- length: 3,
43
- },
44
- ],
45
- typeid: "TeamLeoValidation2:PointID-1.0.0",
46
- };
47
- module.exports = templateSchema;
48
- })();
12
+ /**
13
+ * @namespace property-changeset.Test
14
+ * @alias badNestedProperties.js
15
+ * Namespace containing all schema-related data for property set validation
16
+ */
17
+ exports.templateSchema = {
18
+ properties: [
19
+ {
20
+ id: "position",
21
+ properties: [
22
+ {
23
+ id: "x",
24
+ typeid: "Float32",
25
+ },
26
+ {
27
+ id: "y",
28
+ typeid: "Float32",
29
+ },
30
+ {
31
+ id: "z",
32
+ typeid: "Float32",
33
+ },
34
+ ],
35
+ },
36
+ {
37
+ id: "color",
38
+ typeid: "TeamLeoValidation2:ColorID-1.0.0",
39
+ },
40
+ {
41
+ id: "normal",
42
+ typeid: "Float32",
43
+ context: "array",
44
+ length: 3,
45
+ },
46
+ ],
47
+ typeid: "TeamLeoValidation2:PointID-1.0.0",
48
+ };
49
49
  //# sourceMappingURL=goodPointId.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"goodPointId.js","sourceRoot":"","sources":["../../../src/test/schemas/goodPointId.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AACH,CAAC;IACA;;;;OAIG;IACH,IAAI,cAAc,GAAG;QACpB,UAAU,EAAE;YACX;gBACC,EAAE,EAAE,UAAU;gBACd,UAAU,EAAE;oBACX;wBACC,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,SAAS;qBACjB;oBACD;wBACC,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,SAAS;qBACjB;oBACD;wBACC,EAAE,EAAE,GAAG;wBACP,MAAM,EAAE,SAAS;qBACjB;iBACD;aACD;YACD;gBACC,EAAE,EAAE,OAAO;gBACX,MAAM,EAAE,kCAAkC;aAC1C;YACD;gBACC,EAAE,EAAE,QAAQ;gBACZ,MAAM,EAAE,SAAS;gBACjB,OAAO,EAAE,OAAO;gBAChB,MAAM,EAAE,CAAC;aACT;SACD;QACD,MAAM,EAAE,kCAAkC;KAC1C,CAAC;IACF,MAAM,CAAC,OAAO,GAAG,cAAc,CAAC;AACjC,CAAC,CAAC,EAAE,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n(function () {\n\t/**\n\t * @namespace property-changeset.Test\n\t * @alias badNestedProperties.js\n\t * Namespace containing all schema-related data for property set validation\n\t */\n\tvar templateSchema = {\n\t\tproperties: [\n\t\t\t{\n\t\t\t\tid: \"position\",\n\t\t\t\tproperties: [\n\t\t\t\t\t{\n\t\t\t\t\t\tid: \"x\",\n\t\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tid: \"y\",\n\t\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tid: \"z\",\n\t\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"color\",\n\t\t\t\ttypeid: \"TeamLeoValidation2:ColorID-1.0.0\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"normal\",\n\t\t\t\ttypeid: \"Float32\",\n\t\t\t\tcontext: \"array\",\n\t\t\t\tlength: 3,\n\t\t\t},\n\t\t],\n\t\ttypeid: \"TeamLeoValidation2:PointID-1.0.0\",\n\t};\n\tmodule.exports = templateSchema;\n})();\n"]}
1
+ {"version":3,"file":"goodPointId.js","sourceRoot":"","sources":["../../../src/test/schemas/goodPointId.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;GAGG;AAEH;;;;GAIG;AACU,QAAA,cAAc,GAAG;IAC7B,UAAU,EAAE;QACX;YACC,EAAE,EAAE,UAAU;YACd,UAAU,EAAE;gBACX;oBACC,EAAE,EAAE,GAAG;oBACP,MAAM,EAAE,SAAS;iBACjB;gBACD;oBACC,EAAE,EAAE,GAAG;oBACP,MAAM,EAAE,SAAS;iBACjB;gBACD;oBACC,EAAE,EAAE,GAAG;oBACP,MAAM,EAAE,SAAS;iBACjB;aACD;SACD;QACD;YACC,EAAE,EAAE,OAAO;YACX,MAAM,EAAE,kCAAkC;SAC1C;QACD;YACC,EAAE,EAAE,QAAQ;YACZ,MAAM,EAAE,SAAS;YACjB,OAAO,EAAE,OAAO;YAChB,MAAM,EAAE,CAAC;SACT;KACD;IACD,MAAM,EAAE,kCAAkC;CAC1C,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n\n/**\n * @namespace property-changeset.Test\n * @alias badNestedProperties.js\n * Namespace containing all schema-related data for property set validation\n */\nexport const templateSchema = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"position\",\n\t\t\tproperties: [\n\t\t\t\t{\n\t\t\t\t\tid: \"x\",\n\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tid: \"y\",\n\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tid: \"z\",\n\t\t\t\t\ttypeid: \"Float32\",\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\t{\n\t\t\tid: \"color\",\n\t\t\ttypeid: \"TeamLeoValidation2:ColorID-1.0.0\",\n\t\t},\n\t\t{\n\t\t\tid: \"normal\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tcontext: \"array\",\n\t\t\tlength: 3,\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:PointID-1.0.0\",\n};\n"]}
@@ -1,25 +1,25 @@
1
+ "use strict";
1
2
  /*!
2
3
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
4
  * Licensed under the MIT License.
4
5
  */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.templateSchema = void 0;
5
8
  /**
6
9
  * @fileoverview
7
10
  * Test data for property set template schema testing
8
11
  */
9
- (function () {
10
- /**
11
- * @namespace property-changeset.Test
12
- * @alias badNestedProperties.js
13
- * Namespace containing all schema-related data for property set validation
14
- */
15
- var templateSchema = {
16
- typeid: "Adsk.Library:Colors.ColorPalette-1.0.0",
17
- properties: [
18
- { id: "colorsRef", typeid: "Reference<Adsk.Core:Math.Color-1.0.0>", context: "map" },
19
- { id: "colors", typeid: "Adsk.Core:Math.Color-1.0.0" },
20
- { id: "testref", typeid: "Reference", context: "map" },
21
- ],
22
- };
23
- module.exports = templateSchema;
24
- })();
12
+ /**
13
+ * @namespace property-changeset.Test
14
+ * @alias badNestedProperties.js
15
+ * Namespace containing all schema-related data for property set validation
16
+ */
17
+ exports.templateSchema = {
18
+ typeid: "Adsk.Library:Colors.ColorPalette-1.0.0",
19
+ properties: [
20
+ { id: "colorsRef", typeid: "Reference<Adsk.Core:Math.Color-1.0.0>", context: "map" },
21
+ { id: "colors", typeid: "Adsk.Core:Math.Color-1.0.0" },
22
+ { id: "testref", typeid: "Reference", context: "map" },
23
+ ],
24
+ };
25
25
  //# sourceMappingURL=goodReferenceAndRegular.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"goodReferenceAndRegular.js","sourceRoot":"","sources":["../../../src/test/schemas/goodReferenceAndRegular.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AACH,CAAC;IACA;;;;OAIG;IACH,IAAI,cAAc,GAAG;QACpB,MAAM,EAAE,wCAAwC;QAChD,UAAU,EAAE;YACX,EAAE,EAAE,EAAE,WAAW,EAAE,MAAM,EAAE,uCAAuC,EAAE,OAAO,EAAE,KAAK,EAAE;YACpF,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,4BAA4B,EAAE;YACtD,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE;SACtD;KACD,CAAC;IACF,MAAM,CAAC,OAAO,GAAG,cAAc,CAAC;AACjC,CAAC,CAAC,EAAE,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n(function () {\n\t/**\n\t * @namespace property-changeset.Test\n\t * @alias badNestedProperties.js\n\t * Namespace containing all schema-related data for property set validation\n\t */\n\tvar templateSchema = {\n\t\ttypeid: \"Adsk.Library:Colors.ColorPalette-1.0.0\",\n\t\tproperties: [\n\t\t\t{ id: \"colorsRef\", typeid: \"Reference<Adsk.Core:Math.Color-1.0.0>\", context: \"map\" },\n\t\t\t{ id: \"colors\", typeid: \"Adsk.Core:Math.Color-1.0.0\" },\n\t\t\t{ id: \"testref\", typeid: \"Reference\", context: \"map\" },\n\t\t],\n\t};\n\tmodule.exports = templateSchema;\n})();\n"]}
1
+ {"version":3,"file":"goodReferenceAndRegular.js","sourceRoot":"","sources":["../../../src/test/schemas/goodReferenceAndRegular.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;GAGG;AAEH;;;;GAIG;AACU,QAAA,cAAc,GAAG;IAC7B,MAAM,EAAE,wCAAwC;IAChD,UAAU,EAAE;QACX,EAAE,EAAE,EAAE,WAAW,EAAE,MAAM,EAAE,uCAAuC,EAAE,OAAO,EAAE,KAAK,EAAE;QACpF,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,4BAA4B,EAAE;QACtD,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE;KACtD;CACD,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @fileoverview\n * Test data for property set template schema testing\n */\n\n/**\n * @namespace property-changeset.Test\n * @alias badNestedProperties.js\n * Namespace containing all schema-related data for property set validation\n */\nexport const templateSchema = {\n\ttypeid: \"Adsk.Library:Colors.ColorPalette-1.0.0\",\n\tproperties: [\n\t\t{ id: \"colorsRef\", typeid: \"Reference<Adsk.Core:Math.Color-1.0.0>\", context: \"map\" },\n\t\t{ id: \"colors\", typeid: \"Adsk.Core:Math.Color-1.0.0\" },\n\t\t{ id: \"testref\", typeid: \"Reference\", context: \"map\" },\n\t],\n};\n"]}
@@ -1,32 +1,32 @@
1
+ "use strict";
1
2
  /*!
2
3
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
4
  * Licensed under the MIT License.
4
5
  */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.templateSchema = void 0;
5
8
  /**
6
9
  * @fileoverview
7
10
  * Test data for property set template schema testing
8
11
  * Tests reserved types: NamedProperty and NodeProperty
9
12
  */
10
- (function () {
11
- /**
12
- * @namespace property-changeset.Test
13
- * @alias goodReservedTypes.js
14
- * Namespace containing all schema-related data for property set validation
15
- */
16
- var templateSchema = {
17
- typeid: "TeamLeoValidation2:Example-1.0.0",
18
- inherits: "NamedProperty",
19
- properties: [
20
- {
21
- id: "exampleProperty1",
22
- typeid: "String",
23
- },
24
- {
25
- id: "exampleProperty2",
26
- typeid: "NodeProperty",
27
- },
28
- ],
29
- };
30
- module.exports = templateSchema;
31
- })();
13
+ /**
14
+ * @namespace property-changeset.Test
15
+ * @alias goodReservedTypes.js
16
+ * Namespace containing all schema-related data for property set validation
17
+ */
18
+ exports.templateSchema = {
19
+ typeid: "TeamLeoValidation2:Example-1.0.0",
20
+ inherits: "NamedProperty",
21
+ properties: [
22
+ {
23
+ id: "exampleProperty1",
24
+ typeid: "String",
25
+ },
26
+ {
27
+ id: "exampleProperty2",
28
+ typeid: "NodeProperty",
29
+ },
30
+ ],
31
+ };
32
32
  //# sourceMappingURL=goodReservedTypes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"goodReservedTypes.js","sourceRoot":"","sources":["../../../src/test/schemas/goodReservedTypes.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;;GAIG;AACH,CAAC;IACA;;;;OAIG;IACH,IAAI,cAAc,GAAG;QACpB,MAAM,EAAE,kCAAkC;QAC1C,QAAQ,EAAE,eAAe;QACzB,UAAU,EAAE;YACX;gBACC,EAAE,EAAE,kBAAkB;gBACtB,MAAM,EAAE,QAAQ;aAChB;YACD;gBACC,EAAE,EAAE,kBAAkB;gBACtB,MAAM,EAAE,cAAc;aACtB;SACD;KACD,CAAC;IACF,MAAM,CAAC,OAAO,GAAG,cAAc,CAAC;AACjC,CAAC,CAAC,EAAE,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/**\n * @fileoverview\n * Test data for property set template schema testing\n * Tests reserved types: NamedProperty and NodeProperty\n */\n(function () {\n\t/**\n\t * @namespace property-changeset.Test\n\t * @alias goodReservedTypes.js\n\t * Namespace containing all schema-related data for property set validation\n\t */\n\tvar templateSchema = {\n\t\ttypeid: \"TeamLeoValidation2:Example-1.0.0\",\n\t\tinherits: \"NamedProperty\",\n\t\tproperties: [\n\t\t\t{\n\t\t\t\tid: \"exampleProperty1\",\n\t\t\t\ttypeid: \"String\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tid: \"exampleProperty2\",\n\t\t\t\ttypeid: \"NodeProperty\",\n\t\t\t},\n\t\t],\n\t};\n\tmodule.exports = templateSchema;\n})();\n"]}
1
+ {"version":3,"file":"goodReservedTypes.js","sourceRoot":"","sources":["../../../src/test/schemas/goodReservedTypes.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;;;GAIG;AAEH;;;;GAIG;AACU,QAAA,cAAc,GAAG;IAC7B,MAAM,EAAE,kCAAkC;IAC1C,QAAQ,EAAE,eAAe;IACzB,UAAU,EAAE;QACX;YACC,EAAE,EAAE,kBAAkB;YACtB,MAAM,EAAE,QAAQ;SAChB;QACD;YACC,EAAE,EAAE,kBAAkB;YACtB,MAAM,EAAE,cAAc;SACtB;KACD;CACD,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\n/**\n * @fileoverview\n * Test data for property set template schema testing\n * Tests reserved types: NamedProperty and NodeProperty\n */\n\n/**\n * @namespace property-changeset.Test\n * @alias goodReservedTypes.js\n * Namespace containing all schema-related data for property set validation\n */\nexport const templateSchema = {\n\ttypeid: \"TeamLeoValidation2:Example-1.0.0\",\n\tinherits: \"NamedProperty\",\n\tproperties: [\n\t\t{\n\t\t\tid: \"exampleProperty1\",\n\t\t\ttypeid: \"String\",\n\t\t},\n\t\t{\n\t\t\tid: \"exampleProperty2\",\n\t\t\ttypeid: \"NodeProperty\",\n\t\t},\n\t],\n};\n"]}