@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.
- package/dist/ajvFactory.cjs +19 -0
- package/dist/ajvFactory.cjs.map +1 -0
- package/dist/ajvFactory.d.cts +7 -0
- package/dist/ajvFactory.d.cts.map +1 -0
- package/dist/changeset.d.ts +3 -6
- package/dist/changeset.d.ts.map +1 -1
- package/dist/changeset.js +75 -75
- package/dist/changeset.js.map +1 -1
- package/dist/changeset_operations/array.d.ts +6 -2
- package/dist/changeset_operations/array.d.ts.map +1 -1
- package/dist/changeset_operations/array.js +94 -96
- package/dist/changeset_operations/array.js.map +1 -1
- package/dist/changeset_operations/arrayChangesetIterator.d.ts +2 -5
- package/dist/changeset_operations/arrayChangesetIterator.d.ts.map +1 -1
- package/dist/changeset_operations/arrayChangesetIterator.js +11 -12
- package/dist/changeset_operations/arrayChangesetIterator.js.map +1 -1
- package/dist/changeset_operations/changesetConflictTypes.d.ts.map +1 -1
- package/dist/changeset_operations/changesetConflictTypes.js +2 -2
- package/dist/changeset_operations/changesetConflictTypes.js.map +1 -1
- package/dist/changeset_operations/indexedCollection.d.ts +1 -4
- package/dist/changeset_operations/indexedCollection.d.ts.map +1 -1
- package/dist/changeset_operations/indexedCollection.js +48 -49
- package/dist/changeset_operations/indexedCollection.js.map +1 -1
- package/dist/changeset_operations/isEmptyChangeset.d.ts +1 -4
- package/dist/changeset_operations/isEmptyChangeset.d.ts.map +1 -1
- package/dist/changeset_operations/isEmptyChangeset.js +9 -9
- package/dist/changeset_operations/isEmptyChangeset.js.map +1 -1
- package/dist/helpers/typeidHelper.d.ts +0 -3
- package/dist/helpers/typeidHelper.d.ts.map +1 -1
- package/dist/helpers/typeidHelper.js +10 -10
- package/dist/helpers/typeidHelper.js.map +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/dist/isReservedKeyword.d.ts.map +1 -1
- package/dist/isReservedKeyword.js +2 -2
- package/dist/isReservedKeyword.js.map +1 -1
- package/dist/package.json +3 -0
- package/dist/pathHelper.d.ts +0 -3
- package/dist/pathHelper.d.ts.map +1 -1
- package/dist/pathHelper.js +2 -2
- package/dist/pathHelper.js.map +1 -1
- package/dist/rebase.js +8 -8
- package/dist/rebase.js.map +1 -1
- package/dist/templateSchema.d.ts.map +1 -1
- package/dist/templateSchema.js +2 -2
- package/dist/templateSchema.js.map +1 -1
- package/dist/templateValidator.d.ts +1 -1
- package/dist/templateValidator.d.ts.map +1 -1
- package/dist/templateValidator.js +49 -54
- package/dist/templateValidator.js.map +1 -1
- package/dist/test/array.spec.js +34 -36
- package/dist/test/array.spec.js.map +1 -1
- package/dist/test/indexedCollection.spec.js +9 -6
- package/dist/test/indexedCollection.spec.js.map +1 -1
- package/dist/test/map.spec.js +4 -4
- package/dist/test/map.spec.js.map +1 -1
- package/dist/test/pathHelper.spec.js +185 -185
- package/dist/test/pathHelper.spec.js.map +1 -1
- package/dist/test/reversibleCs.spec.js +5 -5
- package/dist/test/reversibleCs.spec.js.map +1 -1
- package/dist/test/schemaValidator.js +12 -11
- package/dist/test/schemaValidator.js.map +1 -1
- package/dist/test/schemas/badBothPropertiesAndTypeid.js +18 -18
- package/dist/test/schemas/badBothPropertiesAndTypeid.js.map +1 -1
- package/dist/test/schemas/badInvalidSemverInTypeid.js +40 -40
- package/dist/test/schemas/badInvalidSemverInTypeid.js.map +1 -1
- package/dist/test/schemas/badMissingSemverInTypeid.js +40 -40
- package/dist/test/schemas/badMissingSemverInTypeid.js.map +1 -1
- package/dist/test/schemas/badNestedProperties.js +40 -40
- package/dist/test/schemas/badNestedProperties.js.map +1 -1
- package/dist/test/schemas/badPrimitiveTypeid.js +25 -25
- package/dist/test/schemas/badPrimitiveTypeid.js.map +1 -1
- package/dist/test/schemas/badVersionedTypeid.js +41 -41
- package/dist/test/schemas/badVersionedTypeid.js.map +1 -1
- package/dist/test/schemas/goodColorPalette.js +15 -15
- package/dist/test/schemas/goodColorPalette.js.map +1 -1
- package/dist/test/schemas/goodDraftAsVersion.js +12 -12
- package/dist/test/schemas/goodDraftAsVersion.js.map +1 -1
- package/dist/test/schemas/goodPointId.js +40 -40
- package/dist/test/schemas/goodPointId.js.map +1 -1
- package/dist/test/schemas/goodReferenceAndRegular.js +16 -16
- package/dist/test/schemas/goodReferenceAndRegular.js.map +1 -1
- package/dist/test/schemas/goodReservedTypes.js +22 -22
- package/dist/test/schemas/goodReservedTypes.js.map +1 -1
- package/dist/test/schemas/goodUIBorder.js +34 -34
- package/dist/test/schemas/goodUIBorder.js.map +1 -1
- package/dist/test/schemas/index.js +55 -0
- package/dist/test/schemas/index.js.map +1 -0
- package/dist/test/tsconfig.cjs.tsbuildinfo +1 -0
- package/dist/test/validator/templateSyntax.spec.js +20 -25
- package/dist/test/validator/templateSyntax.spec.js.map +1 -1
- package/dist/test/validator/templateValidator.spec.js +118 -89
- package/dist/test/validator/templateValidator.spec.js.map +1 -1
- package/dist/test/validator/typeidHelper.spec.js +42 -41
- package/dist/test/validator/typeidHelper.spec.js.map +1 -1
- package/dist/utils.d.ts +17 -13
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +79 -79
- package/dist/utils.js.map +1 -1
- package/dist/validationResultBuilder.d.ts +2 -1
- package/dist/validationResultBuilder.d.ts.map +1 -1
- package/dist/validationResultBuilder.js.map +1 -1
- package/lib/ajvFactory.cjs +19 -0
- package/lib/ajvFactory.cjs.map +1 -0
- package/lib/ajvFactory.d.cts +7 -0
- package/lib/ajvFactory.d.cts.map +1 -0
- package/lib/changeset.d.ts +3 -6
- package/lib/changeset.d.ts.map +1 -1
- package/lib/changeset.js +16 -16
- package/lib/changeset.js.map +1 -1
- package/lib/changeset_operations/array.d.ts +6 -2
- package/lib/changeset_operations/array.d.ts.map +1 -1
- package/lib/changeset_operations/array.js +7 -9
- package/lib/changeset_operations/array.js.map +1 -1
- package/lib/changeset_operations/arrayChangesetIterator.d.ts +2 -5
- package/lib/changeset_operations/arrayChangesetIterator.d.ts.map +1 -1
- package/lib/changeset_operations/arrayChangesetIterator.js +3 -4
- package/lib/changeset_operations/arrayChangesetIterator.js.map +1 -1
- package/lib/changeset_operations/changesetConflictTypes.d.ts.map +1 -1
- package/lib/changeset_operations/changesetConflictTypes.js.map +1 -1
- package/lib/changeset_operations/indexedCollection.d.ts +1 -4
- package/lib/changeset_operations/indexedCollection.d.ts.map +1 -1
- package/lib/changeset_operations/indexedCollection.js +10 -11
- package/lib/changeset_operations/indexedCollection.js.map +1 -1
- package/lib/changeset_operations/isEmptyChangeset.d.ts +1 -4
- package/lib/changeset_operations/isEmptyChangeset.d.ts.map +1 -1
- package/lib/changeset_operations/isEmptyChangeset.js +3 -3
- package/lib/changeset_operations/isEmptyChangeset.js.map +1 -1
- package/lib/helpers/typeidHelper.d.ts +0 -3
- package/lib/helpers/typeidHelper.d.ts.map +1 -1
- package/lib/helpers/typeidHelper.js +1 -1
- package/lib/helpers/typeidHelper.js.map +1 -1
- package/lib/index.d.ts +8 -8
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +8 -8
- package/lib/index.js.map +1 -1
- package/lib/isReservedKeyword.d.ts.map +1 -1
- package/lib/isReservedKeyword.js.map +1 -1
- package/lib/pathHelper.d.ts +0 -3
- package/lib/pathHelper.d.ts.map +1 -1
- package/lib/pathHelper.js.map +1 -1
- package/lib/rebase.js +2 -2
- package/lib/rebase.js.map +1 -1
- package/lib/templateSchema.d.ts.map +1 -1
- package/lib/templateSchema.js.map +1 -1
- package/lib/templateValidator.d.ts +1 -1
- package/lib/templateValidator.d.ts.map +1 -1
- package/lib/templateValidator.js +24 -29
- package/lib/templateValidator.js.map +1 -1
- package/lib/test/array.spec.js +768 -0
- package/lib/test/array.spec.js.map +1 -0
- package/lib/test/indexedCollection.spec.js +75 -0
- package/lib/test/indexedCollection.spec.js.map +1 -0
- package/lib/test/map.spec.js +17 -0
- package/lib/test/map.spec.js.map +1 -0
- package/lib/test/pathHelper.spec.js +435 -0
- package/lib/test/pathHelper.spec.js.map +1 -0
- package/lib/test/reversibleCs.spec.js +42 -0
- package/lib/test/reversibleCs.spec.js.map +1 -0
- package/lib/test/schemaValidator.js +103 -0
- package/lib/test/schemaValidator.js.map +1 -0
- package/lib/test/schemas/badBothPropertiesAndTypeid.js +24 -0
- package/lib/test/schemas/badBothPropertiesAndTypeid.js.map +1 -0
- package/lib/test/schemas/badInvalidSemverInTypeid.js +46 -0
- package/lib/test/schemas/badInvalidSemverInTypeid.js.map +1 -0
- package/lib/test/schemas/badMissingSemverInTypeid.js +46 -0
- package/lib/test/schemas/badMissingSemverInTypeid.js.map +1 -0
- package/lib/test/schemas/badNestedProperties.js +46 -0
- package/lib/test/schemas/badNestedProperties.js.map +1 -0
- package/lib/test/schemas/badPrimitiveTypeid.js +31 -0
- package/lib/test/schemas/badPrimitiveTypeid.js.map +1 -0
- package/lib/test/schemas/badVersionedTypeid.js +47 -0
- package/lib/test/schemas/badVersionedTypeid.js.map +1 -0
- package/lib/test/schemas/goodColorPalette.js +21 -0
- package/lib/test/schemas/goodColorPalette.js.map +1 -0
- package/lib/test/schemas/goodDraftAsVersion.js +18 -0
- package/lib/test/schemas/goodDraftAsVersion.js.map +1 -0
- package/lib/test/schemas/goodPointId.js +46 -0
- package/lib/test/schemas/goodPointId.js.map +1 -0
- package/lib/test/schemas/goodReferenceAndRegular.js +22 -0
- package/lib/test/schemas/goodReferenceAndRegular.js.map +1 -0
- package/lib/test/schemas/goodReservedTypes.js +29 -0
- package/lib/test/schemas/goodReservedTypes.js.map +1 -0
- package/lib/test/schemas/goodUIBorder.js +41 -0
- package/lib/test/schemas/goodUIBorder.js.map +1 -0
- package/lib/test/schemas/index.js +29 -0
- package/lib/test/schemas/index.js.map +1 -0
- package/lib/test/tsconfig.tsbuildinfo +1 -0
- package/lib/test/validator/templateSyntax.spec.js +83 -0
- package/lib/test/validator/templateSyntax.spec.js.map +1 -0
- package/lib/test/validator/templateValidator.spec.js +1022 -0
- package/lib/test/validator/templateValidator.spec.js.map +1 -0
- package/lib/test/validator/typeidHelper.spec.js +142 -0
- package/lib/test/validator/typeidHelper.spec.js.map +1 -0
- package/lib/utils.d.ts +17 -13
- package/lib/utils.d.ts.map +1 -1
- package/lib/utils.js +23 -23
- package/lib/utils.js.map +1 -1
- package/lib/validationResultBuilder.d.ts +2 -1
- package/lib/validationResultBuilder.d.ts.map +1 -1
- package/lib/validationResultBuilder.js.map +1 -1
- package/package.json +37 -16
- 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
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
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
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
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
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
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
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
|
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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
|
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"]}
|