verstak 0.92.25005 → 0.92.25006

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.
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { cache, atomicAction } from "reactronic";
10
+ import { cachedResult, atomicAction } from "reactronic";
11
11
  export function restyler(restyle) {
12
12
  return atomicAction(() => new ObservablesStyles(restyle));
13
13
  }
@@ -23,7 +23,7 @@ export class ObservablesStyles {
23
23
  }
24
24
  }
25
25
  __decorate([
26
- cache,
26
+ cachedResult,
27
27
  __metadata("design:type", Function),
28
28
  __metadata("design:paramtypes", []),
29
29
  __metadata("design:returntype", Object)
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { cache } from "reactronic";
10
+ import { cachedResult } from "reactronic";
11
11
  import { css } from "@emotion/css";
12
12
  import { Styling } from "./Styling.js";
13
13
  export class DefaultButtonStyling extends Styling {
@@ -33,17 +33,17 @@ export class DefaultButtonStyling extends Styling {
33
33
  }
34
34
  }
35
35
  __decorate([
36
- cache,
36
+ cachedResult,
37
37
  __metadata("design:type", String),
38
38
  __metadata("design:paramtypes", [])
39
39
  ], DefaultButtonStyling.prototype, "main", null);
40
40
  __decorate([
41
- cache,
41
+ cachedResult,
42
42
  __metadata("design:type", String),
43
43
  __metadata("design:paramtypes", [])
44
44
  ], DefaultButtonStyling.prototype, "icon", null);
45
45
  __decorate([
46
- cache,
46
+ cachedResult,
47
47
  __metadata("design:type", String),
48
48
  __metadata("design:paramtypes", [])
49
49
  ], DefaultButtonStyling.prototype, "label", null);
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { cache } from "reactronic";
10
+ import { cachedResult } from "reactronic";
11
11
  import { css } from "@emotion/css";
12
12
  import { Styling } from "./Styling.js";
13
13
  export class DefaultFieldStyling extends Styling {
@@ -47,22 +47,22 @@ export class DefaultFieldStyling extends Styling {
47
47
  }
48
48
  }
49
49
  __decorate([
50
- cache,
50
+ cachedResult,
51
51
  __metadata("design:type", String),
52
52
  __metadata("design:paramtypes", [])
53
53
  ], DefaultFieldStyling.prototype, "main", null);
54
54
  __decorate([
55
- cache,
55
+ cachedResult,
56
56
  __metadata("design:type", String),
57
57
  __metadata("design:paramtypes", [])
58
58
  ], DefaultFieldStyling.prototype, "icon", null);
59
59
  __decorate([
60
- cache,
60
+ cachedResult,
61
61
  __metadata("design:type", String),
62
62
  __metadata("design:paramtypes", [])
63
63
  ], DefaultFieldStyling.prototype, "input", null);
64
64
  __decorate([
65
- cache,
65
+ cachedResult,
66
66
  __metadata("design:type", String),
67
67
  __metadata("design:paramtypes", [])
68
68
  ], DefaultFieldStyling.prototype, "popup", null);
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { cache } from "reactronic";
10
+ import { cachedResult } from "reactronic";
11
11
  import { css } from "@emotion/css";
12
12
  import { Styling } from "./Styling.js";
13
13
  export class DefaultIconStyling extends Styling {
@@ -20,7 +20,7 @@ export class DefaultIconStyling extends Styling {
20
20
  }
21
21
  }
22
22
  __decorate([
23
- cache,
23
+ cachedResult,
24
24
  __metadata("design:type", String),
25
25
  __metadata("design:paramtypes", [])
26
26
  ], DefaultIconStyling.prototype, "main", null);
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { cache } from "reactronic";
10
+ import { cachedResult } from "reactronic";
11
11
  import { css } from "@emotion/css";
12
12
  import { Styling } from "./Styling.js";
13
13
  export class DefaultToggleStyling extends Styling {
@@ -32,17 +32,17 @@ export class DefaultToggleStyling extends Styling {
32
32
  }
33
33
  }
34
34
  __decorate([
35
- cache,
35
+ cachedResult,
36
36
  __metadata("design:type", String),
37
37
  __metadata("design:paramtypes", [])
38
38
  ], DefaultToggleStyling.prototype, "main", null);
39
39
  __decorate([
40
- cache,
40
+ cachedResult,
41
41
  __metadata("design:type", String),
42
42
  __metadata("design:paramtypes", [])
43
43
  ], DefaultToggleStyling.prototype, "icon", null);
44
44
  __decorate([
45
- cache,
45
+ cachedResult,
46
46
  __metadata("design:type", String),
47
47
  __metadata("design:paramtypes", [])
48
48
  ], DefaultToggleStyling.prototype, "label", null);
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { options, reaction, atomicAction, unobservable, Transaction, LoggingLevel } from "reactronic";
10
+ import { options, reactiveProcess, atomicAction, unobservable, Transaction, LoggingLevel } from "reactronic";
11
11
  import { findTargetElementData, SymDataForSensor } from "./DataForSensor.js";
12
12
  import { HtmlElementSensor } from "./HtmlElementSensor.js";
13
13
  import { extractModifierKeys, KeyboardModifiers } from "./KeyboardSensor.js";
@@ -364,7 +364,7 @@ __decorate([
364
364
  __metadata("design:returntype", void 0)
365
365
  ], HtmlDragSensor.prototype, "reset", null);
366
366
  __decorate([
367
- reaction,
367
+ reactiveProcess,
368
368
  options({ throttling: 0 }),
369
369
  __metadata("design:type", Function),
370
370
  __metadata("design:paramtypes", []),
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { options, unobservable, atomicAction, reaction, Reentrance, Transaction, LoggingLevel } from "reactronic";
10
+ import { options, unobservable, atomicAction, reactiveProcess, Reentrance, Transaction, LoggingLevel } from "reactronic";
11
11
  import { extractPointerButton, isPointerButtonDown, PointerButton, BasePointerSensor } from "./BasePointerSensor.js";
12
12
  import { findTargetElementData, SymDataForSensor } from "./DataForSensor.js";
13
13
  import { extractModifierKeys, KeyboardModifiers } from "./KeyboardSensor.js";
@@ -378,14 +378,14 @@ __decorate([
378
378
  __metadata("design:returntype", void 0)
379
379
  ], PointerSensor.prototype, "reset", null);
380
380
  __decorate([
381
- reaction,
381
+ reactiveProcess,
382
382
  options({ throttling: 0 }),
383
383
  __metadata("design:type", Function),
384
384
  __metadata("design:paramtypes", []),
385
385
  __metadata("design:returntype", void 0)
386
386
  ], PointerSensor.prototype, "whenClickingOrDragging", null);
387
387
  __decorate([
388
- reaction,
388
+ reactiveProcess,
389
389
  options({ throttling: 0 }),
390
390
  __metadata("design:type", Function),
391
391
  __metadata("design:paramtypes", []),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verstak",
3
- "version": "0.92.25005",
3
+ "version": "0.92.25006",
4
4
  "description": "Verstak - Front-End Library",
5
5
  "publisher": "Nezaboodka Software",
6
6
  "license": "Apache-2.0",
@@ -41,7 +41,7 @@
41
41
  "markdown-it": "^14.1.0",
42
42
  "markdown-it-prism": "^2.3.0",
43
43
  "prismjs": "^1.29.0",
44
- "reactronic": "^0.92.25005"
44
+ "reactronic": "^0.92.25006"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/markdown-it": "14.1.2",