@nyaruka/temba-components 0.111.6 → 0.111.7

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/CHANGELOG.md CHANGED
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v0.111.7](https://github.com/nyaruka/temba-components/compare/v0.111.6...v0.111.7)
8
+
9
+ - Fix RunList.allowDelete [`cb9f732`](https://github.com/nyaruka/temba-components/commit/cb9f73276c5d16907a5419a5b11cdfd418ee2c44)
10
+
7
11
  #### [v0.111.6](https://github.com/nyaruka/temba-components/compare/v0.111.5...v0.111.6)
8
12
 
13
+ > 21 November 2024
14
+
9
15
  - Make configurable whether run list allows deletion [`#464`](https://github.com/nyaruka/temba-components/pull/464)
10
16
 
11
17
  #### [v0.111.5](https://github.com/nyaruka/temba-components/compare/v0.111.4...v0.111.5)
@@ -5665,7 +5665,7 @@ let br=Ks,yr=!1;const _r=["es","fr","pt"],{setLocale:xr}=(t=>(function(t){if(yr)
5665
5665
  </div>
5666
5666
  `:null}
5667
5667
  </div>
5668
- </div>`}constructor(){super(),this.responses=!0,this.allowDelete=!0,this.resultKeys={},this.reverseRefresh=!1,this.valueKey="uuid",this.hideShadow=!0,this.createRenderOption()}}t([ue({type:String})],Rh.prototype,"flow",void 0),t([ue({type:Object,attribute:!1})],Rh.prototype,"results",void 0),t([ue({type:Boolean})],Rh.prototype,"responses",void 0),t([ue({type:Object})],Rh.prototype,"resultPreview",void 0),t([ue({type:Object})],Rh.prototype,"selectedRun",void 0),t([ue({type:Boolean})],Rh.prototype,"allowDelete",void 0);class qh extends Ol{constructor(){super(...arguments),this.endpoint="/api/v2/flows.json?uuid="}prepareData(t){return t&&t.length>0&&(t=t[0]),t}updated(t){super.updated(t),t.has("flow")&&(this.flow?this.url=`${this.endpoint}${this.flow}`:this.url=null)}render(){if(this.data)return Z`<div></div>`}}t([ue({type:String})],qh.prototype,"flow",void 0),t([ue({type:Object,attribute:!1})],qh.prototype,"data",void 0),t([ue({type:String})],qh.prototype,"endpoint",void 0);class Fh extends Ll{constructor(){super(...arguments),this.size=20}static get styles(){return r`
5668
+ </div>`}constructor(){super(),this.responses=!0,this.allowDelete=!1,this.resultKeys={},this.reverseRefresh=!1,this.valueKey="uuid",this.hideShadow=!0,this.createRenderOption()}}t([ue({type:String})],Rh.prototype,"flow",void 0),t([ue({type:Object,attribute:!1})],Rh.prototype,"results",void 0),t([ue({type:Boolean})],Rh.prototype,"responses",void 0),t([ue({type:Object})],Rh.prototype,"resultPreview",void 0),t([ue({type:Object})],Rh.prototype,"selectedRun",void 0),t([ue({type:Boolean})],Rh.prototype,"allowDelete",void 0);class qh extends Ol{constructor(){super(...arguments),this.endpoint="/api/v2/flows.json?uuid="}prepareData(t){return t&&t.length>0&&(t=t[0]),t}updated(t){super.updated(t),t.has("flow")&&(this.flow?this.url=`${this.endpoint}${this.flow}`:this.url=null)}render(){if(this.data)return Z`<div></div>`}}t([ue({type:String})],qh.prototype,"flow",void 0),t([ue({type:Object,attribute:!1})],qh.prototype,"data",void 0),t([ue({type:String})],qh.prototype,"endpoint",void 0);class Fh extends Ll{constructor(){super(...arguments),this.size=20}static get styles(){return r`
5669
5669
  :host {
5670
5670
  display: flex;
5671
5671
  }