@push.rocks/smartstate 2.0.17 → 2.0.18
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/dist_bundle/bundle.js +2 -2
- package/dist_bundle/bundle.js.map +2 -2
- package/dist_ts/00_commitinfo_data.d.ts +1 -1
- package/dist_ts/00_commitinfo_data.js +4 -4
- package/dist_ts/smartstate.classes.smartstate.d.ts +5 -5
- package/dist_ts/smartstate.classes.smartstate.js +9 -7
- package/npmextra.json +18 -3
- package/package.json +26 -9
- package/readme.hints.md +1 -0
- package/readme.md +127 -27
- package/ts/00_commitinfo_data.ts +3 -3
- package/ts/smartstate.classes.smartstate.ts +14 -12
package/dist_bundle/bundle.js
CHANGED
|
@@ -11190,7 +11190,7 @@ var Smartstate = class {
|
|
|
11190
11190
|
/**
|
|
11191
11191
|
* Allows getting and initializing a new statepart
|
|
11192
11192
|
* initMode === 'soft' it will allow existing stateparts
|
|
11193
|
-
* initMode === 'mandatory' will fail if there is an
|
|
11193
|
+
* initMode === 'mandatory' will fail if there is an existing statepart
|
|
11194
11194
|
* initMode === 'force' will overwrite any existing statepart
|
|
11195
11195
|
* @param statePartNameArg
|
|
11196
11196
|
* @param initialArg
|
|
@@ -11214,7 +11214,7 @@ var Smartstate = class {
|
|
|
11214
11214
|
}
|
|
11215
11215
|
}
|
|
11216
11216
|
/**
|
|
11217
|
-
*
|
|
11217
|
+
* Creates a statepart
|
|
11218
11218
|
* @param statePartName
|
|
11219
11219
|
* @param initialPayloadArg
|
|
11220
11220
|
*/
|