sample-cross-fx 0.15.9-beta.5387 → 0.15.9-beta.5403

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.
@@ -61917,8 +61917,11 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
61917
61917
  this.update = _utils__WEBPACK_IMPORTED_MODULE_0__.noop;
61918
61918
  this.props = {
61919
61919
  name: this.getAttribute('name'),
61920
+ emptySkipsRender: typeof this.getAttribute('empty-skips-render') === 'string',
61920
61921
  params: (0,_utils__WEBPACK_IMPORTED_MODULE_0__.tryParseJson)(this.getAttribute('params')),
61921
61922
  empty: undefined,
61923
+ order: undefined,
61924
+ render: undefined,
61922
61925
  children: (0,_utils__WEBPACK_IMPORTED_MODULE_1__.reactifyContent)(this.childNodes)
61923
61926
  };
61924
61927
  }
@@ -61941,6 +61944,24 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
61941
61944
  this.update(this.props);
61942
61945
  }
61943
61946
 
61947
+ get order() {
61948
+ return this.props.order;
61949
+ }
61950
+
61951
+ set order(value) {
61952
+ this.props.order = value;
61953
+ this.update(this.props);
61954
+ }
61955
+
61956
+ get render() {
61957
+ return this.props.render;
61958
+ }
61959
+
61960
+ set render(value) {
61961
+ this.props.render = value;
61962
+ this.update(this.props);
61963
+ }
61964
+
61944
61965
  get empty() {
61945
61966
  return this.props.empty;
61946
61967
  }
@@ -61950,6 +61971,15 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
61950
61971
  this.update(this.props);
61951
61972
  }
61952
61973
 
61974
+ get emptySkipsRender() {
61975
+ return this.props.emptySkipsRender;
61976
+ }
61977
+
61978
+ set emptySkipsRender(value) {
61979
+ this.props.emptySkipsRender = value;
61980
+ this.update(this.props);
61981
+ }
61982
+
61953
61983
  connectedCallback() {
61954
61984
  this.style.display = 'contents';
61955
61985
 
@@ -61979,11 +62009,15 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
61979
62009
  case 'params':
61980
62010
  this.params = (0,_utils__WEBPACK_IMPORTED_MODULE_0__.tryParseJson)(newValue);
61981
62011
  break;
62012
+
62013
+ case 'empty-skips-render':
62014
+ this.params = typeof newValue === 'string';
62015
+ break;
61982
62016
  }
61983
62017
  }
61984
62018
 
61985
62019
  static get observedAttributes() {
61986
- return ['name', 'params'];
62020
+ return ['name', 'params', 'empty-skips-render'];
61987
62021
  }
61988
62022
 
61989
62023
  }
@@ -63817,12 +63851,12 @@ function installPiralDebug(options) {
63817
63851
  debug: debugApiVersion,
63818
63852
  instance: {
63819
63853
  name: "sample-cross-fx",
63820
- version: "0.15.9-beta.5387",
63854
+ version: "0.15.9-beta.5403",
63821
63855
  dependencies: "@angular/common,@angular/compiler,@angular/core,@angular/platform-browser,@angular/platform-browser-dynamic,@webcomponents/webcomponentsjs,angular,aurelia-framework,aurelia-templating-binding,aurelia-templating-resources,aurelia-pal-browser,aurelia-event-aggregator,aurelia-history-browser,hyperapp,inferno,inferno-create-element,mithril,lit-element,solid-js,solid-js/dom,piral-ng/common,preact,riot,rxjs,vue,zone.js,tslib,react,react-dom,react-router,react-router-dom"
63822
63856
  },
63823
63857
  build: {
63824
- date: "2023-03-30T07:20:12.085Z",
63825
- cli: "0.15.9-beta.5387",
63858
+ date: "2023-04-04T17:12:57.012Z",
63859
+ cli: "0.15.9-beta.5403",
63826
63860
  compat: "0.15"
63827
63861
  }
63828
63862
  };
@@ -216690,4 +216724,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(piral
216690
216724
 
216691
216725
  /******/ })()
216692
216726
  ;
216693
- //# sourceMappingURL=index.eab82e.js.map
216727
+ //# sourceMappingURL=index.06ba24.js.map