sample-piral 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.
- package/app/{index.4c3fae.js → index.e8e408.js} +39 -5
- package/app/index.e8e408.js.map +1 -0
- package/app/index.html +1 -1
- package/app/index.js +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +8 -8
- package/app/index.4c3fae.js.map +0 -1
|
@@ -5226,8 +5226,11 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
|
|
|
5226
5226
|
_this.update = _utils__WEBPACK_IMPORTED_MODULE_0__.noop;
|
|
5227
5227
|
_this.props = {
|
|
5228
5228
|
name: _this.getAttribute('name'),
|
|
5229
|
+
emptySkipsRender: typeof _this.getAttribute('empty-skips-render') === 'string',
|
|
5229
5230
|
params: (0,_utils__WEBPACK_IMPORTED_MODULE_0__.tryParseJson)(_this.getAttribute('params')),
|
|
5230
5231
|
empty: undefined,
|
|
5232
|
+
order: undefined,
|
|
5233
|
+
render: undefined,
|
|
5231
5234
|
children: (0,_utils__WEBPACK_IMPORTED_MODULE_1__.reactifyContent)(_this.childNodes)
|
|
5232
5235
|
};
|
|
5233
5236
|
return _this;
|
|
@@ -5251,6 +5254,24 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
|
|
|
5251
5254
|
this.props.name = value;
|
|
5252
5255
|
this.update(this.props);
|
|
5253
5256
|
}
|
|
5257
|
+
}, {
|
|
5258
|
+
key: "order",
|
|
5259
|
+
get: function get() {
|
|
5260
|
+
return this.props.order;
|
|
5261
|
+
},
|
|
5262
|
+
set: function set(value) {
|
|
5263
|
+
this.props.order = value;
|
|
5264
|
+
this.update(this.props);
|
|
5265
|
+
}
|
|
5266
|
+
}, {
|
|
5267
|
+
key: "render",
|
|
5268
|
+
get: function get() {
|
|
5269
|
+
return this.props.render;
|
|
5270
|
+
},
|
|
5271
|
+
set: function set(value) {
|
|
5272
|
+
this.props.render = value;
|
|
5273
|
+
this.update(this.props);
|
|
5274
|
+
}
|
|
5254
5275
|
}, {
|
|
5255
5276
|
key: "empty",
|
|
5256
5277
|
get: function get() {
|
|
@@ -5260,6 +5281,15 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
|
|
|
5260
5281
|
this.props.empty = value;
|
|
5261
5282
|
this.update(this.props);
|
|
5262
5283
|
}
|
|
5284
|
+
}, {
|
|
5285
|
+
key: "emptySkipsRender",
|
|
5286
|
+
get: function get() {
|
|
5287
|
+
return this.props.emptySkipsRender;
|
|
5288
|
+
},
|
|
5289
|
+
set: function set(value) {
|
|
5290
|
+
this.props.emptySkipsRender = value;
|
|
5291
|
+
this.update(this.props);
|
|
5292
|
+
}
|
|
5263
5293
|
}, {
|
|
5264
5294
|
key: "connectedCallback",
|
|
5265
5295
|
value: function connectedCallback() {
|
|
@@ -5293,12 +5323,16 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
|
|
|
5293
5323
|
case 'params':
|
|
5294
5324
|
this.params = (0,_utils__WEBPACK_IMPORTED_MODULE_0__.tryParseJson)(newValue);
|
|
5295
5325
|
break;
|
|
5326
|
+
|
|
5327
|
+
case 'empty-skips-render':
|
|
5328
|
+
this.params = typeof newValue === 'string';
|
|
5329
|
+
break;
|
|
5296
5330
|
}
|
|
5297
5331
|
}
|
|
5298
5332
|
}], [{
|
|
5299
5333
|
key: "observedAttributes",
|
|
5300
5334
|
get: function get() {
|
|
5301
|
-
return ['name', 'params'];
|
|
5335
|
+
return ['name', 'params', 'empty-skips-render'];
|
|
5302
5336
|
}
|
|
5303
5337
|
}]);
|
|
5304
5338
|
|
|
@@ -9605,12 +9639,12 @@ function installPiralDebug(options) {
|
|
|
9605
9639
|
debug: debugApiVersion,
|
|
9606
9640
|
instance: {
|
|
9607
9641
|
name: "sample-piral",
|
|
9608
|
-
version: "0.15.9-beta.
|
|
9642
|
+
version: "0.15.9-beta.5403",
|
|
9609
9643
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
9610
9644
|
},
|
|
9611
9645
|
build: {
|
|
9612
|
-
date: "2023-
|
|
9613
|
-
cli: "0.15.9-beta.
|
|
9646
|
+
date: "2023-04-04T17:10:54.170Z",
|
|
9647
|
+
cli: "0.15.9-beta.5403",
|
|
9614
9648
|
compat: "0.15"
|
|
9615
9649
|
}
|
|
9616
9650
|
};
|
|
@@ -66394,4 +66428,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
|
|
|
66394
66428
|
|
|
66395
66429
|
/******/ })()
|
|
66396
66430
|
;
|
|
66397
|
-
//# sourceMappingURL=index.
|
|
66431
|
+
//# sourceMappingURL=index.e8e408.js.map
|