@gisce/ooui 0.19.0 → 0.19.1-rc.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.
@@ -12,6 +12,8 @@ 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;
15
17
  constructor(props: any);
16
18
  }
17
19
  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;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;IAED,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,IAAI,UAAU,IAAI,MAAM,CAEvB;gBAEW,KAAK,EAAE,GAAG;CASvB;AAED,eAAe,QAAQ,CAAC"}
package/dist/ooui.es.js CHANGED
@@ -711,6 +711,12 @@ class $i extends Sr {
711
711
  set summaryField(e) {
712
712
  this._summaryField = e;
713
713
  }
714
+ get iconField() {
715
+ return this.parsedWidgetProps.iconField;
716
+ }
717
+ get colorField() {
718
+ return this.parsedWidgetProps.colorField;
719
+ }
714
720
  }
715
721
  class Hi extends Pe {
716
722
  constructor(e) {