@fluid-experimental/property-properties 0.59.2001 → 0.59.3000-66610

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 (92) hide show
  1. package/dist/containerSerializer.d.ts +2 -2
  2. package/dist/containerSerializer.d.ts.map +1 -1
  3. package/dist/properties/abstractStaticCollectionProperty.d.ts +1 -1
  4. package/dist/properties/abstractStaticCollectionProperty.d.ts.map +1 -1
  5. package/dist/properties/arrayProperty.d.ts +9 -9
  6. package/dist/properties/arrayProperty.d.ts.map +1 -1
  7. package/dist/properties/baseProperty.d.ts.map +1 -1
  8. package/dist/properties/baseProperty.js.map +1 -1
  9. package/dist/properties/containerProperty.d.ts +1 -6
  10. package/dist/properties/containerProperty.d.ts.map +1 -1
  11. package/dist/properties/enumProperty.d.ts +0 -9
  12. package/dist/properties/enumProperty.d.ts.map +1 -1
  13. package/dist/properties/floatProperties.d.ts +0 -18
  14. package/dist/properties/floatProperties.d.ts.map +1 -1
  15. package/dist/properties/indexedCollectionBaseProperty.d.ts +1 -1
  16. package/dist/properties/indexedCollectionBaseProperty.d.ts.map +1 -1
  17. package/dist/properties/intProperties.d.ts +0 -28
  18. package/dist/properties/intProperties.d.ts.map +1 -1
  19. package/dist/properties/mapProperty.d.ts +1 -1
  20. package/dist/properties/mapProperty.d.ts.map +1 -1
  21. package/dist/properties/nodeProperty.d.ts +0 -10
  22. package/dist/properties/nodeProperty.d.ts.map +1 -1
  23. package/dist/properties/referenceArrayProperty.d.ts +0 -10
  24. package/dist/properties/referenceArrayProperty.d.ts.map +1 -1
  25. package/dist/properties/referenceMapProperty.d.ts +0 -10
  26. package/dist/properties/referenceMapProperty.d.ts.map +1 -1
  27. package/dist/properties/referenceProperty.d.ts +0 -10
  28. package/dist/properties/referenceProperty.d.ts.map +1 -1
  29. package/dist/properties/setProperty.d.ts +3 -3
  30. package/dist/properties/setProperty.d.ts.map +1 -1
  31. package/dist/properties/uintProperties.d.ts +0 -27
  32. package/dist/properties/uintProperties.d.ts.map +1 -1
  33. package/dist/properties/valueArrayProperty.d.ts +0 -128
  34. package/dist/properties/valueArrayProperty.d.ts.map +1 -1
  35. package/dist/properties/valueMapProperty.d.ts +0 -129
  36. package/dist/properties/valueMapProperty.d.ts.map +1 -1
  37. package/dist/propertyFactory.js.map +1 -1
  38. package/dist/propertyTemplate.d.ts +1 -1
  39. package/dist/propertyTemplate.d.ts.map +1 -1
  40. package/dist/propertyTemplateWrapper.d.ts +5 -5
  41. package/dist/propertyTemplateWrapper.d.ts.map +1 -1
  42. package/dist/propertyUtils.d.ts +1 -1
  43. package/dist/propertyUtils.d.ts.map +1 -1
  44. package/dist/test/propertyFactory.spec.js +1 -0
  45. package/dist/test/propertyFactory.spec.js.map +1 -1
  46. package/dist/test/tsconfig.tsbuildinfo +1 -2387
  47. package/dist/test/utils.spec.js +12 -3
  48. package/dist/test/utils.spec.js.map +1 -1
  49. package/lib/containerSerializer.d.ts +2 -2
  50. package/lib/containerSerializer.d.ts.map +1 -1
  51. package/lib/properties/abstractStaticCollectionProperty.d.ts +1 -1
  52. package/lib/properties/abstractStaticCollectionProperty.d.ts.map +1 -1
  53. package/lib/properties/arrayProperty.d.ts +9 -9
  54. package/lib/properties/arrayProperty.d.ts.map +1 -1
  55. package/lib/properties/baseProperty.d.ts.map +1 -1
  56. package/lib/properties/baseProperty.js.map +1 -1
  57. package/lib/properties/containerProperty.d.ts +1 -6
  58. package/lib/properties/containerProperty.d.ts.map +1 -1
  59. package/lib/properties/enumProperty.d.ts +0 -9
  60. package/lib/properties/enumProperty.d.ts.map +1 -1
  61. package/lib/properties/floatProperties.d.ts +0 -18
  62. package/lib/properties/floatProperties.d.ts.map +1 -1
  63. package/lib/properties/indexedCollectionBaseProperty.d.ts +1 -1
  64. package/lib/properties/indexedCollectionBaseProperty.d.ts.map +1 -1
  65. package/lib/properties/intProperties.d.ts +0 -28
  66. package/lib/properties/intProperties.d.ts.map +1 -1
  67. package/lib/properties/mapProperty.d.ts +1 -1
  68. package/lib/properties/mapProperty.d.ts.map +1 -1
  69. package/lib/properties/nodeProperty.d.ts +0 -10
  70. package/lib/properties/nodeProperty.d.ts.map +1 -1
  71. package/lib/properties/referenceArrayProperty.d.ts +0 -10
  72. package/lib/properties/referenceArrayProperty.d.ts.map +1 -1
  73. package/lib/properties/referenceMapProperty.d.ts +0 -10
  74. package/lib/properties/referenceMapProperty.d.ts.map +1 -1
  75. package/lib/properties/referenceProperty.d.ts +0 -10
  76. package/lib/properties/referenceProperty.d.ts.map +1 -1
  77. package/lib/properties/setProperty.d.ts +3 -3
  78. package/lib/properties/setProperty.d.ts.map +1 -1
  79. package/lib/properties/uintProperties.d.ts +0 -27
  80. package/lib/properties/uintProperties.d.ts.map +1 -1
  81. package/lib/properties/valueArrayProperty.d.ts +0 -128
  82. package/lib/properties/valueArrayProperty.d.ts.map +1 -1
  83. package/lib/properties/valueMapProperty.d.ts +0 -129
  84. package/lib/properties/valueMapProperty.d.ts.map +1 -1
  85. package/lib/propertyFactory.js.map +1 -1
  86. package/lib/propertyTemplate.d.ts +1 -1
  87. package/lib/propertyTemplate.d.ts.map +1 -1
  88. package/lib/propertyTemplateWrapper.d.ts +5 -5
  89. package/lib/propertyTemplateWrapper.d.ts.map +1 -1
  90. package/lib/propertyUtils.d.ts +1 -1
  91. package/lib/propertyUtils.d.ts.map +1 -1
  92. package/package.json +5 -5
@@ -1,44 +1,16 @@
1
1
  export class Int8Property extends ValueProperty {
2
- /**
3
- * A primitive property for an signed 8 bit integer value.
4
- * @param {Object=} in_params - the parameters
5
- * @constructor
6
- * @protected
7
- * @extends property-properties.ValueProperty
8
- * @alias property-properties.Int8Property
9
- * @category Value Properties
10
- */
11
- protected constructor();
12
2
  _castFunctor: any;
13
3
  }
14
4
  /**
15
5
  * A primitive property for an signed 16 bit integer value.
16
6
  */
17
7
  export class Int16Property extends ValueProperty {
18
- /**
19
- * @param {Object=} in_params - the parameters
20
- * @constructor
21
- * @protected
22
- * @extends property-properties.ValueProperty
23
- * @alias property-properties.Int16Property
24
- * @category Value Properties
25
- */
26
- protected constructor();
27
8
  _castFunctor: any;
28
9
  }
29
10
  /**
30
11
  * A primitive property for an signed 32 bit integer value.
31
12
  */
32
13
  export class Int32Property extends ValueProperty {
33
- /**
34
- * @param {Object=} in_params - the parameters
35
- * @constructor
36
- * @protected
37
- * @extends property-properties.ValueProperty
38
- * @alias property-properties.Int32Property
39
- * @category Value Properties
40
- */
41
- protected constructor();
42
14
  _castFunctor: any;
43
15
  }
44
16
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"intProperties.d.ts","sourceRoot":"","sources":["../../src/properties/intProperties.js"],"names":[],"mappings":"AAsBA;IACI;;;;;;;;OAQG;IACH,wBAIC;IAGL,kBAAmC;CAFlC;AAID;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,wBAIC;IAGL,kBAAoC;CAFnC;AAID;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,wBAIC;IAGL,kBAAoC;CAFnC;AAID;;GAEG;AACH;IACI;;;;;;;;;OASG;IACH,wBAKC;IAHG,qBAAsC;IAiC1C;;OAEG;IACH,gBAFY,MAAM,CAIjB;IAED;;OAEG;IACH,eAFY,MAAM,CAIjB;IAED;;;;OAIG;IACH,sBAJW,MAAM,GAEL,OAAO,CAYlB;IAED;;;;OAIG;IACH,oBAJW,MAAM,GAEL,OAAO,CAYlB;IA4DD;;;;;;OAMG;IACH,oBAJW,MAAM,GAEL,MAAM,CAIjB;IAED;;;;;;;;;;OAUG;IACH,sBARW,MAAM,aACN,MAAM,QAahB;CACJ;AAED;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,wBAEC;IAGL,8DAAoC;CAFnC;AAID;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,wBAEC;IAGL,8DAAqC;CAFpC"}
1
+ {"version":3,"file":"intProperties.d.ts","sourceRoot":"","sources":["../../src/properties/intProperties.js"],"names":[],"mappings":"AAsBA;IAiBA,kBAAmC;CAFlC;AAID;;GAEG;AACH;IAgBA,kBAAoC;CAFnC;AAID;;GAEG;AACH;IAgBA,kBAAoC;CAFnC;AAID;;GAEG;AACH;IACI;;;;;;;;;OASG;IACH,wBAKC;IAHG,qBAAsC;IAiC1C;;OAEG;IACH,gBAFY,MAAM,CAIjB;IAED;;OAEG;IACH,eAFY,MAAM,CAIjB;IAED;;;;OAIG;IACH,sBAJW,MAAM,GAEL,OAAO,CAYlB;IAED;;;;OAIG;IACH,oBAJW,MAAM,GAEL,OAAO,CAYlB;IA4DD;;;;;;OAMG;IACH,oBAJW,MAAM,GAEL,MAAM,CAIjB;IAED;;;;;;;;;;OAUG;IACH,sBARW,MAAM,aACN,MAAM,QAahB;CACJ;AAED;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,wBAEC;IAGL,8DAAoC;CAFnC;AAID;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,wBAEC;IAGL,8DAAqC;CAFpC"}
@@ -74,7 +74,7 @@ export class MapProperty extends IndexedCollectionBaseProperty {
74
74
  * @return {Array.<property-properties.BaseProperty | *>} Array with all entries of the map. This array
75
75
  * is a shallow copy which can be modified by the caller without effects on the map.
76
76
  */
77
- getAsArray(): Array<any>;
77
+ getAsArray(): Array<property>;
78
78
  /**
79
79
  * Deletes all values from the Map
80
80
  */
@@ -1 +1 @@
1
- {"version":3,"file":"mapProperty.d.ts","sourceRoot":"","sources":["../../src/properties/mapProperty.js"],"names":[],"mappings":"AAmBA;;;;;GAKG;AAEH;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAQC;IALG,eAAsB;IACtB,qBAA2D;IAE3D,6CAA6C;IAC7C,qBAA0B;IA2B9B;;;;;;;;OAQG;IACH,2BAsCC;IA+FD;;;;;;;;;;;;OAYG;IACH,eAPW,MAAM,0BAsBhB;IAED;;;;;;OAMG;IACH,eAJW,MAAM,OAQhB;IAED;;;;;;;;;;OAUG;IACH,YANW,MAAM,0BAwBhB;IAwED;;;;;;;OAOG;IACH,cAHY,UAAe,CAK1B;IA8BD;;OAEG;IACH,cAKC;CACJ"}
1
+ {"version":3,"file":"mapProperty.d.ts","sourceRoot":"","sources":["../../src/properties/mapProperty.js"],"names":[],"mappings":"AAmBA;;;;;GAKG;AAEH;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAQC;IALG,eAAsB;IACtB,qBAA2D;IAE3D,6CAA6C;IAC7C,qBAA0B;IA2B9B;;;;;;;;OAQG;IACH,2BAsCC;IA+FD;;;;;;;;;;;;OAYG;IACH,eAPW,MAAM,0BAsBhB;IAED;;;;;;OAMG;IACH,eAJW,MAAM,OAQhB;IAED;;;;;;;;;;OAUG;IACH,YANW,MAAM,0BAwBhB;IAwED;;;;;;;OAOG;IACH,cAHY,eAAe,CAK1B;IA8BD;;OAEG;IACH,cAKC;CACJ"}
@@ -2,16 +2,6 @@
2
2
  * A property object that allows to add child properties dynamically.
3
3
  */
4
4
  export class NodeProperty extends ContainerProperty {
5
- /**
6
- * @param {Object} in_params - Input parameters for property creation
7
- *
8
- * @constructor
9
- * @protected
10
- * @extends property-properties.ContainerProperty
11
- * @alias property-properties.NodeProperty
12
- * @category Other Collections
13
- */
14
- protected constructor();
15
5
  }
16
6
  import { ContainerProperty } from "./containerProperty";
17
7
  //# sourceMappingURL=nodeProperty.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"nodeProperty.d.ts","sourceRoot":"","sources":["../../src/properties/nodeProperty.js"],"names":[],"mappings":"AAUA;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAGC;CAWJ"}
1
+ {"version":3,"file":"nodeProperty.d.ts","sourceRoot":"","sources":["../../src/properties/nodeProperty.js"],"names":[],"mappings":"AAUA;;GAEG;AACH;CAwBC"}
@@ -15,16 +15,6 @@ export class ReferenceArrayProperty extends ValueArrayProperty {
15
15
  * @throws if one of the items in in_array is defined, but is not a property or a string.
16
16
  */
17
17
  static _convertInputToPaths: (in_array: any, in_callerName: string) => Array<string>;
18
- /**
19
- * @param {Object} in_params - Input parameters for property creation
20
- *
21
- * @constructor
22
- * @protected
23
- * @extends property-properties.ArrayProperty
24
- * @alias property-properties.ReferenceArrayProperty
25
- * @category Arrays
26
- */
27
- protected constructor();
28
18
  /**
29
19
  * Returns the typeid for the target of this reference
30
20
  *
@@ -1 +1 @@
1
- {"version":3,"file":"referenceArrayProperty.d.ts","sourceRoot":"","sources":["../../src/properties/referenceArrayProperty.js"],"names":[],"mappings":"AAgBA;;GAEG;AACH;IAgNI;;;;;;;;;;;OAWG;IACH,uEAJY,MAAM,MAAM,CAAC,CAcvB;IArOF;;;;;;;;OAQG;IACH,wBAEC;IAED;;;;;;;OAOG;IACH,4BAFY,MAAM,CAIjB;IAqCD;;;;;;OAMG;IACH,8BAHW,MAAM,GACL,OAAO,CAKlB;CAgKJ"}
1
+ {"version":3,"file":"referenceArrayProperty.d.ts","sourceRoot":"","sources":["../../src/properties/referenceArrayProperty.js"],"names":[],"mappings":"AAgBA;;GAEG;AACH;IAgNI;;;;;;;;;;;OAWG;IACH,uEAJY,MAAM,MAAM,CAAC,CAcvB;IAxNF;;;;;;;OAOG;IACH,4BAFY,MAAM,CAIjB;IAqCD;;;;;;OAMG;IACH,8BAHW,MAAM,GACL,OAAO,CAKlB;CAgKJ"}
@@ -2,16 +2,6 @@
2
2
  * A StringMapProperty which stores reference values
3
3
  */
4
4
  export class ReferenceMapProperty extends StringMapProperty {
5
- /**
6
- * @param {Object} in_params - Input parameters for property creation
7
- *
8
- * @constructor
9
- * @protected
10
- * @extends property-properties.StringMapProperty
11
- * @alias property-properties.ReferenceMapProperty
12
- * @category Maps
13
- */
14
- protected constructor();
15
5
  /**
16
6
  * Returns the typeid for the target of this reference
17
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"referenceMapProperty.d.ts","sourceRoot":"","sources":["../../src/properties/referenceMapProperty.js"],"names":[],"mappings":"AAeA;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAED;;;;;;;OAOG;IACH,4BAFY,MAAM,CAIjB;IAqFD;;;;;;;;;;OAUG;IACH,+BAEC;IAiBD;;;;;;OAMG;IACH,yBAHW,MAAM,GACL,OAAO,CAMlB;CAuBJ"}
1
+ {"version":3,"file":"referenceMapProperty.d.ts","sourceRoot":"","sources":["../../src/properties/referenceMapProperty.js"],"names":[],"mappings":"AAeA;;GAEG;AACH;IAcI;;;;;;;OAOG;IACH,4BAFY,MAAM,CAIjB;IAqFD;;;;;;;;;;OAUG;IACH,+BAEC;IAiBD;;;;;;OAMG;IACH,yBAHW,MAAM,GACL,OAAO,CAMlB;CAuBJ"}
@@ -15,16 +15,6 @@ export class ReferenceProperty extends ValueProperty {
15
15
  * @throws if in_value is defined, but is not a property or a string.
16
16
  */
17
17
  static _convertInputToPath(in_value: any): string;
18
- /**
19
- * @param {Object=} in_params - the parameters
20
- *
21
- * @constructor
22
- * @protected
23
- * @extends property-properties.ValueProperty
24
- * @alias property-properties.ReferenceProperty
25
- * @category Properties
26
- */
27
- protected constructor();
28
18
  /**
29
19
  * Returns the typeid for the target of this reference
30
20
  *
@@ -1 +1 @@
1
- {"version":3,"file":"referenceProperty.d.ts","sourceRoot":"","sources":["../../src/properties/referenceProperty.js"],"names":[],"mappings":"AAgBA;;;;;GAKG;AACH;IAmKI;;;;;;;;OAQG;IACH,2CAHY,MAAM,CAkBjB;IA1LD;;;;;;;;MAQE;IACF,wBAIC;IAUD;;;;;;;OAOG;IACH,4BAFY,MAAM,CAIjB;IAoED;;;;;OAKG;IACH,oBAFY,OAAO,CAIlB;IAkBD;;;;;;;;OAQG;IACH,0BAEC;IAoBD,kBAEC;IAND,eAEC;IAgCL,2CAAwC;CADvC"}
1
+ {"version":3,"file":"referenceProperty.d.ts","sourceRoot":"","sources":["../../src/properties/referenceProperty.js"],"names":[],"mappings":"AAgBA;;;;;GAKG;AACH;IAmKI;;;;;;;;OAQG;IACH,2CAHY,MAAM,CAkBjB;IAnKD;;;;;;;OAOG;IACH,4BAFY,MAAM,CAIjB;IAoED;;;;;OAKG;IACH,oBAFY,OAAO,CAIlB;IAkBD;;;;;;;;OAQG;IACH,0BAEC;IAoBD,kBAEC;IAND,eAEC;IAgCL,2CAAwC;CADvC"}
@@ -33,7 +33,7 @@ export class SetProperty extends IndexedCollectionBaseProperty {
33
33
  *
34
34
  * @param {NamedProperty|NamedNodeProperty|Object} in_property - The property to add to the list
35
35
  */
36
- set(in_property: any | any | any): void;
36
+ set(in_property: NamedProperty | NamedNodeProperty | any): void;
37
37
  /**
38
38
  * Removes the given property from the set
39
39
  *
@@ -41,7 +41,7 @@ export class SetProperty extends IndexedCollectionBaseProperty {
41
41
  * @return {property-properties.NamedProperty} the property that was removed.
42
42
  * @throws if trying to remove an entry that does not exist
43
43
  */
44
- remove(in_entry: any): any;
44
+ remove(in_entry: any): property;
45
45
  /**
46
46
  * Adds a list of properties to the set.
47
47
  * @see {setValues}
@@ -59,7 +59,7 @@ export class SetProperty extends IndexedCollectionBaseProperty {
59
59
  * @return {Array.<property-properties.NamedProperty>} Array with all entries of the set. This array is a shallow copy
60
60
  * which can be modified by the caller without effects on the set.
61
61
  */
62
- getAsArray(): Array<any>;
62
+ getAsArray(): Array<property>;
63
63
  /**
64
64
  * Delete all values from Set
65
65
  */
@@ -1 +1 @@
1
- {"version":3,"file":"setProperty.d.ts","sourceRoot":"","sources":["../../src/properties/setProperty.js"],"names":[],"mappings":"AAiBA;;;GAGG;AACH;IACI;;;;;;;;;OASG;IACH,wBAOC;IAJG,eAAsB;IAEtB,oEAAoE;IACpE,qBAA0B;IAmF9B;;;;;;;OAOG;IACH,+BAOC;IAED;;;;;;OAMG;IACH,iBAFW,eAAsC,QAehD;IAED;;;;;;OAMG;IACH,2BASC;IAwED;;;;;;;OAOG;IACH,2BAkBC;IAsCD;;;;;;;OAOG;IACH,cAHY,UAAe,CAK1B;IAmBD;;OAEG;IACH,cAKC;CACJ"}
1
+ {"version":3,"file":"setProperty.d.ts","sourceRoot":"","sources":["../../src/properties/setProperty.js"],"names":[],"mappings":"AAiBA;;;GAGG;AACH;IACI;;;;;;;;;OASG;IACH,wBAOC;IAJG,eAAsB;IAEtB,oEAAoE;IACpE,qBAA0B;IAmF9B;;;;;;;OAOG;IACH,+BAOC;IAED;;;;;;OAMG;IACH,iBAFW,uCAAsC,QAehD;IAED;;;;;;OAMG;IACH,gCASC;IAwED;;;;;;;OAOG;IACH,2BAkBC;IAsCD;;;;;;;OAOG;IACH,cAHY,eAAe,CAK1B;IAmBD;;OAEG;IACH,cAKC;CACJ"}
@@ -2,45 +2,18 @@
2
2
  * A primitive property for an unsigned 8 bit integer value.
3
3
  */
4
4
  export class Uint8Property extends ValueProperty {
5
- /**
6
- * @param {Object=} in_params - the parameters
7
- * @constructor
8
- * @private
9
- * @extends property-properties.ValueProperty
10
- * @alias property-properties.Uint8Property
11
- * @category Value Properties
12
- */
13
- private constructor();
14
5
  _castFunctor: any;
15
6
  }
16
7
  /**
17
8
  * A primitive property for an unsigned 16 bit integer value.
18
9
  */
19
10
  export class Uint16Property extends ValueProperty {
20
- /**
21
- * @param {Object=} in_params - the parameters
22
- * @constructor
23
- * @private
24
- * @extends property-properties.ValueProperty
25
- * @alias property-properties.Uint16Property
26
- * @category Value Properties
27
- */
28
- private constructor();
29
11
  _castFunctor: any;
30
12
  }
31
13
  /**
32
14
  * A primitive property for an unsigned 32 bit integer value.
33
15
  */
34
16
  export class Uint32Property extends ValueProperty {
35
- /**
36
- * @param {Object=} in_params - the parameters
37
- * @constructor
38
- * @protected
39
- * @extends property-properties.ValueProperty
40
- * @alias property-properties.Uint32Property
41
- * @category Value Properties
42
- */
43
- protected constructor();
44
17
  _castFunctor: any;
45
18
  }
46
19
  import { ValueProperty } from "./valueProperty";
@@ -1 +1 @@
1
- {"version":3,"file":"uintProperties.d.ts","sourceRoot":"","sources":["../../src/properties/uintProperties.js"],"names":[],"mappings":"AAWA;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,sBAIC;IAGL,kBAAoC;CAFnC;AAID;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,sBAIC;IAGL,kBAAqC;CAFpC;AAID;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,wBAIC;IAGL,kBAAqC;CAFpC"}
1
+ {"version":3,"file":"uintProperties.d.ts","sourceRoot":"","sources":["../../src/properties/uintProperties.js"],"names":[],"mappings":"AAWA;;GAEG;AACH;IAgBA,kBAAoC;CAFnC;AAID;;GAEG;AACH;IAgBA,kBAAqC;CAFpC;AAID;;GAEG;AACH;IAgBA,kBAAqC;CAFpC"}
@@ -22,195 +22,67 @@ export class ValueArrayProperty extends ArrayProperty {
22
22
  * An ArrayProperty which stores Float32 values
23
23
  */
24
24
  export class Float32ArrayProperty extends ValueArrayProperty {
25
- /**
26
- * @param {Object} in_params - Input parameters for property creation
27
- *
28
- * @constructor
29
- * @protected
30
- * @extends property-properties.ValueArrayProperty
31
- * @alias property-properties.Float32ArrayProperty
32
- * @category Arrays
33
- */
34
- protected constructor();
35
25
  }
36
26
  /**
37
27
  * An ArrayProperty which stores Float64 values
38
28
  */
39
29
  export class Float64ArrayProperty extends ValueArrayProperty {
40
- /**
41
- * @param {Object} in_params - Input parameters for property creation
42
- *
43
- * @constructor
44
- * @protected
45
- * @extends property-properties.ValueArrayProperty
46
- * @alias property-properties.Float64ArrayProperty
47
- * @category Arrays
48
- */
49
- protected constructor();
50
30
  }
51
31
  /**
52
32
  * An ArrayProperty which stores Uint8 values
53
33
  */
54
34
  export class Uint8ArrayProperty extends ValueArrayProperty {
55
- /**
56
- * @param {Object} in_params - Input parameters for property creation
57
- *
58
- * @constructor
59
- * @protected
60
- * @extends property-properties.ValueArrayProperty
61
- * @alias property-properties.Uint8ArrayProperty
62
- * @category Arrays
63
- */
64
- protected constructor();
65
35
  }
66
36
  /**
67
37
  * An ArrayProperty which stores Int8 values
68
38
  *
69
39
  */
70
40
  export class Int8ArrayProperty extends ValueArrayProperty {
71
- /**
72
- * @param {Object} in_params - Input parameters for property creation
73
- *
74
- * @constructor
75
- * @protected
76
- * @extends property-properties.ValueArrayProperty
77
- * @alias property-properties.Int8ArrayProperty
78
- * @category Arrays
79
- */
80
- protected constructor();
81
41
  }
82
42
  /**
83
43
  * An ArrayProperty which stores Uint16 values
84
44
  */
85
45
  export class Uint16ArrayProperty extends ValueArrayProperty {
86
- /**
87
- * @param {Object} in_params - Input parameters for property creation
88
- *
89
- * @constructor
90
- * @protected
91
- * @extends property-properties.ValueArrayProperty
92
- * @alias property-properties.Uint16ArrayProperty
93
- * @category Arrays
94
- */
95
- protected constructor();
96
46
  }
97
47
  /**
98
48
  * An ArrayProperty which stores Int16 values
99
49
  */
100
50
  export class Int16ArrayProperty extends ValueArrayProperty {
101
- /**
102
- * @param {Object} in_params - Input parameters for property creation
103
- *
104
- * @constructor
105
- * @protected
106
- * @extends property-properties.ValueArrayProperty
107
- * @alias property-properties.Int16ArrayProperty
108
- * @category Arrays
109
- */
110
- protected constructor();
111
51
  }
112
52
  /**
113
53
  * An ArrayProperty which stores Uint32 values
114
54
  */
115
55
  export class Uint32ArrayProperty extends ValueArrayProperty {
116
- /** @param {Object} in_params - Input parameters for property creation
117
- *
118
- * @constructor
119
- * @protected
120
- * @extends property-properties.ValueArrayProperty
121
- * @alias property-properties.Uint32ArrayProperty
122
- * @category Arrays
123
- */
124
- protected constructor();
125
56
  }
126
57
  /**
127
58
  * An ArrayProperty which stores Int32 values
128
59
  */
129
60
  export class Int32ArrayProperty extends ValueArrayProperty {
130
- /**
131
- * @param {Object} in_params - Input parameters for property creation
132
- *
133
- * @constructor
134
- * @protected
135
- * @extends property-properties.ValueArrayProperty
136
- * @alias property-properties.Int32ArrayProperty
137
- * @category Arrays
138
- */
139
- protected constructor();
140
61
  }
141
62
  /**
142
63
  * An ArrayProperty which stores Int64 values
143
64
  */
144
65
  export class Integer64ArrayProperty extends ValueArrayProperty {
145
- /** @param {Object} in_params - Input parameters for property creation
146
- *
147
- * @constructor
148
- * @protected
149
- * @extends property-properties.ValueArrayProperty
150
- * @alias property-properties.Integer64ArrayProperty
151
- * @category Arrays
152
- */
153
- protected constructor();
154
66
  }
155
67
  /**
156
68
  * An ArrayProperty which stores Int64 values
157
69
  */
158
70
  export class Int64ArrayProperty extends Integer64ArrayProperty {
159
- /**
160
- * @param {Object} in_params - Input parameters for property creation
161
- *
162
- * @constructor
163
- * @protected
164
- * @extends property-properties.Integer64ArrayProperty
165
- * @alias property-properties.Int64ArrayProperty
166
- * @category Arrays
167
- */
168
- protected constructor();
169
71
  }
170
72
  /**
171
73
  * An ArrayProperty which stores Uint64 values
172
74
  */
173
75
  export class Uint64ArrayProperty extends Integer64ArrayProperty {
174
- /**
175
- * @param {Object} in_params - Input parameters for property creation
176
- *
177
- * @constructor
178
- * @protected
179
- * @extends property-properties.Integer64ArrayProperty
180
- * @alias property-properties.Uint64ArrayProperty
181
- * @category Arrays
182
- */
183
- protected constructor();
184
76
  }
185
77
  /**
186
78
  * An ArrayProperty which stores String values
187
79
  */
188
80
  export class StringArrayProperty extends ValueArrayProperty {
189
- /**
190
- * @param {Object} in_params - Input parameters for property creation
191
- *
192
- * @constructor
193
- * @protected
194
- * @extends property-properties.ValueArrayProperty
195
- * @alias property-properties.StringArrayProperty
196
- * @category Arrays
197
- */
198
- protected constructor();
199
81
  }
200
82
  /**
201
83
  * An ArrayProperty which stores Boolean values
202
84
  */
203
85
  export class BoolArrayProperty extends ValueArrayProperty {
204
- /**
205
- * @param {Object} in_params - Input parameters for property creation
206
- *
207
- * @constructor
208
- * @protected
209
- * @extends property-properties.ValueArrayProperty
210
- * @alias property-properties.BoolArrayProperty
211
- * @category Arrays
212
- */
213
- protected constructor();
214
86
  }
215
87
  import { ArrayProperty } from "./arrayProperty";
216
88
  //# sourceMappingURL=valueArrayProperty.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"valueArrayProperty.d.ts","sourceRoot":"","sources":["../../src/properties/valueArrayProperty.js"],"names":[],"mappings":"AAsBA;;GAEG;AACH;IACI;;;;;;OAMG;IACH,wBAEC;IAED;;;;OAIG;IACH,uBAHW,MAAM,OAKhB;IAiEL,sBAAyC;CADxC;AAGD;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;CASJ;AAGD;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;CASJ;AAGD;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;CASJ;AAGD;;;EAGE;AACF;IACI;;;;;;;;OAQG;IACH,wBAEC;CASJ;AAGD;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;CASJ;AAGD;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;CASJ;AAGD;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,wBAEC;CASJ;AAGD;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;CASJ;AAGD;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,wBAEC;CAsEJ;AACD;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;CA2DJ;AAGD;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;CA2DJ;AAGD;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;CAYJ;AAGD;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;CAYJ"}
1
+ {"version":3,"file":"valueArrayProperty.d.ts","sourceRoot":"","sources":["../../src/properties/valueArrayProperty.js"],"names":[],"mappings":"AAsBA;;GAEG;AACH;IACI;;;;;;OAMG;IACH,wBAEC;IAED;;;;OAIG;IACH,uBAHW,MAAM,OAKhB;IAiEL,sBAAyC;CADxC;AAGD;;GAEG;AACH;CAqBC;AAGD;;GAEG;AACH;CAqBC;AAGD;;GAEG;AACH;CAqBC;AAGD;;;EAGE;AACF;CAqBC;AAGD;;GAEG;AACH;CAqBC;AAGD;;GAEG;AACH;CAqBC;AAGD;;GAEG;AACH;CAoBC;AAGD;;GAEG;AACH;CAqBC;AAGD;;GAEG;AACH;CAiFC;AACD;;GAEG;AACH;CAuEC;AAGD;;GAEG;AACH;CAuEC;AAGD;;GAEG;AACH;CAwBC;AAGD;;GAEG;AACH;CAwBC"}
@@ -18,206 +18,77 @@ export class ValueMapProperty extends MapProperty {
18
18
  * A ValueMapProperty which stores Float32 values
19
19
  */
20
20
  export class Float32MapProperty extends ValueMapProperty {
21
- /**
22
- * @param {Object} in_params - Input parameters for property creation
23
- *
24
- * @constructor
25
- * @protected
26
- * @extends property-properties.ValueMapProperty
27
- * @alias property-properties.Float32MapProperty
28
- * @category Maps
29
- */
30
- protected constructor();
31
21
  _castFunctor: any;
32
22
  }
33
23
  /**
34
24
  * A ValueMapProperty which stores Float64 values
35
25
  */
36
26
  export class Float64MapProperty extends ValueMapProperty {
37
- /**
38
- * @param {Object} in_params - Input parameters for property creation
39
- *
40
- * @constructor
41
- * @protected
42
- * @extends property-properties.ValueMapProperty
43
- * @alias property-properties.Float64MapProperty
44
- * @category Maps
45
- */
46
- protected constructor();
47
27
  _castFunctor: any;
48
28
  }
49
29
  /**
50
30
  * A ValueMapProperty which stores Uint32 values
51
31
  */
52
32
  export class Uint32MapProperty extends ValueMapProperty {
53
- /**
54
- * @param {Object} in_params - Input parameters for property creation
55
- *
56
- * @constructor
57
- * @protected
58
- * @extends property-properties.ValueMapProperty
59
- * @alias property-properties.Uint32MapProperty
60
- * @category Maps
61
- */
62
- protected constructor();
63
33
  _castFunctor: any;
64
34
  }
65
35
  /**
66
36
  * A ValueMapProperty which stores Uint16 values
67
37
  */
68
38
  export class Uint16MapProperty extends ValueMapProperty {
69
- /**
70
- * @param {Object} in_params - Input parameters for property creation
71
- *
72
- * @constructor
73
- * @protected
74
- * @extends property-properties.ValueMapProperty
75
- * @alias property-properties.Uint16MapProperty
76
- * @category Maps
77
- */
78
- protected constructor();
79
39
  _castFunctor: any;
80
40
  }
81
41
  /**
82
42
  * A ValueMapProperty which stores Uint8 values
83
43
  */
84
44
  export class Uint8MapProperty extends ValueMapProperty {
85
- /**
86
- * @param {Object} in_params - Input parameters for property creation
87
- *
88
- * @constructor
89
- * @protected
90
- * @extends property-properties.ValueMapProperty
91
- * @alias property-properties.Uint8MapProperty
92
- * @category Maps
93
- */
94
- protected constructor();
95
45
  _castFunctor: any;
96
46
  }
97
47
  /**
98
48
  * A ValueMapProperty which stores Int32 values
99
49
  */
100
50
  export class Int32MapProperty extends ValueMapProperty {
101
- /**
102
- * @param {Object} in_params - Input parameters for property creation
103
- *
104
- * @constructor
105
- * @protected
106
- * @extends property-properties.ValueMapProperty
107
- * @alias property-properties.Int32MapProperty
108
- * @category Maps
109
- */
110
- protected constructor();
111
51
  _castFunctor: any;
112
52
  }
113
53
  /**
114
54
  * An abstract base class for 64 bit integer map properties
115
55
  */
116
56
  export class Integer64MapProperty extends ValueMapProperty {
117
- /**
118
- * @param {Object} in_params - Input parameters for property creation
119
- *
120
- * @constructor
121
- * @protected
122
- * @extends property-properties.ValueMapProperty
123
- * @alias property-properties.Integer64MapProperty
124
- * @category Maps
125
- */
126
- protected constructor();
127
57
  }
128
58
  /**
129
59
  * A ValueMapProperty which stores Int64 Properties
130
60
  */
131
61
  export class Int64MapProperty extends Integer64MapProperty {
132
- /**
133
- * @param {Object} in_params - Input parameters for property creation
134
- *
135
- * @constructor
136
- * @protected
137
- * @extends Integer64MapProperty
138
- * @alias property-properties.Int64MapProperty
139
- * @category Maps
140
- */
141
- protected constructor();
142
62
  _castFunctor: (in_value: number, in_radix?: number) => number;
143
63
  }
144
64
  /**
145
65
  * A ValueMapProperty which stores Uint64 Properties
146
66
  */
147
67
  export class Uint64MapProperty extends Integer64MapProperty {
148
- /**
149
- * @param {Object} in_params - Input parameters for property creation
150
- *
151
- * @constructor
152
- * @protected
153
- * @extends Integer64MapProperty
154
- * @alias property-properties.Uint64MapProperty
155
- * @category Maps
156
- */
157
- protected constructor();
158
68
  _castFunctor: (in_value: number, in_radix?: number) => number;
159
69
  }
160
70
  /**
161
71
  * A ValueMapProperty which stores Int16 values
162
72
  */
163
73
  export class Int16MapProperty extends ValueMapProperty {
164
- /** @param {Object} in_params - Input parameters for property creation
165
- *
166
- * @constructor
167
- * @protected
168
- * @extends property-properties.ValueMapProperty
169
- * @alias property-properties.Int16MapProperty
170
- * @category Maps
171
- */
172
- protected constructor();
173
74
  _castFunctor: any;
174
75
  }
175
76
  /**
176
77
  * A ValueMapProperty which stores Int8 values
177
78
  */
178
79
  export class Int8MapProperty extends ValueMapProperty {
179
- /**
180
- * @param {Object} in_params - Input parameters for property creation
181
- *
182
- * @constructor
183
- * @protected
184
- * @extends property-properties.ValueMapProperty
185
- * @alias property-properties.Int8MapProperty
186
- * @category Maps
187
- */
188
- protected constructor();
189
80
  _castFunctor: any;
190
81
  }
191
82
  /**
192
83
  * A ValueMapProperty which stores string values
193
84
  */
194
85
  export class StringMapProperty extends ValueMapProperty {
195
- /**
196
- * @param {Object} in_params - Input parameters for property creation
197
- *
198
- * @constructor
199
- * @protected
200
- * @extends property-properties.ValueMapProperty
201
- * @alias property-properties.StringMapProperty
202
- * @category Maps
203
- */
204
- protected constructor();
205
86
  _castFunctor: (in_value: number) => number;
206
87
  }
207
88
  /**
208
89
  * A ValueMapProperty which stores boolean values
209
90
  */
210
91
  export class BoolMapProperty extends ValueMapProperty {
211
- /**
212
- * @param {Object} in_params - Input parameters for property creation
213
- *
214
- * @constructor
215
- * @protected
216
- * @extends property-properties.ValueMapProperty
217
- * @alias property-properties.BoolMapProperty
218
- * @category Maps
219
- */
220
- protected constructor();
221
92
  _castFunctor: (in_value: boolean) => boolean;
222
93
  }
223
94
  import { MapProperty } from "./mapProperty";
@@ -1 +1 @@
1
- {"version":3,"file":"valueMapProperty.d.ts","sourceRoot":"","sources":["../../src/properties/valueMapProperty.js"],"names":[],"mappings":"AAiBA;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAyFD,4BAEC;CAmEJ;AAID;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAGL,kBAAyC;CAFxC;AAID;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAGL,kBAAyC;CAFxC;AAID;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAGL,kBAAwC;CAFvC;AAID;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAGL,kBAAwC;CAFvC;AAID;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAGL,kBAAuC;CAFtC;AAID;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAGL,kBAAuC;CAFtC;AAID;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;CAuDJ;AAED;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAeL,8DAAuC;CAFtC;AAID;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAeL,8DAAwC;CAFvC;AAID;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,wBAEC;IAGL,kBAAuC;CAFtC;AAID;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAGL,kBAAsC;CAFrC;AAID;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAGL,2CAAwC;CAFvC;AAID;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAGL,6CAAsC;CAFrC"}
1
+ {"version":3,"file":"valueMapProperty.d.ts","sourceRoot":"","sources":["../../src/properties/valueMapProperty.js"],"names":[],"mappings":"AAiBA;;GAEG;AACH;IACI;;;;;;;;OAQG;IACH,wBAEC;IAyFD,4BAEC;CAmEJ;AAID;;GAEG;AACH;IAeA,kBAAyC;CAFxC;AAID;;GAEG;AACH;IAeA,kBAAyC;CAFxC;AAID;;GAEG;AACH;IAeA,kBAAwC;CAFvC;AAID;;GAEG;AACH;IAeA,kBAAwC;CAFvC;AAID;;GAEG;AACH;IAeA,kBAAuC;CAFtC;AAID;;GAEG;AACH;IAeA,kBAAuC;CAFtC;AAID;;GAEG;AACH;CAmEC;AAED;;GAEG;AACH;IA2BA,8DAAuC;CAFtC;AAID;;GAEG;AACH;IA2BA,8DAAwC;CAFvC;AAID;;GAEG;AACH;IAcA,kBAAuC;CAFtC;AAID;;GAEG;AACH;IAeA,kBAAsC;CAFrC;AAID;;GAEG;AACH;IAeA,2CAAwC;CAFvC;AAID;;GAEG;AACH;IAeA,6CAAsC;CAFrC"}