@m3e/core 1.1.9 → 1.1.10

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.
@@ -8575,6 +8575,56 @@
8575
8575
  }
8576
8576
  ]
8577
8577
  },
8578
+ {
8579
+ "kind": "javascript-module",
8580
+ "path": "src/shared/decorators/debounce.ts",
8581
+ "declarations": [
8582
+ {
8583
+ "kind": "function",
8584
+ "name": "debounce",
8585
+ "return": {
8586
+ "type": {
8587
+ "text": "MethodDecorator"
8588
+ }
8589
+ },
8590
+ "parameters": [
8591
+ {
8592
+ "name": "timeout",
8593
+ "type": {
8594
+ "text": "number"
8595
+ },
8596
+ "description": "The timeout, in milliseconds, after which the function is invoked."
8597
+ }
8598
+ ],
8599
+ "description": "A decorator that runs a function once after a given \"cooldown\" period."
8600
+ }
8601
+ ],
8602
+ "exports": [
8603
+ {
8604
+ "kind": "js",
8605
+ "name": "debounce",
8606
+ "declaration": {
8607
+ "name": "debounce",
8608
+ "module": "src/shared/decorators/debounce.ts"
8609
+ }
8610
+ }
8611
+ ]
8612
+ },
8613
+ {
8614
+ "kind": "javascript-module",
8615
+ "path": "src/shared/decorators/index.ts",
8616
+ "declarations": [],
8617
+ "exports": [
8618
+ {
8619
+ "kind": "js",
8620
+ "name": "*",
8621
+ "declaration": {
8622
+ "name": "*",
8623
+ "package": "\"./debounce\""
8624
+ }
8625
+ }
8626
+ ]
8627
+ },
8578
8628
  {
8579
8629
  "kind": "javascript-module",
8580
8630
  "path": "src/shared/directives/index.ts",
@@ -8643,56 +8693,6 @@
8643
8693
  }
8644
8694
  ]
8645
8695
  },
8646
- {
8647
- "kind": "javascript-module",
8648
- "path": "src/shared/decorators/debounce.ts",
8649
- "declarations": [
8650
- {
8651
- "kind": "function",
8652
- "name": "debounce",
8653
- "return": {
8654
- "type": {
8655
- "text": "MethodDecorator"
8656
- }
8657
- },
8658
- "parameters": [
8659
- {
8660
- "name": "timeout",
8661
- "type": {
8662
- "text": "number"
8663
- },
8664
- "description": "The timeout, in milliseconds, after which the function is invoked."
8665
- }
8666
- ],
8667
- "description": "A decorator that runs a function once after a given \"cooldown\" period."
8668
- }
8669
- ],
8670
- "exports": [
8671
- {
8672
- "kind": "js",
8673
- "name": "debounce",
8674
- "declaration": {
8675
- "name": "debounce",
8676
- "module": "src/shared/decorators/debounce.ts"
8677
- }
8678
- }
8679
- ]
8680
- },
8681
- {
8682
- "kind": "javascript-module",
8683
- "path": "src/shared/decorators/index.ts",
8684
- "declarations": [],
8685
- "exports": [
8686
- {
8687
- "kind": "js",
8688
- "name": "*",
8689
- "declaration": {
8690
- "name": "*",
8691
- "package": "\"./debounce\""
8692
- }
8693
- }
8694
- ]
8695
- },
8696
8696
  {
8697
8697
  "kind": "javascript-module",
8698
8698
  "path": "src/shared/primitives/ActionElementBase.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/core",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Core for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",