angular-three 1.0.1 → 1.1.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.
- package/README.md +1 -1
- package/esm2020/lib/renderer/state.mjs +1 -2
- package/esm2020/lib/stores/rx-store.mjs +2 -2
- package/fesm2015/angular-three.mjs +1 -2
- package/fesm2015/angular-three.mjs.map +1 -1
- package/fesm2020/angular-three.mjs +1 -2
- package/fesm2020/angular-three.mjs.map +1 -1
- package/lib/stores/rx-store.d.ts +24 -0
- package/package.json +1 -1
- package/plugin/package.json +1 -1
|
@@ -1672,7 +1672,6 @@ class NgtRendererStore {
|
|
|
1672
1672
|
return;
|
|
1673
1673
|
}
|
|
1674
1674
|
if (name === SPECIAL_PROPERTIES.VALUE) {
|
|
1675
|
-
// TODO the last time we tried this here, this didn't work
|
|
1676
1675
|
// coercion
|
|
1677
1676
|
let maybeCoerced = value;
|
|
1678
1677
|
if (maybeCoerced === '' || maybeCoerced === 'true' || maybeCoerced === 'false') {
|
|
@@ -2878,5 +2877,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImpor
|
|
|
2878
2877
|
* Generated bundle index. Do not edit.
|
|
2879
2878
|
*/
|
|
2880
2879
|
|
|
2881
|
-
export { NGT_CATALOGUE, NgtArgs, NgtCanvas, NgtPortal, NgtPortalBeforeRender, NgtPortalContent, NgtPush, NgtRepeat, NgtRxStore, NgtStore, checkNeedsUpdate, checkUpdate, createAttachFunction, extend, getLocalState, injectBeforeRender, injectNgtDestroy, injectNgtLoader, injectNgtRef, invalidateInstance, is, makeDefaultCamera, makeDefaultRenderer, makeDpr, makeId, makeObjectGraph, prepare, rootStateMap, startWithUndefined, updateCamera };
|
|
2880
|
+
export { NGT_CATALOGUE, NgtArgs, NgtCanvas, NgtPortal, NgtPortalBeforeRender, NgtPortalContent, NgtPush, NgtRepeat, NgtRxStore, NgtStore, checkNeedsUpdate, checkUpdate, createAttachFunction, extend, getLocalState, injectBeforeRender, injectNgtDestroy, injectNgtLoader, injectNgtRef, invalidateInstance, is, makeDefaultCamera, makeDefaultRenderer, makeDpr, makeId, makeObjectGraph, prepare, rootStateMap, startWithUndefined, tapEffect, updateCamera };
|
|
2882
2881
|
//# sourceMappingURL=angular-three.mjs.map
|