@genesislcap/foundation-zero 14.401.4 → 14.402.1-alpha-36d4e79d7.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 +446 -369
- package/package.json +12 -12
|
@@ -898,6 +898,37 @@
|
|
|
898
898
|
}
|
|
899
899
|
]
|
|
900
900
|
},
|
|
901
|
+
{
|
|
902
|
+
"kind": "javascript-module",
|
|
903
|
+
"path": "src/_config/index.ts",
|
|
904
|
+
"declarations": [],
|
|
905
|
+
"exports": [
|
|
906
|
+
{
|
|
907
|
+
"kind": "js",
|
|
908
|
+
"name": "*",
|
|
909
|
+
"declaration": {
|
|
910
|
+
"name": "*",
|
|
911
|
+
"package": "./styles"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"kind": "js",
|
|
916
|
+
"name": "*",
|
|
917
|
+
"declaration": {
|
|
918
|
+
"name": "*",
|
|
919
|
+
"package": "./tokens"
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"kind": "js",
|
|
924
|
+
"name": "*",
|
|
925
|
+
"declaration": {
|
|
926
|
+
"name": "*",
|
|
927
|
+
"package": "./values"
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
]
|
|
931
|
+
},
|
|
901
932
|
{
|
|
902
933
|
"kind": "javascript-module",
|
|
903
934
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1046,37 +1077,6 @@
|
|
|
1046
1077
|
}
|
|
1047
1078
|
]
|
|
1048
1079
|
},
|
|
1049
|
-
{
|
|
1050
|
-
"kind": "javascript-module",
|
|
1051
|
-
"path": "src/_config/index.ts",
|
|
1052
|
-
"declarations": [],
|
|
1053
|
-
"exports": [
|
|
1054
|
-
{
|
|
1055
|
-
"kind": "js",
|
|
1056
|
-
"name": "*",
|
|
1057
|
-
"declaration": {
|
|
1058
|
-
"name": "*",
|
|
1059
|
-
"package": "./styles"
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"kind": "js",
|
|
1064
|
-
"name": "*",
|
|
1065
|
-
"declaration": {
|
|
1066
|
-
"name": "*",
|
|
1067
|
-
"package": "./tokens"
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"kind": "js",
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"declaration": {
|
|
1074
|
-
"name": "*",
|
|
1075
|
-
"package": "./values"
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
]
|
|
1079
|
-
},
|
|
1080
1080
|
{
|
|
1081
1081
|
"kind": "javascript-module",
|
|
1082
1082
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -2011,25 +2011,46 @@
|
|
|
2011
2011
|
},
|
|
2012
2012
|
{
|
|
2013
2013
|
"kind": "javascript-module",
|
|
2014
|
-
"path": "src/ai-
|
|
2014
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2015
|
+
"declarations": [
|
|
2016
|
+
{
|
|
2017
|
+
"kind": "variable",
|
|
2018
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2019
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
2020
|
+
}
|
|
2021
|
+
],
|
|
2022
|
+
"exports": [
|
|
2023
|
+
{
|
|
2024
|
+
"kind": "js",
|
|
2025
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2026
|
+
"declaration": {
|
|
2027
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2028
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2029
|
+
}
|
|
2030
|
+
}
|
|
2031
|
+
]
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"kind": "javascript-module",
|
|
2035
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2015
2036
|
"declarations": [
|
|
2016
2037
|
{
|
|
2017
2038
|
"kind": "function",
|
|
2018
|
-
"name": "
|
|
2039
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2019
2040
|
"return": {
|
|
2020
2041
|
"type": {
|
|
2021
|
-
"text": "
|
|
2042
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2022
2043
|
}
|
|
2023
2044
|
},
|
|
2024
2045
|
"parameters": [
|
|
2025
2046
|
{
|
|
2026
|
-
"name": "
|
|
2047
|
+
"name": "_context",
|
|
2027
2048
|
"type": {
|
|
2028
2049
|
"text": "ElementDefinitionContext"
|
|
2029
2050
|
}
|
|
2030
2051
|
},
|
|
2031
2052
|
{
|
|
2032
|
-
"name": "
|
|
2053
|
+
"name": "_definition",
|
|
2033
2054
|
"type": {
|
|
2034
2055
|
"text": "FoundationElementDefinition"
|
|
2035
2056
|
}
|
|
@@ -2040,28 +2061,64 @@
|
|
|
2040
2061
|
"exports": [
|
|
2041
2062
|
{
|
|
2042
2063
|
"kind": "js",
|
|
2043
|
-
"name": "
|
|
2064
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2044
2065
|
"declaration": {
|
|
2045
|
-
"name": "
|
|
2046
|
-
"module": "src/ai-
|
|
2066
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2067
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2047
2068
|
}
|
|
2048
2069
|
}
|
|
2049
2070
|
]
|
|
2050
2071
|
},
|
|
2051
2072
|
{
|
|
2052
2073
|
"kind": "javascript-module",
|
|
2053
|
-
"path": "src/ai-
|
|
2074
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2054
2075
|
"declarations": [
|
|
2055
2076
|
{
|
|
2056
2077
|
"kind": "class",
|
|
2057
2078
|
"description": "",
|
|
2058
|
-
"name": "
|
|
2079
|
+
"name": "AiCriteriaSearch",
|
|
2059
2080
|
"superclass": {
|
|
2060
|
-
"name": "
|
|
2081
|
+
"name": "FoundationAiCriteriaSearch",
|
|
2061
2082
|
"package": "@genesislcap/foundation-ui"
|
|
2062
2083
|
},
|
|
2063
|
-
"tagName": "%%prefix%%-ai-
|
|
2084
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2064
2085
|
"customElement": true,
|
|
2086
|
+
"attributes": [
|
|
2087
|
+
{
|
|
2088
|
+
"name": "placeholder",
|
|
2089
|
+
"type": {
|
|
2090
|
+
"text": "string"
|
|
2091
|
+
},
|
|
2092
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2093
|
+
"fieldName": "placeholder",
|
|
2094
|
+
"inheritedFrom": {
|
|
2095
|
+
"name": "AiCriteriaSearch",
|
|
2096
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"type": {
|
|
2101
|
+
"text": "boolean"
|
|
2102
|
+
},
|
|
2103
|
+
"fieldName": "disabled",
|
|
2104
|
+
"inheritedFrom": {
|
|
2105
|
+
"name": "AiCriteriaSearch",
|
|
2106
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"name": "mode",
|
|
2111
|
+
"type": {
|
|
2112
|
+
"text": "'append' | 'replace'"
|
|
2113
|
+
},
|
|
2114
|
+
"default": "'replace'",
|
|
2115
|
+
"fieldName": "mode",
|
|
2116
|
+
"inheritedFrom": {
|
|
2117
|
+
"name": "AiCriteriaSearch",
|
|
2118
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2065
2122
|
"members": [
|
|
2066
2123
|
{
|
|
2067
2124
|
"kind": "field",
|
|
@@ -2070,242 +2127,207 @@
|
|
|
2070
2127
|
"text": "AIProvider"
|
|
2071
2128
|
},
|
|
2072
2129
|
"inheritedFrom": {
|
|
2073
|
-
"name": "
|
|
2074
|
-
"module": "src/ai-
|
|
2130
|
+
"name": "AiCriteriaSearch",
|
|
2131
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2075
2132
|
}
|
|
2076
2133
|
},
|
|
2077
2134
|
{
|
|
2078
2135
|
"kind": "field",
|
|
2079
|
-
"name": "
|
|
2136
|
+
"name": "placeholder",
|
|
2080
2137
|
"type": {
|
|
2081
|
-
"text": "
|
|
2138
|
+
"text": "string"
|
|
2082
2139
|
},
|
|
2083
|
-
"default": "
|
|
2140
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2084
2141
|
"inheritedFrom": {
|
|
2085
|
-
"name": "
|
|
2086
|
-
"module": "src/ai-
|
|
2142
|
+
"name": "AiCriteriaSearch",
|
|
2143
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2087
2144
|
}
|
|
2088
2145
|
},
|
|
2089
2146
|
{
|
|
2090
2147
|
"kind": "field",
|
|
2091
|
-
"name": "
|
|
2148
|
+
"name": "disabled",
|
|
2092
2149
|
"type": {
|
|
2093
2150
|
"text": "boolean"
|
|
2094
2151
|
},
|
|
2095
|
-
"default": "false",
|
|
2096
2152
|
"inheritedFrom": {
|
|
2097
|
-
"name": "
|
|
2098
|
-
"module": "src/ai-
|
|
2153
|
+
"name": "AiCriteriaSearch",
|
|
2154
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2099
2155
|
}
|
|
2100
2156
|
},
|
|
2101
2157
|
{
|
|
2102
2158
|
"kind": "field",
|
|
2103
|
-
"name": "
|
|
2159
|
+
"name": "mode",
|
|
2104
2160
|
"type": {
|
|
2105
|
-
"text": "
|
|
2161
|
+
"text": "'append' | 'replace'"
|
|
2106
2162
|
},
|
|
2107
|
-
"default": "'
|
|
2163
|
+
"default": "'replace'",
|
|
2108
2164
|
"inheritedFrom": {
|
|
2109
|
-
"name": "
|
|
2110
|
-
"module": "src/ai-
|
|
2165
|
+
"name": "AiCriteriaSearch",
|
|
2166
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2111
2167
|
}
|
|
2112
2168
|
},
|
|
2113
2169
|
{
|
|
2114
2170
|
"kind": "field",
|
|
2115
|
-
"name": "
|
|
2171
|
+
"name": "inputValue",
|
|
2116
2172
|
"type": {
|
|
2117
|
-
"text": "
|
|
2173
|
+
"text": "string"
|
|
2118
2174
|
},
|
|
2119
|
-
"default": "
|
|
2175
|
+
"default": "''",
|
|
2120
2176
|
"inheritedFrom": {
|
|
2121
|
-
"name": "
|
|
2122
|
-
"module": "src/ai-
|
|
2177
|
+
"name": "AiCriteriaSearch",
|
|
2178
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2123
2179
|
}
|
|
2124
2180
|
},
|
|
2125
2181
|
{
|
|
2126
2182
|
"kind": "field",
|
|
2127
|
-
"name": "
|
|
2183
|
+
"name": "isInterpreting",
|
|
2128
2184
|
"type": {
|
|
2129
|
-
"text": "
|
|
2185
|
+
"text": "boolean"
|
|
2130
2186
|
},
|
|
2131
|
-
"
|
|
2132
|
-
"default": "null",
|
|
2187
|
+
"default": "false",
|
|
2133
2188
|
"inheritedFrom": {
|
|
2134
|
-
"name": "
|
|
2135
|
-
"module": "src/ai-
|
|
2189
|
+
"name": "AiCriteriaSearch",
|
|
2190
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2136
2191
|
}
|
|
2137
2192
|
},
|
|
2138
2193
|
{
|
|
2139
2194
|
"kind": "field",
|
|
2140
|
-
"name": "
|
|
2141
|
-
"
|
|
2195
|
+
"name": "lastValidCriteria",
|
|
2196
|
+
"type": {
|
|
2197
|
+
"text": "string | null"
|
|
2198
|
+
},
|
|
2199
|
+
"default": "null",
|
|
2142
2200
|
"inheritedFrom": {
|
|
2143
|
-
"name": "
|
|
2144
|
-
"module": "src/ai-
|
|
2201
|
+
"name": "AiCriteriaSearch",
|
|
2202
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2145
2203
|
}
|
|
2146
2204
|
},
|
|
2147
2205
|
{
|
|
2148
2206
|
"kind": "field",
|
|
2149
|
-
"name": "
|
|
2207
|
+
"name": "fieldMetadata",
|
|
2150
2208
|
"type": {
|
|
2151
|
-
"text": "
|
|
2209
|
+
"text": "MetadataDetail[] | string[]"
|
|
2152
2210
|
},
|
|
2153
|
-
"
|
|
2211
|
+
"default": "[]",
|
|
2154
2212
|
"inheritedFrom": {
|
|
2155
|
-
"name": "
|
|
2156
|
-
"module": "src/ai-
|
|
2213
|
+
"name": "AiCriteriaSearch",
|
|
2214
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2157
2215
|
}
|
|
2158
2216
|
},
|
|
2159
2217
|
{
|
|
2160
2218
|
"kind": "field",
|
|
2161
|
-
"name": "
|
|
2219
|
+
"name": "isRecording",
|
|
2162
2220
|
"type": {
|
|
2163
2221
|
"text": "boolean"
|
|
2164
2222
|
},
|
|
2165
|
-
"
|
|
2223
|
+
"default": "false",
|
|
2166
2224
|
"inheritedFrom": {
|
|
2167
|
-
"name": "
|
|
2168
|
-
"module": "src/ai-
|
|
2225
|
+
"name": "AiCriteriaSearch",
|
|
2226
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2169
2227
|
}
|
|
2170
2228
|
},
|
|
2171
2229
|
{
|
|
2172
2230
|
"kind": "field",
|
|
2173
|
-
"name": "
|
|
2231
|
+
"name": "textAreaRef",
|
|
2174
2232
|
"type": {
|
|
2175
|
-
"text": "
|
|
2233
|
+
"text": "HTMLTextAreaElement"
|
|
2176
2234
|
},
|
|
2177
|
-
"
|
|
2235
|
+
"privacy": "public",
|
|
2178
2236
|
"inheritedFrom": {
|
|
2179
|
-
"name": "
|
|
2180
|
-
"module": "src/ai-
|
|
2237
|
+
"name": "AiCriteriaSearch",
|
|
2238
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2181
2239
|
}
|
|
2182
2240
|
},
|
|
2183
2241
|
{
|
|
2184
|
-
"kind": "
|
|
2185
|
-
"name": "
|
|
2186
|
-
"
|
|
2187
|
-
"
|
|
2188
|
-
"text": "void"
|
|
2189
|
-
}
|
|
2242
|
+
"kind": "field",
|
|
2243
|
+
"name": "stopRecording",
|
|
2244
|
+
"type": {
|
|
2245
|
+
"text": "(() => void) | null"
|
|
2190
2246
|
},
|
|
2247
|
+
"privacy": "private",
|
|
2248
|
+
"default": "null",
|
|
2191
2249
|
"inheritedFrom": {
|
|
2192
|
-
"name": "
|
|
2193
|
-
"module": "src/ai-
|
|
2250
|
+
"name": "AiCriteriaSearch",
|
|
2251
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2194
2252
|
}
|
|
2195
2253
|
},
|
|
2196
2254
|
{
|
|
2197
|
-
"kind": "
|
|
2198
|
-
"name": "
|
|
2255
|
+
"kind": "field",
|
|
2256
|
+
"name": "speechApplyDebounceTimer",
|
|
2257
|
+
"type": {
|
|
2258
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2259
|
+
},
|
|
2199
2260
|
"privacy": "private",
|
|
2200
|
-
"
|
|
2201
|
-
{
|
|
2202
|
-
"name": "event",
|
|
2203
|
-
"type": {
|
|
2204
|
-
"text": "MouseEvent"
|
|
2205
|
-
}
|
|
2206
|
-
}
|
|
2207
|
-
],
|
|
2261
|
+
"default": "null",
|
|
2208
2262
|
"inheritedFrom": {
|
|
2209
|
-
"name": "
|
|
2210
|
-
"module": "src/ai-
|
|
2263
|
+
"name": "AiCriteriaSearch",
|
|
2264
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2211
2265
|
}
|
|
2212
2266
|
},
|
|
2213
2267
|
{
|
|
2214
|
-
"kind": "
|
|
2215
|
-
"name": "
|
|
2268
|
+
"kind": "field",
|
|
2269
|
+
"name": "baseInputForAppend",
|
|
2270
|
+
"type": {
|
|
2271
|
+
"text": "string"
|
|
2272
|
+
},
|
|
2273
|
+
"privacy": "private",
|
|
2274
|
+
"default": "''",
|
|
2216
2275
|
"inheritedFrom": {
|
|
2217
|
-
"name": "
|
|
2218
|
-
"module": "src/ai-
|
|
2276
|
+
"name": "AiCriteriaSearch",
|
|
2277
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2219
2278
|
}
|
|
2220
2279
|
},
|
|
2221
2280
|
{
|
|
2222
|
-
"kind": "
|
|
2223
|
-
"name": "
|
|
2224
|
-
"
|
|
2225
|
-
"
|
|
2226
|
-
"text": "Promise<void>"
|
|
2227
|
-
}
|
|
2281
|
+
"kind": "field",
|
|
2282
|
+
"name": "speechAvailable",
|
|
2283
|
+
"type": {
|
|
2284
|
+
"text": "boolean"
|
|
2228
2285
|
},
|
|
2286
|
+
"readonly": true,
|
|
2229
2287
|
"inheritedFrom": {
|
|
2230
|
-
"name": "
|
|
2231
|
-
"module": "src/ai-
|
|
2288
|
+
"name": "AiCriteriaSearch",
|
|
2289
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2232
2290
|
}
|
|
2233
2291
|
},
|
|
2234
2292
|
{
|
|
2235
2293
|
"kind": "method",
|
|
2236
|
-
"name": "
|
|
2237
|
-
"privacy": "private",
|
|
2238
|
-
"return": {
|
|
2239
|
-
"type": {
|
|
2240
|
-
"text": "AIIndicatorState"
|
|
2241
|
-
}
|
|
2242
|
-
},
|
|
2243
|
-
"parameters": [
|
|
2244
|
-
{
|
|
2245
|
-
"name": "s",
|
|
2246
|
-
"type": {
|
|
2247
|
-
"text": "AIStatus | null"
|
|
2248
|
-
}
|
|
2249
|
-
}
|
|
2250
|
-
],
|
|
2294
|
+
"name": "handleSubmit",
|
|
2251
2295
|
"inheritedFrom": {
|
|
2252
|
-
"name": "
|
|
2253
|
-
"module": "src/ai-
|
|
2296
|
+
"name": "AiCriteriaSearch",
|
|
2297
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2254
2298
|
}
|
|
2255
2299
|
},
|
|
2256
2300
|
{
|
|
2257
2301
|
"kind": "method",
|
|
2258
|
-
"name": "
|
|
2259
|
-
"privacy": "private",
|
|
2260
|
-
"return": {
|
|
2261
|
-
"type": {
|
|
2262
|
-
"text": "void"
|
|
2263
|
-
}
|
|
2264
|
-
},
|
|
2302
|
+
"name": "handleBlur",
|
|
2265
2303
|
"inheritedFrom": {
|
|
2266
|
-
"name": "
|
|
2267
|
-
"module": "src/ai-
|
|
2304
|
+
"name": "AiCriteriaSearch",
|
|
2305
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2268
2306
|
}
|
|
2269
2307
|
},
|
|
2270
2308
|
{
|
|
2271
2309
|
"kind": "method",
|
|
2272
|
-
"name": "
|
|
2273
|
-
"privacy": "private",
|
|
2274
|
-
"return": {
|
|
2275
|
-
"type": {
|
|
2276
|
-
"text": "void"
|
|
2277
|
-
}
|
|
2278
|
-
},
|
|
2310
|
+
"name": "clear",
|
|
2279
2311
|
"inheritedFrom": {
|
|
2280
|
-
"name": "
|
|
2281
|
-
"module": "src/ai-
|
|
2312
|
+
"name": "AiCriteriaSearch",
|
|
2313
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2282
2314
|
}
|
|
2283
2315
|
},
|
|
2284
2316
|
{
|
|
2285
2317
|
"kind": "method",
|
|
2286
|
-
"name": "
|
|
2287
|
-
"privacy": "private",
|
|
2288
|
-
"return": {
|
|
2289
|
-
"type": {
|
|
2290
|
-
"text": "void"
|
|
2291
|
-
}
|
|
2292
|
-
},
|
|
2318
|
+
"name": "toggleSpeechInput",
|
|
2293
2319
|
"inheritedFrom": {
|
|
2294
|
-
"name": "
|
|
2295
|
-
"module": "src/ai-
|
|
2320
|
+
"name": "AiCriteriaSearch",
|
|
2321
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2296
2322
|
}
|
|
2297
2323
|
},
|
|
2298
2324
|
{
|
|
2299
2325
|
"kind": "method",
|
|
2300
|
-
"name": "
|
|
2301
|
-
"
|
|
2302
|
-
"type": {
|
|
2303
|
-
"text": "Promise<void>"
|
|
2304
|
-
}
|
|
2305
|
-
},
|
|
2326
|
+
"name": "clearSpeechApplyDebounce",
|
|
2327
|
+
"privacy": "private",
|
|
2306
2328
|
"inheritedFrom": {
|
|
2307
|
-
"name": "
|
|
2308
|
-
"module": "src/ai-
|
|
2329
|
+
"name": "AiCriteriaSearch",
|
|
2330
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2309
2331
|
}
|
|
2310
2332
|
},
|
|
2311
2333
|
{
|
|
@@ -2423,93 +2445,82 @@
|
|
|
2423
2445
|
},
|
|
2424
2446
|
{
|
|
2425
2447
|
"kind": "variable",
|
|
2426
|
-
"name": "
|
|
2448
|
+
"name": "zeroAiCriteriaSearch",
|
|
2449
|
+
"description": "The Zero AI Criteria Search",
|
|
2450
|
+
"privacy": "public"
|
|
2427
2451
|
}
|
|
2428
2452
|
],
|
|
2429
2453
|
"exports": [
|
|
2430
2454
|
{
|
|
2431
2455
|
"kind": "js",
|
|
2432
|
-
"name": "
|
|
2456
|
+
"name": "AiCriteriaSearch",
|
|
2433
2457
|
"declaration": {
|
|
2434
|
-
"name": "
|
|
2435
|
-
"module": "src/ai-
|
|
2458
|
+
"name": "AiCriteriaSearch",
|
|
2459
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2436
2460
|
}
|
|
2437
2461
|
},
|
|
2438
2462
|
{
|
|
2439
2463
|
"kind": "js",
|
|
2440
|
-
"name": "
|
|
2464
|
+
"name": "zeroAiCriteriaSearch",
|
|
2441
2465
|
"declaration": {
|
|
2442
|
-
"name": "
|
|
2443
|
-
"module": "src/ai-
|
|
2466
|
+
"name": "zeroAiCriteriaSearch",
|
|
2467
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2444
2468
|
}
|
|
2445
2469
|
}
|
|
2446
2470
|
]
|
|
2447
2471
|
},
|
|
2448
2472
|
{
|
|
2449
2473
|
"kind": "javascript-module",
|
|
2450
|
-
"path": "src/ai-
|
|
2474
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2451
2475
|
"declarations": [],
|
|
2452
2476
|
"exports": [
|
|
2453
2477
|
{
|
|
2454
2478
|
"kind": "js",
|
|
2455
|
-
"name": "
|
|
2479
|
+
"name": "*",
|
|
2456
2480
|
"declaration": {
|
|
2457
|
-
"name": "
|
|
2458
|
-
"
|
|
2481
|
+
"name": "*",
|
|
2482
|
+
"package": "./ai-criteria-search"
|
|
2459
2483
|
}
|
|
2460
2484
|
},
|
|
2461
2485
|
{
|
|
2462
2486
|
"kind": "js",
|
|
2463
|
-
"name": "
|
|
2487
|
+
"name": "*",
|
|
2464
2488
|
"declaration": {
|
|
2465
|
-
"name": "
|
|
2466
|
-
"
|
|
2489
|
+
"name": "*",
|
|
2490
|
+
"package": "./ai-criteria-search.styles"
|
|
2467
2491
|
}
|
|
2468
|
-
}
|
|
2469
|
-
]
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"kind": "javascript-module",
|
|
2473
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2474
|
-
"declarations": [
|
|
2475
|
-
{
|
|
2476
|
-
"kind": "variable",
|
|
2477
|
-
"name": "zeroAiCriteriaSearchStyles",
|
|
2478
|
-
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
2479
|
-
}
|
|
2480
|
-
],
|
|
2481
|
-
"exports": [
|
|
2492
|
+
},
|
|
2482
2493
|
{
|
|
2483
2494
|
"kind": "js",
|
|
2484
|
-
"name": "
|
|
2495
|
+
"name": "*",
|
|
2485
2496
|
"declaration": {
|
|
2486
|
-
"name": "
|
|
2487
|
-
"
|
|
2497
|
+
"name": "*",
|
|
2498
|
+
"package": "./ai-criteria-search.template"
|
|
2488
2499
|
}
|
|
2489
2500
|
}
|
|
2490
2501
|
]
|
|
2491
2502
|
},
|
|
2492
2503
|
{
|
|
2493
2504
|
"kind": "javascript-module",
|
|
2494
|
-
"path": "src/ai-
|
|
2505
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2495
2506
|
"declarations": [
|
|
2496
2507
|
{
|
|
2497
2508
|
"kind": "function",
|
|
2498
|
-
"name": "
|
|
2509
|
+
"name": "zeroAiIndicatorStyles",
|
|
2499
2510
|
"return": {
|
|
2500
2511
|
"type": {
|
|
2501
|
-
"text": "
|
|
2512
|
+
"text": "ElementStyles"
|
|
2502
2513
|
}
|
|
2503
2514
|
},
|
|
2504
2515
|
"parameters": [
|
|
2505
2516
|
{
|
|
2506
|
-
"name": "
|
|
2517
|
+
"name": "context",
|
|
2507
2518
|
"type": {
|
|
2508
2519
|
"text": "ElementDefinitionContext"
|
|
2509
2520
|
}
|
|
2510
2521
|
},
|
|
2511
2522
|
{
|
|
2512
|
-
"name": "
|
|
2523
|
+
"name": "definition",
|
|
2513
2524
|
"type": {
|
|
2514
2525
|
"text": "FoundationElementDefinition"
|
|
2515
2526
|
}
|
|
@@ -2520,64 +2531,28 @@
|
|
|
2520
2531
|
"exports": [
|
|
2521
2532
|
{
|
|
2522
2533
|
"kind": "js",
|
|
2523
|
-
"name": "
|
|
2534
|
+
"name": "zeroAiIndicatorStyles",
|
|
2524
2535
|
"declaration": {
|
|
2525
|
-
"name": "
|
|
2526
|
-
"module": "src/ai-
|
|
2536
|
+
"name": "zeroAiIndicatorStyles",
|
|
2537
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2527
2538
|
}
|
|
2528
2539
|
}
|
|
2529
2540
|
]
|
|
2530
2541
|
},
|
|
2531
2542
|
{
|
|
2532
2543
|
"kind": "javascript-module",
|
|
2533
|
-
"path": "src/ai-
|
|
2544
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2534
2545
|
"declarations": [
|
|
2535
2546
|
{
|
|
2536
2547
|
"kind": "class",
|
|
2537
2548
|
"description": "",
|
|
2538
|
-
"name": "
|
|
2549
|
+
"name": "AiIndicator",
|
|
2539
2550
|
"superclass": {
|
|
2540
|
-
"name": "
|
|
2551
|
+
"name": "FoundationAiIndicator",
|
|
2541
2552
|
"package": "@genesislcap/foundation-ui"
|
|
2542
2553
|
},
|
|
2543
|
-
"tagName": "%%prefix%%-ai-
|
|
2554
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2544
2555
|
"customElement": true,
|
|
2545
|
-
"attributes": [
|
|
2546
|
-
{
|
|
2547
|
-
"name": "placeholder",
|
|
2548
|
-
"type": {
|
|
2549
|
-
"text": "string"
|
|
2550
|
-
},
|
|
2551
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2552
|
-
"fieldName": "placeholder",
|
|
2553
|
-
"inheritedFrom": {
|
|
2554
|
-
"name": "AiCriteriaSearch",
|
|
2555
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2556
|
-
}
|
|
2557
|
-
},
|
|
2558
|
-
{
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "boolean"
|
|
2561
|
-
},
|
|
2562
|
-
"fieldName": "disabled",
|
|
2563
|
-
"inheritedFrom": {
|
|
2564
|
-
"name": "AiCriteriaSearch",
|
|
2565
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2566
|
-
}
|
|
2567
|
-
},
|
|
2568
|
-
{
|
|
2569
|
-
"name": "mode",
|
|
2570
|
-
"type": {
|
|
2571
|
-
"text": "'append' | 'replace'"
|
|
2572
|
-
},
|
|
2573
|
-
"default": "'replace'",
|
|
2574
|
-
"fieldName": "mode",
|
|
2575
|
-
"inheritedFrom": {
|
|
2576
|
-
"name": "AiCriteriaSearch",
|
|
2577
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2578
|
-
}
|
|
2579
|
-
}
|
|
2580
|
-
],
|
|
2581
2556
|
"members": [
|
|
2582
2557
|
{
|
|
2583
2558
|
"kind": "field",
|
|
@@ -2586,207 +2561,242 @@
|
|
|
2586
2561
|
"text": "AIProvider"
|
|
2587
2562
|
},
|
|
2588
2563
|
"inheritedFrom": {
|
|
2589
|
-
"name": "
|
|
2590
|
-
"module": "src/ai-
|
|
2564
|
+
"name": "AiIndicator",
|
|
2565
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2591
2566
|
}
|
|
2592
2567
|
},
|
|
2593
2568
|
{
|
|
2594
2569
|
"kind": "field",
|
|
2595
|
-
"name": "
|
|
2570
|
+
"name": "status",
|
|
2596
2571
|
"type": {
|
|
2597
|
-
"text": "
|
|
2572
|
+
"text": "AIStatus | null"
|
|
2598
2573
|
},
|
|
2599
|
-
"default": "
|
|
2574
|
+
"default": "null",
|
|
2600
2575
|
"inheritedFrom": {
|
|
2601
|
-
"name": "
|
|
2602
|
-
"module": "src/ai-
|
|
2576
|
+
"name": "AiIndicator",
|
|
2577
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2603
2578
|
}
|
|
2604
2579
|
},
|
|
2605
2580
|
{
|
|
2606
2581
|
"kind": "field",
|
|
2607
|
-
"name": "
|
|
2582
|
+
"name": "open",
|
|
2608
2583
|
"type": {
|
|
2609
2584
|
"text": "boolean"
|
|
2610
2585
|
},
|
|
2586
|
+
"default": "false",
|
|
2611
2587
|
"inheritedFrom": {
|
|
2612
|
-
"name": "
|
|
2613
|
-
"module": "src/ai-
|
|
2588
|
+
"name": "AiIndicator",
|
|
2589
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2614
2590
|
}
|
|
2615
2591
|
},
|
|
2616
2592
|
{
|
|
2617
2593
|
"kind": "field",
|
|
2618
|
-
"name": "
|
|
2594
|
+
"name": "state",
|
|
2619
2595
|
"type": {
|
|
2620
|
-
"text": "
|
|
2596
|
+
"text": "AIIndicatorState"
|
|
2621
2597
|
},
|
|
2622
|
-
"default": "'
|
|
2598
|
+
"default": "'none'",
|
|
2623
2599
|
"inheritedFrom": {
|
|
2624
|
-
"name": "
|
|
2625
|
-
"module": "src/ai-
|
|
2600
|
+
"name": "AiIndicator",
|
|
2601
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2626
2602
|
}
|
|
2627
2603
|
},
|
|
2628
2604
|
{
|
|
2629
2605
|
"kind": "field",
|
|
2630
|
-
"name": "
|
|
2606
|
+
"name": "isInstalling",
|
|
2631
2607
|
"type": {
|
|
2632
|
-
"text": "
|
|
2608
|
+
"text": "boolean"
|
|
2633
2609
|
},
|
|
2634
|
-
"default": "
|
|
2610
|
+
"default": "false",
|
|
2635
2611
|
"inheritedFrom": {
|
|
2636
|
-
"name": "
|
|
2637
|
-
"module": "src/ai-
|
|
2612
|
+
"name": "AiIndicator",
|
|
2613
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2638
2614
|
}
|
|
2639
2615
|
},
|
|
2640
2616
|
{
|
|
2641
2617
|
"kind": "field",
|
|
2642
|
-
"name": "
|
|
2618
|
+
"name": "pollTimer",
|
|
2643
2619
|
"type": {
|
|
2644
|
-
"text": "
|
|
2620
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2645
2621
|
},
|
|
2646
|
-
"
|
|
2622
|
+
"privacy": "private",
|
|
2623
|
+
"default": "null",
|
|
2647
2624
|
"inheritedFrom": {
|
|
2648
|
-
"name": "
|
|
2649
|
-
"module": "src/ai-
|
|
2625
|
+
"name": "AiIndicator",
|
|
2626
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2650
2627
|
}
|
|
2651
2628
|
},
|
|
2652
2629
|
{
|
|
2653
2630
|
"kind": "field",
|
|
2654
|
-
"name": "
|
|
2655
|
-
"
|
|
2656
|
-
"text": "string | null"
|
|
2657
|
-
},
|
|
2658
|
-
"default": "null",
|
|
2631
|
+
"name": "clickOutside",
|
|
2632
|
+
"privacy": "private",
|
|
2659
2633
|
"inheritedFrom": {
|
|
2660
|
-
"name": "
|
|
2661
|
-
"module": "src/ai-
|
|
2634
|
+
"name": "AiIndicator",
|
|
2635
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2662
2636
|
}
|
|
2663
2637
|
},
|
|
2664
2638
|
{
|
|
2665
2639
|
"kind": "field",
|
|
2666
|
-
"name": "
|
|
2640
|
+
"name": "chromeStatusLabel",
|
|
2667
2641
|
"type": {
|
|
2668
|
-
"text": "
|
|
2642
|
+
"text": "string | null"
|
|
2669
2643
|
},
|
|
2670
|
-
"
|
|
2644
|
+
"readonly": true,
|
|
2671
2645
|
"inheritedFrom": {
|
|
2672
|
-
"name": "
|
|
2673
|
-
"module": "src/ai-
|
|
2646
|
+
"name": "AiIndicator",
|
|
2647
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2674
2648
|
}
|
|
2675
2649
|
},
|
|
2676
2650
|
{
|
|
2677
2651
|
"kind": "field",
|
|
2678
|
-
"name": "
|
|
2652
|
+
"name": "canInstall",
|
|
2679
2653
|
"type": {
|
|
2680
2654
|
"text": "boolean"
|
|
2681
2655
|
},
|
|
2682
|
-
"
|
|
2656
|
+
"readonly": true,
|
|
2683
2657
|
"inheritedFrom": {
|
|
2684
|
-
"name": "
|
|
2685
|
-
"module": "src/ai-
|
|
2658
|
+
"name": "AiIndicator",
|
|
2659
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2686
2660
|
}
|
|
2687
2661
|
},
|
|
2688
2662
|
{
|
|
2689
2663
|
"kind": "field",
|
|
2690
|
-
"name": "
|
|
2664
|
+
"name": "isDownloading",
|
|
2691
2665
|
"type": {
|
|
2692
|
-
"text": "
|
|
2666
|
+
"text": "boolean"
|
|
2693
2667
|
},
|
|
2694
|
-
"
|
|
2668
|
+
"readonly": true,
|
|
2695
2669
|
"inheritedFrom": {
|
|
2696
|
-
"name": "
|
|
2697
|
-
"module": "src/ai-
|
|
2670
|
+
"name": "AiIndicator",
|
|
2671
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2698
2672
|
}
|
|
2699
2673
|
},
|
|
2700
2674
|
{
|
|
2701
|
-
"kind": "
|
|
2702
|
-
"name": "
|
|
2703
|
-
"
|
|
2704
|
-
"
|
|
2675
|
+
"kind": "method",
|
|
2676
|
+
"name": "openChanged",
|
|
2677
|
+
"return": {
|
|
2678
|
+
"type": {
|
|
2679
|
+
"text": "void"
|
|
2680
|
+
}
|
|
2705
2681
|
},
|
|
2706
|
-
"privacy": "private",
|
|
2707
|
-
"default": "null",
|
|
2708
2682
|
"inheritedFrom": {
|
|
2709
|
-
"name": "
|
|
2710
|
-
"module": "src/ai-
|
|
2683
|
+
"name": "AiIndicator",
|
|
2684
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2711
2685
|
}
|
|
2712
2686
|
},
|
|
2713
2687
|
{
|
|
2714
|
-
"kind": "
|
|
2715
|
-
"name": "
|
|
2716
|
-
"type": {
|
|
2717
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
2718
|
-
},
|
|
2688
|
+
"kind": "method",
|
|
2689
|
+
"name": "handleClickOutside",
|
|
2719
2690
|
"privacy": "private",
|
|
2720
|
-
"
|
|
2691
|
+
"parameters": [
|
|
2692
|
+
{
|
|
2693
|
+
"name": "event",
|
|
2694
|
+
"type": {
|
|
2695
|
+
"text": "MouseEvent"
|
|
2696
|
+
}
|
|
2697
|
+
}
|
|
2698
|
+
],
|
|
2721
2699
|
"inheritedFrom": {
|
|
2722
|
-
"name": "
|
|
2723
|
-
"module": "src/ai-
|
|
2700
|
+
"name": "AiIndicator",
|
|
2701
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2724
2702
|
}
|
|
2725
2703
|
},
|
|
2726
2704
|
{
|
|
2727
|
-
"kind": "
|
|
2728
|
-
"name": "
|
|
2729
|
-
"type": {
|
|
2730
|
-
"text": "string"
|
|
2731
|
-
},
|
|
2732
|
-
"privacy": "private",
|
|
2733
|
-
"default": "''",
|
|
2705
|
+
"kind": "method",
|
|
2706
|
+
"name": "toggleDropdown",
|
|
2734
2707
|
"inheritedFrom": {
|
|
2735
|
-
"name": "
|
|
2736
|
-
"module": "src/ai-
|
|
2708
|
+
"name": "AiIndicator",
|
|
2709
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2737
2710
|
}
|
|
2738
2711
|
},
|
|
2739
2712
|
{
|
|
2740
|
-
"kind": "
|
|
2741
|
-
"name": "
|
|
2742
|
-
"
|
|
2743
|
-
"
|
|
2713
|
+
"kind": "method",
|
|
2714
|
+
"name": "refreshStatus",
|
|
2715
|
+
"return": {
|
|
2716
|
+
"type": {
|
|
2717
|
+
"text": "Promise<void>"
|
|
2718
|
+
}
|
|
2744
2719
|
},
|
|
2745
|
-
"readonly": true,
|
|
2746
2720
|
"inheritedFrom": {
|
|
2747
|
-
"name": "
|
|
2748
|
-
"module": "src/ai-
|
|
2721
|
+
"name": "AiIndicator",
|
|
2722
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2749
2723
|
}
|
|
2750
2724
|
},
|
|
2751
2725
|
{
|
|
2752
2726
|
"kind": "method",
|
|
2753
|
-
"name": "
|
|
2727
|
+
"name": "deriveState",
|
|
2728
|
+
"privacy": "private",
|
|
2729
|
+
"return": {
|
|
2730
|
+
"type": {
|
|
2731
|
+
"text": "AIIndicatorState"
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2734
|
+
"parameters": [
|
|
2735
|
+
{
|
|
2736
|
+
"name": "s",
|
|
2737
|
+
"type": {
|
|
2738
|
+
"text": "AIStatus | null"
|
|
2739
|
+
}
|
|
2740
|
+
}
|
|
2741
|
+
],
|
|
2754
2742
|
"inheritedFrom": {
|
|
2755
|
-
"name": "
|
|
2756
|
-
"module": "src/ai-
|
|
2743
|
+
"name": "AiIndicator",
|
|
2744
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2757
2745
|
}
|
|
2758
2746
|
},
|
|
2759
2747
|
{
|
|
2760
2748
|
"kind": "method",
|
|
2761
|
-
"name": "
|
|
2749
|
+
"name": "maybeStartPolling",
|
|
2750
|
+
"privacy": "private",
|
|
2751
|
+
"return": {
|
|
2752
|
+
"type": {
|
|
2753
|
+
"text": "void"
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2762
2756
|
"inheritedFrom": {
|
|
2763
|
-
"name": "
|
|
2764
|
-
"module": "src/ai-
|
|
2757
|
+
"name": "AiIndicator",
|
|
2758
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2765
2759
|
}
|
|
2766
2760
|
},
|
|
2767
2761
|
{
|
|
2768
2762
|
"kind": "method",
|
|
2769
|
-
"name": "
|
|
2763
|
+
"name": "startPolling",
|
|
2764
|
+
"privacy": "private",
|
|
2765
|
+
"return": {
|
|
2766
|
+
"type": {
|
|
2767
|
+
"text": "void"
|
|
2768
|
+
}
|
|
2769
|
+
},
|
|
2770
2770
|
"inheritedFrom": {
|
|
2771
|
-
"name": "
|
|
2772
|
-
"module": "src/ai-
|
|
2771
|
+
"name": "AiIndicator",
|
|
2772
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2773
2773
|
}
|
|
2774
2774
|
},
|
|
2775
2775
|
{
|
|
2776
2776
|
"kind": "method",
|
|
2777
|
-
"name": "
|
|
2777
|
+
"name": "stopPolling",
|
|
2778
|
+
"privacy": "private",
|
|
2779
|
+
"return": {
|
|
2780
|
+
"type": {
|
|
2781
|
+
"text": "void"
|
|
2782
|
+
}
|
|
2783
|
+
},
|
|
2778
2784
|
"inheritedFrom": {
|
|
2779
|
-
"name": "
|
|
2780
|
-
"module": "src/ai-
|
|
2785
|
+
"name": "AiIndicator",
|
|
2786
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2781
2787
|
}
|
|
2782
2788
|
},
|
|
2783
2789
|
{
|
|
2784
2790
|
"kind": "method",
|
|
2785
|
-
"name": "
|
|
2786
|
-
"
|
|
2791
|
+
"name": "onInstall",
|
|
2792
|
+
"return": {
|
|
2793
|
+
"type": {
|
|
2794
|
+
"text": "Promise<void>"
|
|
2795
|
+
}
|
|
2796
|
+
},
|
|
2787
2797
|
"inheritedFrom": {
|
|
2788
|
-
"name": "
|
|
2789
|
-
"module": "src/ai-
|
|
2798
|
+
"name": "AiIndicator",
|
|
2799
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2790
2800
|
}
|
|
2791
2801
|
},
|
|
2792
2802
|
{
|
|
@@ -2904,57 +2914,47 @@
|
|
|
2904
2914
|
},
|
|
2905
2915
|
{
|
|
2906
2916
|
"kind": "variable",
|
|
2907
|
-
"name": "
|
|
2908
|
-
"description": "The Zero AI Criteria Search",
|
|
2909
|
-
"privacy": "public"
|
|
2917
|
+
"name": "zeroAiIndicator"
|
|
2910
2918
|
}
|
|
2911
2919
|
],
|
|
2912
2920
|
"exports": [
|
|
2913
2921
|
{
|
|
2914
2922
|
"kind": "js",
|
|
2915
|
-
"name": "
|
|
2923
|
+
"name": "AiIndicator",
|
|
2916
2924
|
"declaration": {
|
|
2917
|
-
"name": "
|
|
2918
|
-
"module": "src/ai-
|
|
2925
|
+
"name": "AiIndicator",
|
|
2926
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2919
2927
|
}
|
|
2920
2928
|
},
|
|
2921
2929
|
{
|
|
2922
2930
|
"kind": "js",
|
|
2923
|
-
"name": "
|
|
2931
|
+
"name": "zeroAiIndicator",
|
|
2924
2932
|
"declaration": {
|
|
2925
|
-
"name": "
|
|
2926
|
-
"module": "src/ai-
|
|
2933
|
+
"name": "zeroAiIndicator",
|
|
2934
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2927
2935
|
}
|
|
2928
2936
|
}
|
|
2929
2937
|
]
|
|
2930
2938
|
},
|
|
2931
2939
|
{
|
|
2932
2940
|
"kind": "javascript-module",
|
|
2933
|
-
"path": "src/ai-
|
|
2941
|
+
"path": "src/ai-indicator/index.ts",
|
|
2934
2942
|
"declarations": [],
|
|
2935
2943
|
"exports": [
|
|
2936
2944
|
{
|
|
2937
2945
|
"kind": "js",
|
|
2938
|
-
"name": "
|
|
2939
|
-
"declaration": {
|
|
2940
|
-
"name": "*",
|
|
2941
|
-
"package": "./ai-criteria-search"
|
|
2942
|
-
}
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"kind": "js",
|
|
2946
|
-
"name": "*",
|
|
2946
|
+
"name": "AiIndicator",
|
|
2947
2947
|
"declaration": {
|
|
2948
|
-
"name": "
|
|
2949
|
-
"
|
|
2948
|
+
"name": "AiIndicator",
|
|
2949
|
+
"module": "./ai-indicator"
|
|
2950
2950
|
}
|
|
2951
2951
|
},
|
|
2952
2952
|
{
|
|
2953
2953
|
"kind": "js",
|
|
2954
|
-
"name": "
|
|
2954
|
+
"name": "zeroAiIndicator",
|
|
2955
2955
|
"declaration": {
|
|
2956
|
-
"name": "
|
|
2957
|
-
"
|
|
2956
|
+
"name": "zeroAiIndicator",
|
|
2957
|
+
"module": "./ai-indicator"
|
|
2958
2958
|
}
|
|
2959
2959
|
}
|
|
2960
2960
|
]
|
|
@@ -35582,6 +35582,33 @@
|
|
|
35582
35582
|
"module": "src/status-pill/status-pill.ts"
|
|
35583
35583
|
}
|
|
35584
35584
|
},
|
|
35585
|
+
{
|
|
35586
|
+
"name": "date-countdown-visible-after",
|
|
35587
|
+
"type": {
|
|
35588
|
+
"text": "number"
|
|
35589
|
+
},
|
|
35590
|
+
"attribute": "date-countdown-visible-after",
|
|
35591
|
+
"fieldName": "dateCountdownVisibleAfter",
|
|
35592
|
+
"description": "a timestamp (in milliseconds) that controls when the countdown (and pill) becomes visible. If present, the pill will only be shown once the current time is equal to or after this timestamp.",
|
|
35593
|
+
"inheritedFrom": {
|
|
35594
|
+
"name": "StatusPill",
|
|
35595
|
+
"module": "src/status-pill/status-pill.ts"
|
|
35596
|
+
}
|
|
35597
|
+
},
|
|
35598
|
+
{
|
|
35599
|
+
"name": "hide-when-countdown-completed",
|
|
35600
|
+
"type": {
|
|
35601
|
+
"text": "boolean"
|
|
35602
|
+
},
|
|
35603
|
+
"default": "false",
|
|
35604
|
+
"attribute": "hide-when-countdown-completed",
|
|
35605
|
+
"fieldName": "hideWhenCountdownCompleted",
|
|
35606
|
+
"description": "if true, the status pill will be removed from the template once the countdown has expired.",
|
|
35607
|
+
"inheritedFrom": {
|
|
35608
|
+
"name": "StatusPill",
|
|
35609
|
+
"module": "src/status-pill/status-pill.ts"
|
|
35610
|
+
}
|
|
35611
|
+
},
|
|
35585
35612
|
{
|
|
35586
35613
|
"name": "icon-initial-background-color",
|
|
35587
35614
|
"type": {
|
|
@@ -35743,6 +35770,31 @@
|
|
|
35743
35770
|
"module": "src/status-pill/status-pill.ts"
|
|
35744
35771
|
}
|
|
35745
35772
|
},
|
|
35773
|
+
{
|
|
35774
|
+
"kind": "field",
|
|
35775
|
+
"name": "dateCountdownVisibleAfter",
|
|
35776
|
+
"type": {
|
|
35777
|
+
"text": "number"
|
|
35778
|
+
},
|
|
35779
|
+
"attribute": "date-countdown-visible-after",
|
|
35780
|
+
"inheritedFrom": {
|
|
35781
|
+
"name": "StatusPill",
|
|
35782
|
+
"module": "src/status-pill/status-pill.ts"
|
|
35783
|
+
}
|
|
35784
|
+
},
|
|
35785
|
+
{
|
|
35786
|
+
"kind": "field",
|
|
35787
|
+
"name": "hideWhenCountdownCompleted",
|
|
35788
|
+
"type": {
|
|
35789
|
+
"text": "boolean"
|
|
35790
|
+
},
|
|
35791
|
+
"default": "false",
|
|
35792
|
+
"attribute": "hide-when-countdown-completed",
|
|
35793
|
+
"inheritedFrom": {
|
|
35794
|
+
"name": "StatusPill",
|
|
35795
|
+
"module": "src/status-pill/status-pill.ts"
|
|
35796
|
+
}
|
|
35797
|
+
},
|
|
35746
35798
|
{
|
|
35747
35799
|
"kind": "field",
|
|
35748
35800
|
"name": "dateInterval",
|
|
@@ -35752,6 +35804,22 @@
|
|
|
35752
35804
|
"module": "src/status-pill/status-pill.ts"
|
|
35753
35805
|
}
|
|
35754
35806
|
},
|
|
35807
|
+
{
|
|
35808
|
+
"kind": "method",
|
|
35809
|
+
"name": "dateCountdownVisibleAfterChanged",
|
|
35810
|
+
"parameters": [
|
|
35811
|
+
{
|
|
35812
|
+
"name": "oldValue"
|
|
35813
|
+
},
|
|
35814
|
+
{
|
|
35815
|
+
"name": "newValue"
|
|
35816
|
+
}
|
|
35817
|
+
],
|
|
35818
|
+
"inheritedFrom": {
|
|
35819
|
+
"name": "StatusPill",
|
|
35820
|
+
"module": "src/status-pill/status-pill.ts"
|
|
35821
|
+
}
|
|
35822
|
+
},
|
|
35755
35823
|
{
|
|
35756
35824
|
"kind": "method",
|
|
35757
35825
|
"name": "setUpDateCountdown",
|
|
@@ -35791,6 +35859,15 @@
|
|
|
35791
35859
|
"module": "src/status-pill/status-pill.ts"
|
|
35792
35860
|
}
|
|
35793
35861
|
},
|
|
35862
|
+
{
|
|
35863
|
+
"kind": "method",
|
|
35864
|
+
"name": "updateVisibilityFromStartTime",
|
|
35865
|
+
"privacy": "private",
|
|
35866
|
+
"inheritedFrom": {
|
|
35867
|
+
"name": "StatusPill",
|
|
35868
|
+
"module": "src/status-pill/status-pill.ts"
|
|
35869
|
+
}
|
|
35870
|
+
},
|
|
35794
35871
|
{
|
|
35795
35872
|
"kind": "method",
|
|
35796
35873
|
"name": "clearCountdownTimer",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.402.1-alpha-36d4e79d7.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
76
|
-
"@genesislcap/genx": "14.
|
|
77
|
-
"@genesislcap/rollup-builder": "14.
|
|
78
|
-
"@genesislcap/ts-builder": "14.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
80
|
-
"@genesislcap/vite-builder": "14.
|
|
81
|
-
"@genesislcap/webpack-builder": "14.
|
|
76
|
+
"@genesislcap/genx": "14.402.1-alpha-36d4e79d7.0",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.402.1-alpha-36d4e79d7.0",
|
|
78
|
+
"@genesislcap/ts-builder": "14.402.1-alpha-36d4e79d7.0",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.402.1-alpha-36d4e79d7.0",
|
|
80
|
+
"@genesislcap/vite-builder": "14.402.1-alpha-36d4e79d7.0",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.402.1-alpha-36d4e79d7.0"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.
|
|
85
|
-
"@genesislcap/foundation-logger": "14.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.
|
|
84
|
+
"@genesislcap/foundation-comms": "14.402.1-alpha-36d4e79d7.0",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.402.1-alpha-36d4e79d7.0",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.402.1-alpha-36d4e79d7.0",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.402.1-alpha-36d4e79d7.0",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"access": "public"
|
|
101
101
|
},
|
|
102
102
|
"customElements": "dist/custom-elements.json",
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "8c1f803c994e0432e902604d3a8f0a61b0546e33"
|
|
104
104
|
}
|