@gisce/ooui 0.18.1-rc.0 → 0.18.1

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.
@@ -12,8 +12,6 @@ declare class Timeline extends One2many {
12
12
  _summaryField: string;
13
13
  get summaryField(): string;
14
14
  set summaryField(value: string);
15
- get iconField(): string;
16
- get colorField(): string;
17
15
  constructor(props: any);
18
16
  }
19
17
  export default Timeline;
@@ -1 +1 @@
1
- {"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["Timeline.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAElC,cAAM,QAAS,SAAQ,QAAQ;IAC7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,UAAU,IAAI,MAAM,CAEvB;IACD,IAAI,UAAU,CAAC,KAAK,EAAE,MAAM,EAE3B;IAED;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,YAAY,IAAI,MAAM,CAEzB;IACD,IAAI,YAAY,CAAC,KAAK,EAAE,MAAM,EAE7B;IAED,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,IAAI,UAAU,IAAI,MAAM,CAEvB;gBAEW,KAAK,EAAE,GAAG;CASvB;AAED,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["Timeline.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAElC,cAAM,QAAS,SAAQ,QAAQ;IAC7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,UAAU,IAAI,MAAM,CAEvB;IACD,IAAI,UAAU,CAAC,KAAK,EAAE,MAAM,EAE3B;IAED;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,YAAY,IAAI,MAAM,CAEzB;IACD,IAAI,YAAY,CAAC,KAAK,EAAE,MAAM,EAE7B;gBAEW,KAAK,EAAE,GAAG;CASvB;AAED,eAAe,QAAQ,CAAC"}
package/dist/ooui.es.js CHANGED
@@ -705,12 +705,6 @@ class $i extends Sr {
705
705
  set summaryField(e) {
706
706
  this._summaryField = e;
707
707
  }
708
- get iconField() {
709
- return this.parsedWidgetProps.iconField;
710
- }
711
- get colorField() {
712
- return this.parsedWidgetProps.colorField;
713
- }
714
708
  }
715
709
  class Hi extends Pe {
716
710
  constructor(e) {