amf-client-js 5.7.0-SNAPSHOT.0 → 5.7.0-SNAPSHOT.2
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/amf.js +1 -1
- package/package.json +2 -2
package/amf.js
CHANGED
|
@@ -8111,7 +8111,7 @@ Y_.prototype.withObjPropertyCollection=function(a,b){vA();var c=this.Mx,e=vA(),f
|
|
|
8111
8111
|
Y_.prototype.withFloatPropertyCollection=function(a,b){vA();var c=this.Mx,e=vA();var f=vA();null===vA().Vtb&&null===vA().Vtb&&(vA().Vtb=new ahc(f));f=vA().Vtb;a=ATc(c,a,(new Xv(e,b,f)).Nb());k8();return X_(new Y_,a)};Y_.prototype.withIntPropertyCollection=function(a,b){vA();var c=this.Mx,e=vA(),f=vA().Jfa();a=BTc(c,a,(new Xv(e,b,f)).Nb());k8();return X_(new Y_,a)};
|
|
8112
8112
|
Y_.prototype.withStringPropertyCollection=function(a,b){vA();var c=this.Mx,e=vA(),f=vA().Pe();a=CTc(c,a,(new Xv(e,b,f)).Nb());k8();return X_(new Y_,a)};
|
|
8113
8113
|
Y_.prototype.withProperty=function(a,b){if("boolean"===typeof b){b=!!b;vA();var c=this.Mx;a=new oB(c,a);a=new lc(Cc(),gc(hc(),a.nV),new qc(rc().xj,"","",v()),!0,!1,M());a=l8(c,a,new lS(b,Pt().ZZ,c.rM));k8();return X_(new Y_,a)}if("number"===typeof b)return b=+b,vA(),c=this.Mx,a=new oB(c,a),a=new lc(zc(),gc(hc(),a.nV),new qc(rc().xj,"","",v()),!0,!1,M()),a=l8(c,a,new lS(b,Pt().mnb,c.rM)),k8(),X_(new Y_,a);if("string"===typeof b)return vA(),c=this.Mx,a=new oB(c,a),a=new lc(Fc(),gc(hc(),a.nV),new qc(rc().xj,
|
|
8114
|
-
"","",v()),!0,!1,M()),a=l8(c,a,new lS(b,Pt().uI,c.rM)),k8(),X_(new Y_,a);if(
|
|
8114
|
+
"","",v()),!0,!1,M()),a=l8(c,a,new lS(b,Pt().uI,c.rM)),k8(),X_(new Y_,a);if(b instanceof Y_)return vA(),c=this.Mx,b=(vA(),k8(),b.Mx),a=new oB(c,a),a=new lc(b.qE,gc(hc(),a.nV),new qc(rc().xj,"","",v()),!0,!1,M()),a=l8(c,a,b),k8(),X_(new Y_,a);if(ja(b))return vA(),c=this.Mx,b|=0,a=new oB(c,a),a=new lc(Ac(),gc(hc(),a.nV),new qc(rc().xj,"","",v()),!0,!1,M()),a=l8(c,a,new lS(b,Pt().$Z,c.rM)),k8(),X_(new Y_,a);throw"No matching overload";};
|
|
8115
8115
|
Object.defineProperty(Y_.prototype,"componentId",{get:function(){return this.Mx.wb()},configurable:!0});Y_.prototype.$classData=q({QGe:0},!1,"amf.shapes.client.platform.model.domain.jsonldinstance.JsonLDObject",{QGe:1,b:1,Rb:1,rb:1,jb:1,ua:1,Qb:1,k6b:1});function SA(a,b){this.u6b=this.qcd=null;this.Tsb=a;this.DHe=b;uz();P5(this)}SA.prototype=new p;SA.prototype.constructor=SA;d=SA.prototype;d.vt=function(){N5(this)};d.db=function(){return bg(this)};d.Rp=function(){return u(this.Tsb,nj().ie)};
|
|
8116
8116
|
d.km=function(a,b){return O5(this,a,b)};d.Nm=function(){return u(this.Tsb,nj().ie).Xk()};d.lc=function(a){return V2(this,a)};d.pb=function(a){return nd(this,a)};d.bc=function(a){return FC(this,a)};d.Xb=function(){aS();return NJa()};d.Cr=function(){return this.qcd};d.Br=function(a){this.qcd=a};d.B=function(){return this.u6b};d.pc=function(a){this.u6b=a};d.s=function(){return this.Tsb};d.A=function(){return this.DHe};d.Qe=function(){return v()};d.wb=function(){return""};
|
|
8117
8117
|
d.kc=function(a){return V2(this,a)};d.ba=function(){return aS()};d.gk=function(){return aS()};d.$classData=q({BHe:0},!1,"amf.shapes.client.scala.model.document.JsonLDInstanceDocument",{BHe:1,b:1,mo:1,Wa:1,Pa:1,wj:1,ua:1,Yjf:1});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "amf-client-js",
|
|
3
|
-
"version": "5.7.0-SNAPSHOT.
|
|
3
|
+
"version": "5.7.0-SNAPSHOT.2",
|
|
4
4
|
"description": "AMF Library",
|
|
5
5
|
"main": "amf.js",
|
|
6
6
|
"author": "amf team",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aml-org/amf-antlr-parsers": "0.7.25",
|
|
20
20
|
"ajv": "6.12.6",
|
|
21
|
-
"avro-js": "1.
|
|
21
|
+
"avro-js": "1.11.3"
|
|
22
22
|
}
|
|
23
23
|
}
|