@genesislcap/foundation-utils 14.417.1-alpha-83eabbf.0 → 14.418.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/dist/custom-elements.json +53 -53
- package/dist/dts/index.d.ts +0 -1
- package/package.json +11 -11
- package/dist/dts/react-jsx-runtime.d.ts +0 -34
|
@@ -591,59 +591,6 @@
|
|
|
591
591
|
}
|
|
592
592
|
]
|
|
593
593
|
},
|
|
594
|
-
{
|
|
595
|
-
"kind": "javascript-module",
|
|
596
|
-
"path": "src/decorators/index.ts",
|
|
597
|
-
"declarations": [],
|
|
598
|
-
"exports": [
|
|
599
|
-
{
|
|
600
|
-
"kind": "js",
|
|
601
|
-
"name": "*",
|
|
602
|
-
"declaration": {
|
|
603
|
-
"name": "*",
|
|
604
|
-
"package": "./renderOnChange"
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
]
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"kind": "javascript-module",
|
|
611
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
612
|
-
"declarations": [
|
|
613
|
-
{
|
|
614
|
-
"kind": "function",
|
|
615
|
-
"name": "renderOnChange",
|
|
616
|
-
"parameters": [
|
|
617
|
-
{
|
|
618
|
-
"name": "target",
|
|
619
|
-
"type": {
|
|
620
|
-
"text": "FASTElement & { render(): void }"
|
|
621
|
-
},
|
|
622
|
-
"description": "The target to define the property change handler on."
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "name",
|
|
626
|
-
"type": {
|
|
627
|
-
"text": "string"
|
|
628
|
-
},
|
|
629
|
-
"description": "The property name."
|
|
630
|
-
}
|
|
631
|
-
],
|
|
632
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
633
|
-
"privacy": "public"
|
|
634
|
-
}
|
|
635
|
-
],
|
|
636
|
-
"exports": [
|
|
637
|
-
{
|
|
638
|
-
"kind": "js",
|
|
639
|
-
"name": "renderOnChange",
|
|
640
|
-
"declaration": {
|
|
641
|
-
"name": "renderOnChange",
|
|
642
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
]
|
|
646
|
-
},
|
|
647
594
|
{
|
|
648
595
|
"kind": "javascript-module",
|
|
649
596
|
"path": "src/encoding/index.ts",
|
|
@@ -1134,6 +1081,59 @@
|
|
|
1134
1081
|
}
|
|
1135
1082
|
]
|
|
1136
1083
|
},
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "javascript-module",
|
|
1086
|
+
"path": "src/decorators/index.ts",
|
|
1087
|
+
"declarations": [],
|
|
1088
|
+
"exports": [
|
|
1089
|
+
{
|
|
1090
|
+
"kind": "js",
|
|
1091
|
+
"name": "*",
|
|
1092
|
+
"declaration": {
|
|
1093
|
+
"name": "*",
|
|
1094
|
+
"package": "./renderOnChange"
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
]
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"kind": "javascript-module",
|
|
1101
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
1102
|
+
"declarations": [
|
|
1103
|
+
{
|
|
1104
|
+
"kind": "function",
|
|
1105
|
+
"name": "renderOnChange",
|
|
1106
|
+
"parameters": [
|
|
1107
|
+
{
|
|
1108
|
+
"name": "target",
|
|
1109
|
+
"type": {
|
|
1110
|
+
"text": "FASTElement & { render(): void }"
|
|
1111
|
+
},
|
|
1112
|
+
"description": "The target to define the property change handler on."
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "name",
|
|
1116
|
+
"type": {
|
|
1117
|
+
"text": "string"
|
|
1118
|
+
},
|
|
1119
|
+
"description": "The property name."
|
|
1120
|
+
}
|
|
1121
|
+
],
|
|
1122
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
1123
|
+
"privacy": "public"
|
|
1124
|
+
}
|
|
1125
|
+
],
|
|
1126
|
+
"exports": [
|
|
1127
|
+
{
|
|
1128
|
+
"kind": "js",
|
|
1129
|
+
"name": "renderOnChange",
|
|
1130
|
+
"declaration": {
|
|
1131
|
+
"name": "renderOnChange",
|
|
1132
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
]
|
|
1136
|
+
},
|
|
1137
1137
|
{
|
|
1138
1138
|
"kind": "javascript-module",
|
|
1139
1139
|
"path": "src/error/errorMap.ts",
|
package/dist/dts/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.418.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.
|
|
33
|
-
"@genesislcap/genx": "14.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.
|
|
35
|
-
"@genesislcap/ts-builder": "14.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
37
|
-
"@genesislcap/vite-builder": "14.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.418.0",
|
|
33
|
+
"@genesislcap/genx": "14.418.0",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.418.0",
|
|
35
|
+
"@genesislcap/ts-builder": "14.418.0",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.418.0",
|
|
37
|
+
"@genesislcap/vite-builder": "14.418.0",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.418.0",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/expression-builder": "14.418.0",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.418.0",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "68fd71f55a50ce36c71a9635972e6384e2214f67"
|
|
62
62
|
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AUTO-GENERATED FILE - DO NOT EDIT.
|
|
3
|
-
* Source package: @genesislcap/foundation-utils
|
|
4
|
-
* Generated from custom-elements manifest.
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { HTMLAttributes } from 'react';
|
|
8
|
-
|
|
9
|
-
declare module 'react/jsx-runtime' {
|
|
10
|
-
namespace JSX {
|
|
11
|
-
interface GenesislcapFoundationUtilsReactElementProps1 extends HTMLAttributes<HTMLElement> {
|
|
12
|
-
class?: string;
|
|
13
|
-
part?: string;
|
|
14
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
15
|
-
}
|
|
16
|
-
interface GenesislcapFoundationUtilsReactElementProps2 extends HTMLAttributes<HTMLElement> {
|
|
17
|
-
class?: string;
|
|
18
|
-
part?: string;
|
|
19
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
20
|
-
}
|
|
21
|
-
interface GenesislcapFoundationUtilsReactElementProps3 extends HTMLAttributes<HTMLElement> {
|
|
22
|
-
class?: string;
|
|
23
|
-
part?: string;
|
|
24
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
25
|
-
}
|
|
26
|
-
interface IntrinsicElements {
|
|
27
|
-
'foundation-shortcut-listener': GenesislcapFoundationUtilsReactElementProps2;
|
|
28
|
-
'inactivity-dialog': GenesislcapFoundationUtilsReactElementProps1;
|
|
29
|
-
'slotted-styles': GenesislcapFoundationUtilsReactElementProps3;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export {};
|