@fluid-experimental/property-properties 2.0.0-internal.3.0.2 → 2.0.0-internal.3.2.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 (266) hide show
  1. package/README.md +1 -0
  2. package/dist/containerSerializer.d.ts.map +1 -1
  3. package/dist/containerSerializer.js +5 -5
  4. package/dist/containerSerializer.js.map +1 -1
  5. package/dist/enableValidations.js.map +1 -1
  6. package/dist/index.d.ts +19 -19
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/index.js.map +1 -1
  9. package/dist/properties/abstractStaticCollectionProperty.d.ts +10 -10
  10. package/dist/properties/abstractStaticCollectionProperty.d.ts.map +1 -1
  11. package/dist/properties/abstractStaticCollectionProperty.js +70 -53
  12. package/dist/properties/abstractStaticCollectionProperty.js.map +1 -1
  13. package/dist/properties/arrayProperty.d.ts.map +1 -1
  14. package/dist/properties/arrayProperty.js +152 -103
  15. package/dist/properties/arrayProperty.js.map +1 -1
  16. package/dist/properties/baseProperty.d.ts +4 -4
  17. package/dist/properties/baseProperty.d.ts.map +1 -1
  18. package/dist/properties/baseProperty.js +69 -47
  19. package/dist/properties/baseProperty.js.map +1 -1
  20. package/dist/properties/boolProperty.d.ts.map +1 -1
  21. package/dist/properties/boolProperty.js +3 -3
  22. package/dist/properties/boolProperty.js.map +1 -1
  23. package/dist/properties/containerProperty.d.ts +8 -8
  24. package/dist/properties/containerProperty.d.ts.map +1 -1
  25. package/dist/properties/containerProperty.js +33 -26
  26. package/dist/properties/containerProperty.js.map +1 -1
  27. package/dist/properties/enumArrayProperty.d.ts.map +1 -1
  28. package/dist/properties/enumArrayProperty.js +14 -14
  29. package/dist/properties/enumArrayProperty.js.map +1 -1
  30. package/dist/properties/enumProperty.d.ts.map +1 -1
  31. package/dist/properties/enumProperty.js +17 -17
  32. package/dist/properties/enumProperty.js.map +1 -1
  33. package/dist/properties/floatProperties.js +4 -4
  34. package/dist/properties/floatProperties.js.map +1 -1
  35. package/dist/properties/index.d.ts +23 -23
  36. package/dist/properties/index.d.ts.map +1 -1
  37. package/dist/properties/index.js.map +1 -1
  38. package/dist/properties/indexedCollectionBaseProperty.d.ts.map +1 -1
  39. package/dist/properties/indexedCollectionBaseProperty.js +47 -37
  40. package/dist/properties/indexedCollectionBaseProperty.js.map +1 -1
  41. package/dist/properties/intProperties.d.ts.map +1 -1
  42. package/dist/properties/intProperties.js +10 -10
  43. package/dist/properties/intProperties.js.map +1 -1
  44. package/dist/properties/lazyLoadedProperties.js.map +1 -1
  45. package/dist/properties/mapProperty.d.ts.map +1 -1
  46. package/dist/properties/mapProperty.js +21 -17
  47. package/dist/properties/mapProperty.js.map +1 -1
  48. package/dist/properties/namedNodeProperty.d.ts.map +1 -1
  49. package/dist/properties/namedNodeProperty.js +3 -3
  50. package/dist/properties/namedNodeProperty.js.map +1 -1
  51. package/dist/properties/namedProperty.d.ts.map +1 -1
  52. package/dist/properties/namedProperty.js +7 -5
  53. package/dist/properties/namedProperty.js.map +1 -1
  54. package/dist/properties/nodeProperty.d.ts.map +1 -1
  55. package/dist/properties/nodeProperty.js +5 -3
  56. package/dist/properties/nodeProperty.js.map +1 -1
  57. package/dist/properties/primitiveTypeCasts.d.ts.map +1 -1
  58. package/dist/properties/primitiveTypeCasts.js +9 -9
  59. package/dist/properties/primitiveTypeCasts.js.map +1 -1
  60. package/dist/properties/referenceArrayProperty.d.ts.map +1 -1
  61. package/dist/properties/referenceArrayProperty.js +31 -25
  62. package/dist/properties/referenceArrayProperty.js.map +1 -1
  63. package/dist/properties/referenceMapProperty.d.ts.map +1 -1
  64. package/dist/properties/referenceMapProperty.js +18 -18
  65. package/dist/properties/referenceMapProperty.js.map +1 -1
  66. package/dist/properties/referenceProperty.d.ts.map +1 -1
  67. package/dist/properties/referenceProperty.js +33 -29
  68. package/dist/properties/referenceProperty.js.map +1 -1
  69. package/dist/properties/setProperty.d.ts.map +1 -1
  70. package/dist/properties/setProperty.js +31 -29
  71. package/dist/properties/setProperty.js.map +1 -1
  72. package/dist/properties/stringProperty.d.ts.map +1 -1
  73. package/dist/properties/stringProperty.js +56 -40
  74. package/dist/properties/stringProperty.js.map +1 -1
  75. package/dist/properties/uintProperties.js +5 -5
  76. package/dist/properties/uintProperties.js.map +1 -1
  77. package/dist/properties/valueArrayProperty.d.ts +1 -1
  78. package/dist/properties/valueArrayProperty.d.ts.map +1 -1
  79. package/dist/properties/valueArrayProperty.js +30 -29
  80. package/dist/properties/valueArrayProperty.js.map +1 -1
  81. package/dist/properties/valueMapProperty.d.ts.map +1 -1
  82. package/dist/properties/valueMapProperty.js +31 -29
  83. package/dist/properties/valueMapProperty.js.map +1 -1
  84. package/dist/properties/valueProperty.d.ts.map +1 -1
  85. package/dist/properties/valueProperty.js +11 -9
  86. package/dist/properties/valueProperty.js.map +1 -1
  87. package/dist/propertyFactory.d.ts.map +1 -1
  88. package/dist/propertyFactory.js +309 -252
  89. package/dist/propertyFactory.js.map +1 -1
  90. package/dist/propertyTemplate.d.ts +17 -17
  91. package/dist/propertyTemplate.d.ts.map +1 -1
  92. package/dist/propertyTemplate.js +64 -45
  93. package/dist/propertyTemplate.js.map +1 -1
  94. package/dist/propertyTemplateWrapper.d.ts.map +1 -1
  95. package/dist/propertyTemplateWrapper.js +40 -25
  96. package/dist/propertyTemplateWrapper.js.map +1 -1
  97. package/dist/propertyUtils.d.ts.map +1 -1
  98. package/dist/propertyUtils.js.map +1 -1
  99. package/dist/test/properties/arrayProperty.spec.js +566 -490
  100. package/dist/test/properties/arrayProperty.spec.js.map +1 -1
  101. package/dist/test/properties/baseProperty.spec.js +293 -280
  102. package/dist/test/properties/baseProperty.spec.js.map +1 -1
  103. package/dist/test/properties/containerProperty.spec.js +100 -94
  104. package/dist/test/properties/containerProperty.spec.js.map +1 -1
  105. package/dist/test/properties/customArrayProperty.spec.js +174 -147
  106. package/dist/test/properties/customArrayProperty.spec.js.map +1 -1
  107. package/dist/test/properties/enumArrayProperty.spec.js +67 -63
  108. package/dist/test/properties/enumArrayProperty.spec.js.map +1 -1
  109. package/dist/test/properties/enumProperty.spec.js +115 -97
  110. package/dist/test/properties/enumProperty.spec.js.map +1 -1
  111. package/dist/test/properties/float32.spec.js +5 -5
  112. package/dist/test/properties/float32.spec.js.map +1 -1
  113. package/dist/test/properties/int64ArrayProperty.spec.js +157 -93
  114. package/dist/test/properties/int64ArrayProperty.spec.js.map +1 -1
  115. package/dist/test/properties/int64MapProperty.spec.js +185 -166
  116. package/dist/test/properties/int64MapProperty.spec.js.map +1 -1
  117. package/dist/test/properties/int64Property.spec.js +109 -109
  118. package/dist/test/properties/int64Property.spec.js.map +1 -1
  119. package/dist/test/properties/isLeafNode.spec.js +75 -76
  120. package/dist/test/properties/isLeafNode.spec.js.map +1 -1
  121. package/dist/test/properties/mapProperty.spec.js +571 -531
  122. package/dist/test/properties/mapProperty.spec.js.map +1 -1
  123. package/dist/test/properties/namedNodeProperty.spec.js +31 -31
  124. package/dist/test/properties/namedNodeProperty.spec.js.map +1 -1
  125. package/dist/test/properties/nodeProperty.spec.js +805 -795
  126. package/dist/test/properties/nodeProperty.spec.js.map +1 -1
  127. package/dist/test/properties/referenceProperty.spec.js +729 -679
  128. package/dist/test/properties/referenceProperty.spec.js.map +1 -1
  129. package/dist/test/properties/relationshipProperty.spec.js +16 -16
  130. package/dist/test/properties/relationshipProperty.spec.js.map +1 -1
  131. package/dist/test/properties/setProperty.spec.js +288 -227
  132. package/dist/test/properties/setProperty.spec.js.map +1 -1
  133. package/dist/test/properties/stringProperty.spec.js +326 -318
  134. package/dist/test/properties/stringProperty.spec.js.map +1 -1
  135. package/dist/test/properties/uint64Property.spec.js +46 -36
  136. package/dist/test/properties/uint64Property.spec.js.map +1 -1
  137. package/dist/test/properties/valueMapProperty.spec.js +259 -246
  138. package/dist/test/properties/valueMapProperty.spec.js.map +1 -1
  139. package/dist/test/properties/valueProperty.spec.js +49 -43
  140. package/dist/test/properties/valueProperty.spec.js.map +1 -1
  141. package/dist/test/propertyFactory.spec.js +2038 -1631
  142. package/dist/test/propertyFactory.spec.js.map +1 -1
  143. package/dist/test/propertyTemplateWrapper.spec.js +72 -102
  144. package/dist/test/propertyTemplateWrapper.spec.js.map +1 -1
  145. package/dist/test/propertyUtils.spec.js +22 -21
  146. package/dist/test/propertyUtils.spec.js.map +1 -1
  147. package/dist/test/reversibleChangeset.spec.js +857 -703
  148. package/dist/test/reversibleChangeset.spec.js.map +1 -1
  149. package/dist/test/setup.js +5 -5
  150. package/dist/test/setup.js.map +1 -1
  151. package/dist/test/tsconfig.tsbuildinfo +1 -1
  152. package/dist/test/utils.spec.js +1334 -1144
  153. package/dist/test/utils.spec.js.map +1 -1
  154. package/dist/test/validation/badMissingSemverInTypeid.js +20 -20
  155. package/dist/test/validation/badMissingSemverInTypeid.js.map +1 -1
  156. package/dist/test/validation/badPrimitiveTypeid.js +12 -12
  157. package/dist/test/validation/badPrimitiveTypeid.js.map +1 -1
  158. package/dist/test/validation/goodColorId.js +91 -91
  159. package/dist/test/validation/goodColorId.js.map +1 -1
  160. package/dist/test/validation/goodColorPalette.js +4 -4
  161. package/dist/test/validation/goodColorPalette.js.map +1 -1
  162. package/dist/test/validation/goodPointId.js +20 -20
  163. package/dist/test/validation/goodPointId.js.map +1 -1
  164. package/dist/test/validation/reversibleChangeSetTestData.js +23841 -2
  165. package/dist/test/validation/reversibleChangeSetTestData.js.map +1 -1
  166. package/lib/containerSerializer.d.ts.map +1 -1
  167. package/lib/containerSerializer.js +5 -5
  168. package/lib/containerSerializer.js.map +1 -1
  169. package/lib/enableValidations.js.map +1 -1
  170. package/lib/index.d.ts +19 -19
  171. package/lib/index.d.ts.map +1 -1
  172. package/lib/index.js +19 -19
  173. package/lib/index.js.map +1 -1
  174. package/lib/properties/abstractStaticCollectionProperty.d.ts +10 -10
  175. package/lib/properties/abstractStaticCollectionProperty.d.ts.map +1 -1
  176. package/lib/properties/abstractStaticCollectionProperty.js +70 -53
  177. package/lib/properties/abstractStaticCollectionProperty.js.map +1 -1
  178. package/lib/properties/arrayProperty.d.ts.map +1 -1
  179. package/lib/properties/arrayProperty.js +152 -103
  180. package/lib/properties/arrayProperty.js.map +1 -1
  181. package/lib/properties/baseProperty.d.ts +4 -4
  182. package/lib/properties/baseProperty.d.ts.map +1 -1
  183. package/lib/properties/baseProperty.js +73 -51
  184. package/lib/properties/baseProperty.js.map +1 -1
  185. package/lib/properties/boolProperty.d.ts.map +1 -1
  186. package/lib/properties/boolProperty.js +3 -3
  187. package/lib/properties/boolProperty.js.map +1 -1
  188. package/lib/properties/containerProperty.d.ts +8 -8
  189. package/lib/properties/containerProperty.d.ts.map +1 -1
  190. package/lib/properties/containerProperty.js +33 -26
  191. package/lib/properties/containerProperty.js.map +1 -1
  192. package/lib/properties/enumArrayProperty.d.ts.map +1 -1
  193. package/lib/properties/enumArrayProperty.js +14 -14
  194. package/lib/properties/enumArrayProperty.js.map +1 -1
  195. package/lib/properties/enumProperty.d.ts.map +1 -1
  196. package/lib/properties/enumProperty.js +17 -17
  197. package/lib/properties/enumProperty.js.map +1 -1
  198. package/lib/properties/floatProperties.js +4 -4
  199. package/lib/properties/floatProperties.js.map +1 -1
  200. package/lib/properties/index.d.ts +23 -23
  201. package/lib/properties/index.d.ts.map +1 -1
  202. package/lib/properties/index.js +23 -23
  203. package/lib/properties/index.js.map +1 -1
  204. package/lib/properties/indexedCollectionBaseProperty.d.ts.map +1 -1
  205. package/lib/properties/indexedCollectionBaseProperty.js +47 -37
  206. package/lib/properties/indexedCollectionBaseProperty.js.map +1 -1
  207. package/lib/properties/intProperties.d.ts.map +1 -1
  208. package/lib/properties/intProperties.js +10 -10
  209. package/lib/properties/intProperties.js.map +1 -1
  210. package/lib/properties/lazyLoadedProperties.js.map +1 -1
  211. package/lib/properties/mapProperty.d.ts.map +1 -1
  212. package/lib/properties/mapProperty.js +21 -17
  213. package/lib/properties/mapProperty.js.map +1 -1
  214. package/lib/properties/namedNodeProperty.d.ts.map +1 -1
  215. package/lib/properties/namedNodeProperty.js +3 -3
  216. package/lib/properties/namedNodeProperty.js.map +1 -1
  217. package/lib/properties/namedProperty.d.ts.map +1 -1
  218. package/lib/properties/namedProperty.js +7 -5
  219. package/lib/properties/namedProperty.js.map +1 -1
  220. package/lib/properties/nodeProperty.d.ts.map +1 -1
  221. package/lib/properties/nodeProperty.js +5 -3
  222. package/lib/properties/nodeProperty.js.map +1 -1
  223. package/lib/properties/primitiveTypeCasts.d.ts.map +1 -1
  224. package/lib/properties/primitiveTypeCasts.js +9 -9
  225. package/lib/properties/primitiveTypeCasts.js.map +1 -1
  226. package/lib/properties/referenceArrayProperty.d.ts.map +1 -1
  227. package/lib/properties/referenceArrayProperty.js +31 -25
  228. package/lib/properties/referenceArrayProperty.js.map +1 -1
  229. package/lib/properties/referenceMapProperty.d.ts.map +1 -1
  230. package/lib/properties/referenceMapProperty.js +18 -18
  231. package/lib/properties/referenceMapProperty.js.map +1 -1
  232. package/lib/properties/referenceProperty.d.ts.map +1 -1
  233. package/lib/properties/referenceProperty.js +33 -29
  234. package/lib/properties/referenceProperty.js.map +1 -1
  235. package/lib/properties/setProperty.d.ts.map +1 -1
  236. package/lib/properties/setProperty.js +31 -29
  237. package/lib/properties/setProperty.js.map +1 -1
  238. package/lib/properties/stringProperty.d.ts.map +1 -1
  239. package/lib/properties/stringProperty.js +56 -40
  240. package/lib/properties/stringProperty.js.map +1 -1
  241. package/lib/properties/uintProperties.js +5 -5
  242. package/lib/properties/uintProperties.js.map +1 -1
  243. package/lib/properties/valueArrayProperty.d.ts +1 -1
  244. package/lib/properties/valueArrayProperty.d.ts.map +1 -1
  245. package/lib/properties/valueArrayProperty.js +30 -29
  246. package/lib/properties/valueArrayProperty.js.map +1 -1
  247. package/lib/properties/valueMapProperty.d.ts.map +1 -1
  248. package/lib/properties/valueMapProperty.js +31 -29
  249. package/lib/properties/valueMapProperty.js.map +1 -1
  250. package/lib/properties/valueProperty.d.ts.map +1 -1
  251. package/lib/properties/valueProperty.js +11 -9
  252. package/lib/properties/valueProperty.js.map +1 -1
  253. package/lib/propertyFactory.d.ts.map +1 -1
  254. package/lib/propertyFactory.js +309 -252
  255. package/lib/propertyFactory.js.map +1 -1
  256. package/lib/propertyTemplate.d.ts +17 -17
  257. package/lib/propertyTemplate.d.ts.map +1 -1
  258. package/lib/propertyTemplate.js +64 -45
  259. package/lib/propertyTemplate.js.map +1 -1
  260. package/lib/propertyTemplateWrapper.d.ts.map +1 -1
  261. package/lib/propertyTemplateWrapper.js +40 -25
  262. package/lib/propertyTemplateWrapper.js.map +1 -1
  263. package/lib/propertyUtils.d.ts.map +1 -1
  264. package/lib/propertyUtils.js.map +1 -1
  265. package/package.json +28 -28
  266. package/src/index.d.ts +2750 -2681
@@ -7,41 +7,41 @@
7
7
  * Test data for property set template semver testing
8
8
  */
9
9
  /**
10
- * @namespace property-propertiesTest.Test
11
- * @alias bad_nested_properties.js
12
- * Namespace containing all schema-related data for property set validation
13
- */
10
+ * @namespace property-propertiesTest.Test
11
+ * @alias bad_nested_properties.js
12
+ * Namespace containing all schema-related data for property set validation
13
+ */
14
14
  var templateSchema = {
15
- 'properties': [
15
+ properties: [
16
16
  {
17
- 'id': 'position',
18
- 'properties': [
17
+ id: "position",
18
+ properties: [
19
19
  {
20
- 'id': 'x',
21
- 'typeid': 'Float32',
20
+ id: "x",
21
+ typeid: "Float32",
22
22
  },
23
23
  {
24
- 'id': 'y',
25
- 'typeid': 'Float32',
24
+ id: "y",
25
+ typeid: "Float32",
26
26
  },
27
27
  {
28
- 'id': 'z',
29
- 'typeid': 'Float32',
28
+ id: "z",
29
+ typeid: "Float32",
30
30
  },
31
31
  ],
32
32
  },
33
33
  {
34
- 'id': 'color',
35
- 'typeid': 'TeamLeoValidation2:ColorID-1.0.0',
34
+ id: "color",
35
+ typeid: "TeamLeoValidation2:ColorID-1.0.0",
36
36
  },
37
37
  {
38
- 'id': 'normal',
39
- 'typeid': 'Float32',
40
- 'context': 'array',
41
- 'length': 3,
38
+ id: "normal",
39
+ typeid: "Float32",
40
+ context: "array",
41
+ length: 3,
42
42
  },
43
43
  ],
44
- 'typeid': 'TeamLeoValidation2:PointID',
44
+ typeid: "TeamLeoValidation2:PointID",
45
45
  };
46
46
  module.exports = templateSchema;
47
47
  //# sourceMappingURL=badMissingSemverInTypeid.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"badMissingSemverInTypeid.js","sourceRoot":"","sources":["../../../src/test/validation/badMissingSemverInTypeid.js"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AAEH;;;;KAIK;AACL,IAAI,cAAc,GAAG;IACjB,YAAY,EAAE;QACV;YACI,IAAI,EAAE,UAAU;YAChB,YAAY,EAAE;gBACV;oBACI,IAAI,EAAE,GAAG;oBACT,QAAQ,EAAE,SAAS;iBACtB;gBACD;oBACI,IAAI,EAAE,GAAG;oBACT,QAAQ,EAAE,SAAS;iBACtB;gBACD;oBACI,IAAI,EAAE,GAAG;oBACT,QAAQ,EAAE,SAAS;iBACtB;aACJ;SACJ;QACD;YACI,IAAI,EAAE,OAAO;YACb,QAAQ,EAAE,kCAAkC;SAC/C;QACD;YACI,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,SAAS,EAAE,OAAO;YAClB,QAAQ,EAAE,CAAC;SACd;KACJ;IACD,QAAQ,EAAE,4BAA4B;CACzC,CAAC;AAEF,MAAM,CAAC,OAAO,GAAG,cAAc,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\n/**\n * @namespace property-propertiesTest.Test\n * @alias bad_nested_properties.js\n * Namespace containing all schema-related data for property set validation\n */\nvar templateSchema = {\n 'properties': [\n {\n 'id': 'position',\n 'properties': [\n {\n 'id': 'x',\n 'typeid': 'Float32',\n },\n {\n 'id': 'y',\n 'typeid': 'Float32',\n },\n {\n 'id': 'z',\n 'typeid': 'Float32',\n },\n ],\n },\n {\n 'id': 'color',\n 'typeid': 'TeamLeoValidation2:ColorID-1.0.0',\n },\n {\n 'id': 'normal',\n 'typeid': 'Float32',\n 'context': 'array',\n 'length': 3,\n },\n ],\n 'typeid': 'TeamLeoValidation2:PointID',\n};\n\nmodule.exports = templateSchema;\n"]}
1
+ {"version":3,"file":"badMissingSemverInTypeid.js","sourceRoot":"","sources":["../../../src/test/validation/badMissingSemverInTypeid.js"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AAEH;;;;GAIG;AACH,IAAI,cAAc,GAAG;IACpB,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;AAEF,MAAM,CAAC,OAAO,GAAG,cAAc,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\n/**\n * @namespace property-propertiesTest.Test\n * @alias bad_nested_properties.js\n * Namespace containing all schema-related data for property set validation\n */\nvar 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\nmodule.exports = templateSchema;\n"]}
@@ -7,26 +7,26 @@
7
7
  * Test data for property set template schema testing
8
8
  */
9
9
  /**
10
- * @namespace property-propertiesTest.Test
11
- * @alias bad_nested_properties.js
12
- * Namespace containing all schema-related data for property set validation
13
- */
10
+ * @namespace property-propertiesTest.Test
11
+ * @alias bad_nested_properties.js
12
+ * Namespace containing all schema-related data for property set validation
13
+ */
14
14
  var templateSchema = {
15
- 'properties': [
15
+ properties: [
16
16
  {
17
- 'id': 'r',
18
- 'typeid': 'Float32',
17
+ id: "r",
18
+ typeid: "Float32",
19
19
  },
20
20
  {
21
- 'id': 'g',
22
- 'typeid': 'Float32',
21
+ id: "g",
22
+ typeid: "Float32",
23
23
  },
24
24
  {
25
- 'id': 'b',
26
- 'typeid': 'Flob32',
25
+ id: "b",
26
+ typeid: "Flob32",
27
27
  },
28
28
  ],
29
- 'typeid': 'TeamLeoValidation2:ColorID-1.0.0',
29
+ typeid: "TeamLeoValidation2:ColorID-1.0.0",
30
30
  };
31
31
  module.exports = templateSchema;
32
32
  //# sourceMappingURL=badPrimitiveTypeid.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"badPrimitiveTypeid.js","sourceRoot":"","sources":["../../../src/test/validation/badPrimitiveTypeid.js"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AAEH;;;;KAIK;AACL,IAAI,cAAc,GAAG;IACjB,YAAY,EAAE;QACV;YACI,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,SAAS;SACtB;QACD;YACI,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,SAAS;SACtB;QACD;YACI,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,QAAQ;SACrB;KACJ;IACD,QAAQ,EAAE,kCAAkC;CAC/C,CAAC;AAEF,MAAM,CAAC,OAAO,GAAG,cAAc,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\n/**\n * @namespace property-propertiesTest.Test\n * @alias bad_nested_properties.js\n * Namespace containing all schema-related data for property set validation\n */\nvar templateSchema = {\n 'properties': [\n {\n 'id': 'r',\n 'typeid': 'Float32',\n },\n {\n 'id': 'g',\n 'typeid': 'Float32',\n },\n {\n 'id': 'b',\n 'typeid': 'Flob32',\n },\n ],\n 'typeid': 'TeamLeoValidation2:ColorID-1.0.0',\n};\n\nmodule.exports = templateSchema;\n"]}
1
+ {"version":3,"file":"badPrimitiveTypeid.js","sourceRoot":"","sources":["../../../src/test/validation/badPrimitiveTypeid.js"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AAEH;;;;GAIG;AACH,IAAI,cAAc,GAAG;IACpB,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;AAEF,MAAM,CAAC,OAAO,GAAG,cAAc,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\n/**\n * @namespace property-propertiesTest.Test\n * @alias bad_nested_properties.js\n * Namespace containing all schema-related data for property set validation\n */\nvar 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\nmodule.exports = templateSchema;\n"]}
@@ -7,176 +7,176 @@
7
7
  * Test data for property set template schema testing
8
8
  */
9
9
  /**
10
- * @namespace property-propertiesTest.Test
11
- * @alias bad_nested_properties.js
12
- * Namespace containing all schema-related data for property set validation
13
- */
10
+ * @namespace property-propertiesTest.Test
11
+ * @alias bad_nested_properties.js
12
+ * Namespace containing all schema-related data for property set validation
13
+ */
14
14
  var templateSchema100 = {
15
- 'properties': [
15
+ properties: [
16
16
  {
17
- 'id': 'r',
18
- 'typeid': 'Float32',
19
- 'annotation': { 'description': 'Red' },
17
+ id: "r",
18
+ typeid: "Float32",
19
+ annotation: { description: "Red" },
20
20
  },
21
21
  {
22
- 'id': 'g',
23
- 'typeid': 'Float32',
24
- 'annotation': { 'description': 'Green' },
22
+ id: "g",
23
+ typeid: "Float32",
24
+ annotation: { description: "Green" },
25
25
  },
26
26
  {
27
- 'id': 'b',
28
- 'typeid': 'Float32',
29
- 'annotation': { 'description': 'Blue' },
27
+ id: "b",
28
+ typeid: "Float32",
29
+ annotation: { description: "Blue" },
30
30
  },
31
31
  ],
32
- 'typeid': 'TeamLeoValidation2:ColorID-1.0.0',
32
+ typeid: "TeamLeoValidation2:ColorID-1.0.0",
33
33
  };
34
34
  var templateSchema100Modified = {
35
- 'properties': [
35
+ properties: [
36
36
  {
37
- 'id': 'r',
38
- 'typeid': 'Float32',
39
- 'annotation': { 'description': 'Red' },
37
+ id: "r",
38
+ typeid: "Float32",
39
+ annotation: { description: "Red" },
40
40
  },
41
41
  {
42
- 'id': 'g',
43
- 'typeid': 'Float32',
44
- 'annotation': { 'description': 'Green' },
42
+ id: "g",
43
+ typeid: "Float32",
44
+ annotation: { description: "Green" },
45
45
  },
46
46
  ],
47
- 'typeid': 'TeamLeoValidation2:ColorID-1.0.0',
47
+ typeid: "TeamLeoValidation2:ColorID-1.0.0",
48
48
  };
49
49
  var templateSchema101 = {
50
- 'properties': [
50
+ properties: [
51
51
  {
52
- 'id': 'r',
53
- 'typeid': 'Float32',
54
- 'annotation': { 'description': 'Red' },
52
+ id: "r",
53
+ typeid: "Float32",
54
+ annotation: { description: "Red" },
55
55
  },
56
56
  {
57
- 'id': 'g',
58
- 'typeid': 'Float32',
59
- 'annotation': { 'description': 'Green' },
57
+ id: "g",
58
+ typeid: "Float32",
59
+ annotation: { description: "Green" },
60
60
  },
61
61
  {
62
- 'id': 'b',
63
- 'typeid': 'Float32',
64
- 'annotation': { 'description': 'Blue' },
62
+ id: "b",
63
+ typeid: "Float32",
64
+ annotation: { description: "Blue" },
65
65
  },
66
66
  ],
67
- 'typeid': 'TeamLeoValidation2:ColorID-1.0.1',
68
- 'annotation': { 'description': 'Color template' },
67
+ typeid: "TeamLeoValidation2:ColorID-1.0.1",
68
+ annotation: { description: "Color template" },
69
69
  };
70
70
  var templateSchema101BadSemver = {
71
- 'properties': [
71
+ properties: [
72
72
  {
73
- 'id': 'r',
74
- 'typeid': 'Float32',
75
- 'annotation': { 'description': 'Red' },
73
+ id: "r",
74
+ typeid: "Float32",
75
+ annotation: { description: "Red" },
76
76
  },
77
77
  {
78
- 'id': 'g',
79
- 'typeid': 'Float32',
80
- 'annotation': { 'description': 'Green' },
78
+ id: "g",
79
+ typeid: "Float32",
80
+ annotation: { description: "Green" },
81
81
  },
82
82
  {
83
- 'id': 'b',
84
- 'typeid': 'Float32',
85
- 'annotation': { 'description': 'Blue' },
83
+ id: "b",
84
+ typeid: "Float32",
85
+ annotation: { description: "Blue" },
86
86
  },
87
87
  {
88
- 'id': 'a',
89
- 'typeid': 'Float32',
90
- 'annotation': { 'description': 'Alpha' },
88
+ id: "a",
89
+ typeid: "Float32",
90
+ annotation: { description: "Alpha" },
91
91
  },
92
92
  ],
93
- 'typeid': 'TeamLeoValidation2:ColorID-1.0.1',
93
+ typeid: "TeamLeoValidation2:ColorID-1.0.1",
94
94
  };
95
95
  var templateSchema110 = {
96
- 'properties': [
96
+ properties: [
97
97
  {
98
- 'id': 'r',
99
- 'typeid': 'Float32',
100
- 'annotation': { 'description': 'Red' },
98
+ id: "r",
99
+ typeid: "Float32",
100
+ annotation: { description: "Red" },
101
101
  },
102
102
  {
103
- 'id': 'g',
104
- 'typeid': 'Float32',
105
- 'annotation': { 'description': 'Green' },
103
+ id: "g",
104
+ typeid: "Float32",
105
+ annotation: { description: "Green" },
106
106
  },
107
107
  {
108
- 'id': 'b',
109
- 'typeid': 'Float32',
110
- 'annotation': { 'description': 'Blue' },
108
+ id: "b",
109
+ typeid: "Float32",
110
+ annotation: { description: "Blue" },
111
111
  },
112
112
  {
113
- 'id': 'a',
114
- 'typeid': 'Float32',
115
- 'annotation': { 'description': 'Alpha' },
113
+ id: "a",
114
+ typeid: "Float32",
115
+ annotation: { description: "Alpha" },
116
116
  },
117
117
  ],
118
- 'typeid': 'TeamLeoValidation2:ColorID-1.1.0',
118
+ typeid: "TeamLeoValidation2:ColorID-1.1.0",
119
119
  };
120
120
  var templateSchema110BadSemver = {
121
- 'properties': [
121
+ properties: [
122
122
  {
123
- 'id': 'r',
124
- 'typeid': 'Float32',
125
- 'annotation': { 'description': 'Red' },
123
+ id: "r",
124
+ typeid: "Float32",
125
+ annotation: { description: "Red" },
126
126
  },
127
127
  {
128
- 'id': 'g',
129
- 'typeid': 'Float32',
130
- 'annotation': { 'description': 'Green' },
128
+ id: "g",
129
+ typeid: "Float32",
130
+ annotation: { description: "Green" },
131
131
  },
132
132
  ],
133
- 'typeid': 'TeamLeoValidation2:ColorID-1.1.0',
133
+ typeid: "TeamLeoValidation2:ColorID-1.1.0",
134
134
  };
135
135
  var templateSchema110BadSemver2 = {
136
- 'properties': [
136
+ properties: [
137
137
  {
138
- 'id': 'r',
139
- 'typeid': 'Float32',
140
- 'annotation': { 'description': 'Red' },
138
+ id: "r",
139
+ typeid: "Float32",
140
+ annotation: { description: "Red" },
141
141
  },
142
142
  {
143
- 'id': 'g',
144
- 'typeid': 'Float32',
145
- 'annotation': { 'description': 'Green' },
143
+ id: "g",
144
+ typeid: "Float32",
145
+ annotation: { description: "Green" },
146
146
  },
147
147
  ],
148
- 'typeid': 'TeamLeoValidation2:ColorID-1.0.1',
148
+ typeid: "TeamLeoValidation2:ColorID-1.0.1",
149
149
  };
150
150
  var templateSchema200 = {
151
- 'properties': [
151
+ properties: [
152
152
  {
153
- 'id': 'r',
154
- 'typeid': 'Float32',
155
- 'annotation': { 'description': 'Red' },
153
+ id: "r",
154
+ typeid: "Float32",
155
+ annotation: { description: "Red" },
156
156
  },
157
157
  {
158
- 'id': 'g',
159
- 'typeid': 'Float32',
160
- 'annotation': { 'description': 'Green' },
158
+ id: "g",
159
+ typeid: "Float32",
160
+ annotation: { description: "Green" },
161
161
  },
162
162
  ],
163
- 'typeid': 'TeamLeoValidation2:ColorID-2.0.0',
163
+ typeid: "TeamLeoValidation2:ColorID-2.0.0",
164
164
  };
165
165
  const objToExport = {
166
- '1-0-0': {
166
+ "1-0-0": {
167
167
  original: templateSchema100,
168
168
  modified: templateSchema100Modified,
169
169
  },
170
- '1-0-1': {
170
+ "1-0-1": {
171
171
  goodSemver: templateSchema101,
172
172
  badSemver1: templateSchema101BadSemver,
173
173
  },
174
- '1-1-0': {
174
+ "1-1-0": {
175
175
  goodSemver: templateSchema110,
176
176
  badSemver1: templateSchema110BadSemver,
177
177
  badSemver2: templateSchema110BadSemver2,
178
178
  },
179
- '2-0-0': templateSchema200,
179
+ "2-0-0": templateSchema200,
180
180
  };
181
181
  module.exports = objToExport;
182
182
  //# sourceMappingURL=goodColorId.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"goodColorId.js","sourceRoot":"","sources":["../../../src/test/validation/goodColorId.js"],"names":[],"mappings":"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","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\n/**\n * @namespace property-propertiesTest.Test\n * @alias bad_nested_properties.js\n * Namespace containing all schema-related data for property set validation\n */\nvar templateSchema100 = {\n 'properties': [\n {\n 'id': 'r',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Red' },\n },\n {\n 'id': 'g',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Green' },\n },\n {\n 'id': 'b',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Blue' },\n },\n ],\n 'typeid': 'TeamLeoValidation2:ColorID-1.0.0',\n};\n\nvar templateSchema100Modified = {\n 'properties': [\n {\n 'id': 'r',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Red' },\n },\n {\n 'id': 'g',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Green' },\n },\n ],\n 'typeid': 'TeamLeoValidation2:ColorID-1.0.0',\n};\n\nvar templateSchema101 = {\n 'properties': [\n {\n 'id': 'r',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Red' },\n },\n {\n 'id': 'g',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Green' },\n },\n {\n 'id': 'b',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Blue' },\n },\n ],\n 'typeid': 'TeamLeoValidation2:ColorID-1.0.1',\n 'annotation': { 'description': 'Color template' },\n};\n\nvar templateSchema101BadSemver = {\n 'properties': [\n {\n 'id': 'r',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Red' },\n },\n {\n 'id': 'g',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Green' },\n },\n {\n 'id': 'b',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Blue' },\n },\n {\n 'id': 'a',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Alpha' },\n },\n ],\n 'typeid': 'TeamLeoValidation2:ColorID-1.0.1',\n};\n\nvar templateSchema110 = {\n 'properties': [\n {\n 'id': 'r',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Red' },\n },\n {\n 'id': 'g',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Green' },\n },\n {\n 'id': 'b',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Blue' },\n },\n {\n 'id': 'a',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Alpha' },\n },\n ],\n 'typeid': 'TeamLeoValidation2:ColorID-1.1.0',\n};\n\nvar templateSchema110BadSemver = {\n 'properties': [\n {\n 'id': 'r',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Red' },\n },\n {\n 'id': 'g',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Green' },\n },\n ],\n 'typeid': 'TeamLeoValidation2:ColorID-1.1.0',\n};\n\nvar templateSchema110BadSemver2 = {\n 'properties': [\n {\n 'id': 'r',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Red' },\n },\n {\n 'id': 'g',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Green' },\n },\n ],\n 'typeid': 'TeamLeoValidation2:ColorID-1.0.1',\n};\n\nvar templateSchema200 = {\n 'properties': [\n {\n 'id': 'r',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Red' },\n },\n {\n 'id': 'g',\n 'typeid': 'Float32',\n 'annotation': { 'description': 'Green' },\n },\n ],\n 'typeid': 'TeamLeoValidation2:ColorID-2.0.0',\n};\n\nconst objToExport = {\n '1-0-0': {\n original: templateSchema100,\n modified: templateSchema100Modified,\n },\n '1-0-1': {\n goodSemver: templateSchema101,\n badSemver1: templateSchema101BadSemver,\n },\n '1-1-0': {\n goodSemver: templateSchema110,\n badSemver1: templateSchema110BadSemver,\n badSemver2: templateSchema110BadSemver2,\n },\n '2-0-0': templateSchema200,\n};\n\nmodule.exports = objToExport;\n"]}
1
+ {"version":3,"file":"goodColorId.js","sourceRoot":"","sources":["../../../src/test/validation/goodColorId.js"],"names":[],"mappings":"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","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\n/**\n * @namespace property-propertiesTest.Test\n * @alias bad_nested_properties.js\n * Namespace containing all schema-related data for property set validation\n */\nvar templateSchema100 = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"r\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Red\" },\n\t\t},\n\t\t{\n\t\t\tid: \"g\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Green\" },\n\t\t},\n\t\t{\n\t\t\tid: \"b\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Blue\" },\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:ColorID-1.0.0\",\n};\n\nvar templateSchema100Modified = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"r\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Red\" },\n\t\t},\n\t\t{\n\t\t\tid: \"g\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Green\" },\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:ColorID-1.0.0\",\n};\n\nvar templateSchema101 = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"r\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Red\" },\n\t\t},\n\t\t{\n\t\t\tid: \"g\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Green\" },\n\t\t},\n\t\t{\n\t\t\tid: \"b\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Blue\" },\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:ColorID-1.0.1\",\n\tannotation: { description: \"Color template\" },\n};\n\nvar templateSchema101BadSemver = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"r\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Red\" },\n\t\t},\n\t\t{\n\t\t\tid: \"g\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Green\" },\n\t\t},\n\t\t{\n\t\t\tid: \"b\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Blue\" },\n\t\t},\n\t\t{\n\t\t\tid: \"a\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Alpha\" },\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:ColorID-1.0.1\",\n};\n\nvar templateSchema110 = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"r\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Red\" },\n\t\t},\n\t\t{\n\t\t\tid: \"g\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Green\" },\n\t\t},\n\t\t{\n\t\t\tid: \"b\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Blue\" },\n\t\t},\n\t\t{\n\t\t\tid: \"a\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Alpha\" },\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:ColorID-1.1.0\",\n};\n\nvar templateSchema110BadSemver = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"r\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Red\" },\n\t\t},\n\t\t{\n\t\t\tid: \"g\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Green\" },\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:ColorID-1.1.0\",\n};\n\nvar templateSchema110BadSemver2 = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"r\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Red\" },\n\t\t},\n\t\t{\n\t\t\tid: \"g\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Green\" },\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:ColorID-1.0.1\",\n};\n\nvar templateSchema200 = {\n\tproperties: [\n\t\t{\n\t\t\tid: \"r\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Red\" },\n\t\t},\n\t\t{\n\t\t\tid: \"g\",\n\t\t\ttypeid: \"Float32\",\n\t\t\tannotation: { description: \"Green\" },\n\t\t},\n\t],\n\ttypeid: \"TeamLeoValidation2:ColorID-2.0.0\",\n};\n\nconst objToExport = {\n\t\"1-0-0\": {\n\t\toriginal: templateSchema100,\n\t\tmodified: templateSchema100Modified,\n\t},\n\t\"1-0-1\": {\n\t\tgoodSemver: templateSchema101,\n\t\tbadSemver1: templateSchema101BadSemver,\n\t},\n\t\"1-1-0\": {\n\t\tgoodSemver: templateSchema110,\n\t\tbadSemver1: templateSchema110BadSemver,\n\t\tbadSemver2: templateSchema110BadSemver2,\n\t},\n\t\"2-0-0\": templateSchema200,\n};\n\nmodule.exports = objToExport;\n"]}
@@ -12,10 +12,10 @@
12
12
  * Namespace containing all schema-related data for property set validation
13
13
  */
14
14
  var templateSchema = {
15
- 'typeid': 'Adsk.Library:Colors.ColorPalette-1.0.0',
16
- 'properties': [
17
- { 'id': 'colors', 'typeid': 'Reference<Adsk.Core:Math.Color-1.0.0>', 'context': 'map' },
18
- { 'id': 'testref', 'typeid': 'Reference', 'context': 'map' },
15
+ typeid: "Adsk.Library:Colors.ColorPalette-1.0.0",
16
+ properties: [
17
+ { id: "colors", typeid: "Reference<Adsk.Core:Math.Color-1.0.0>", context: "map" },
18
+ { id: "testref", typeid: "Reference", context: "map" },
19
19
  ],
20
20
  };
21
21
  module.exports = templateSchema;
@@ -1 +1 @@
1
- {"version":3,"file":"goodColorPalette.js","sourceRoot":"","sources":["../../../src/test/validation/goodColorPalette.js"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AAEH;;;;GAIG;AACH,IAAI,cAAc,GAAG;IACjB,QAAQ,EAAE,wCAAwC;IAClD,YAAY,EAAE;QACV,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,uCAAuC,EAAE,SAAS,EAAE,KAAK,EAAE;QACvF,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,SAAS,EAAE,KAAK,EAAE;KAC/D;CACJ,CAAC;AAEF,MAAM,CAAC,OAAO,GAAG,cAAc,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\n/**\n * @namespace property-propertiesTest.Test\n * @alias bad_nested_properties.js\n * Namespace containing all schema-related data for property set validation\n */\nvar templateSchema = {\n 'typeid': 'Adsk.Library:Colors.ColorPalette-1.0.0',\n 'properties': [\n { 'id': 'colors', 'typeid': 'Reference<Adsk.Core:Math.Color-1.0.0>', 'context': 'map' },\n { 'id': 'testref', 'typeid': 'Reference', 'context': 'map' },\n ],\n};\n\nmodule.exports = templateSchema;\n"]}
1
+ {"version":3,"file":"goodColorPalette.js","sourceRoot":"","sources":["../../../src/test/validation/goodColorPalette.js"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AAEH;;;;GAIG;AACH,IAAI,cAAc,GAAG;IACpB,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;AAEF,MAAM,CAAC,OAAO,GAAG,cAAc,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\n/**\n * @namespace property-propertiesTest.Test\n * @alias bad_nested_properties.js\n * Namespace containing all schema-related data for property set validation\n */\nvar 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\nmodule.exports = templateSchema;\n"]}
@@ -7,41 +7,41 @@
7
7
  * Test data for property set template schema testing
8
8
  */
9
9
  /**
10
- * @namespace property-propertiesTest.Test
11
- * @alias bad_nested_properties.js
12
- * Namespace containing all schema-related data for property set validation
13
- */
10
+ * @namespace property-propertiesTest.Test
11
+ * @alias bad_nested_properties.js
12
+ * Namespace containing all schema-related data for property set validation
13
+ */
14
14
  var templateSchema = {
15
- 'properties': [
15
+ properties: [
16
16
  {
17
- 'id': 'position',
18
- 'properties': [
17
+ id: "position",
18
+ properties: [
19
19
  {
20
- 'id': 'x',
21
- 'typeid': 'Float32',
20
+ id: "x",
21
+ typeid: "Float32",
22
22
  },
23
23
  {
24
- 'id': 'y',
25
- 'typeid': 'Float32',
24
+ id: "y",
25
+ typeid: "Float32",
26
26
  },
27
27
  {
28
- 'id': 'z',
29
- 'typeid': 'Float32',
28
+ id: "z",
29
+ typeid: "Float32",
30
30
  },
31
31
  ],
32
32
  },
33
33
  {
34
- 'id': 'color',
35
- 'typeid': 'TeamLeoValidation2:ColorID-1.0.0',
34
+ id: "color",
35
+ typeid: "TeamLeoValidation2:ColorID-1.0.0",
36
36
  },
37
37
  {
38
- 'id': 'normal',
39
- 'typeid': 'Float32',
40
- 'context': 'array',
41
- 'length': 3,
38
+ id: "normal",
39
+ typeid: "Float32",
40
+ context: "array",
41
+ length: 3,
42
42
  },
43
43
  ],
44
- 'typeid': 'TeamLeoValidation2:PointID-1.0.0',
44
+ typeid: "TeamLeoValidation2:PointID-1.0.0",
45
45
  };
46
46
  module.exports = templateSchema;
47
47
  //# sourceMappingURL=goodPointId.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"goodPointId.js","sourceRoot":"","sources":["../../../src/test/validation/goodPointId.js"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AAEH;;;;OAIO;AACP,IAAI,cAAc,GAAG;IACjB,YAAY,EAAE;QACV;YACI,IAAI,EAAE,UAAU;YAChB,YAAY,EAAE;gBACV;oBACI,IAAI,EAAE,GAAG;oBACT,QAAQ,EAAE,SAAS;iBACtB;gBACD;oBACI,IAAI,EAAE,GAAG;oBACT,QAAQ,EAAE,SAAS;iBACtB;gBACD;oBACI,IAAI,EAAE,GAAG;oBACT,QAAQ,EAAE,SAAS;iBACtB;aACJ;SACJ;QACD;YACI,IAAI,EAAE,OAAO;YACb,QAAQ,EAAE,kCAAkC;SAC/C;QACD;YACI,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,SAAS,EAAE,OAAO;YAClB,QAAQ,EAAE,CAAC;SACd;KACJ;IACD,QAAQ,EAAE,kCAAkC;CAC/C,CAAC;AAEF,MAAM,CAAC,OAAO,GAAG,cAAc,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\n/**\n * @namespace property-propertiesTest.Test\n * @alias bad_nested_properties.js\n * Namespace containing all schema-related data for property set validation\n */\nvar templateSchema = {\n 'properties': [\n {\n 'id': 'position',\n 'properties': [\n {\n 'id': 'x',\n 'typeid': 'Float32',\n },\n {\n 'id': 'y',\n 'typeid': 'Float32',\n },\n {\n 'id': 'z',\n 'typeid': 'Float32',\n },\n ],\n },\n {\n 'id': 'color',\n 'typeid': 'TeamLeoValidation2:ColorID-1.0.0',\n },\n {\n 'id': 'normal',\n 'typeid': 'Float32',\n 'context': 'array',\n 'length': 3,\n },\n ],\n 'typeid': 'TeamLeoValidation2:PointID-1.0.0',\n};\n\nmodule.exports = templateSchema;\n"]}
1
+ {"version":3,"file":"goodPointId.js","sourceRoot":"","sources":["../../../src/test/validation/goodPointId.js"],"names":[],"mappings":"AAAA;;;GAGG;AACH;;;GAGG;AAEH;;;;GAIG;AACH,IAAI,cAAc,GAAG;IACpB,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;AAEF,MAAM,CAAC,OAAO,GAAG,cAAc,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\n/**\n * @namespace property-propertiesTest.Test\n * @alias bad_nested_properties.js\n * Namespace containing all schema-related data for property set validation\n */\nvar 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\nmodule.exports = templateSchema;\n"]}