@genesislcap/foundation-zero 14.398.0 → 14.400.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.
Files changed (29) hide show
  1. package/dist/custom-elements.json +959 -1
  2. package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts +15 -0
  3. package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts.map +1 -0
  4. package/dist/dts/ai-criteria-search/ai-criteria-search.styles.d.ts +2 -0
  5. package/dist/dts/ai-criteria-search/ai-criteria-search.styles.d.ts.map +1 -0
  6. package/dist/dts/ai-criteria-search/ai-criteria-search.template.d.ts +5 -0
  7. package/dist/dts/ai-criteria-search/ai-criteria-search.template.d.ts.map +1 -0
  8. package/dist/dts/ai-criteria-search/index.d.ts +4 -0
  9. package/dist/dts/ai-criteria-search/index.d.ts.map +1 -0
  10. package/dist/dts/ai-indicator/ai-indicator.d.ts +8 -0
  11. package/dist/dts/ai-indicator/ai-indicator.d.ts.map +1 -0
  12. package/dist/dts/ai-indicator/ai-indicator.styles.d.ts +4 -0
  13. package/dist/dts/ai-indicator/ai-indicator.styles.d.ts.map +1 -0
  14. package/dist/dts/ai-indicator/index.d.ts +2 -0
  15. package/dist/dts/ai-indicator/index.d.ts.map +1 -0
  16. package/dist/dts/base-components.d.ts +2 -0
  17. package/dist/dts/base-components.d.ts.map +1 -1
  18. package/dist/dts/index.d.ts +1 -0
  19. package/dist/dts/index.d.ts.map +1 -1
  20. package/dist/esm/ai-criteria-search/ai-criteria-search.js +17 -0
  21. package/dist/esm/ai-criteria-search/ai-criteria-search.styles.js +5 -0
  22. package/dist/esm/ai-criteria-search/ai-criteria-search.template.js +2 -0
  23. package/dist/esm/ai-criteria-search/index.js +3 -0
  24. package/dist/esm/ai-indicator/ai-indicator.js +12 -0
  25. package/dist/esm/ai-indicator/ai-indicator.styles.js +13 -0
  26. package/dist/esm/ai-indicator/index.js +1 -0
  27. package/dist/esm/base-components.js +4 -0
  28. package/dist/esm/index.js +1 -0
  29. package/package.json +12 -12
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroEnvironmentIndicator,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroOptgroup,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n zeroSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
15
+ "default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroAiCriteriaSearch,\n zeroAiIndicator,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroEnvironmentIndicator,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroOptgroup,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n zeroSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
16
16
  }
17
17
  ],
18
18
  "exports": [
@@ -84,6 +84,14 @@
84
84
  "package": "./accordion"
85
85
  }
86
86
  },
87
+ {
88
+ "kind": "js",
89
+ "name": "*",
90
+ "declaration": {
91
+ "name": "*",
92
+ "package": "./ai-criteria-search"
93
+ }
94
+ },
87
95
  {
88
96
  "kind": "js",
89
97
  "name": "*",
@@ -2001,6 +2009,956 @@
2001
2009
  }
2002
2010
  ]
2003
2011
  },
2012
+ {
2013
+ "kind": "javascript-module",
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",
2036
+ "declarations": [
2037
+ {
2038
+ "kind": "function",
2039
+ "name": "zeroAiCriteriaSearchTemplate",
2040
+ "return": {
2041
+ "type": {
2042
+ "text": "ViewTemplate<AiCriteriaSearch>"
2043
+ }
2044
+ },
2045
+ "parameters": [
2046
+ {
2047
+ "name": "_context",
2048
+ "type": {
2049
+ "text": "ElementDefinitionContext"
2050
+ }
2051
+ },
2052
+ {
2053
+ "name": "_definition",
2054
+ "type": {
2055
+ "text": "FoundationElementDefinition"
2056
+ }
2057
+ }
2058
+ ]
2059
+ }
2060
+ ],
2061
+ "exports": [
2062
+ {
2063
+ "kind": "js",
2064
+ "name": "zeroAiCriteriaSearchTemplate",
2065
+ "declaration": {
2066
+ "name": "zeroAiCriteriaSearchTemplate",
2067
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2068
+ }
2069
+ }
2070
+ ]
2071
+ },
2072
+ {
2073
+ "kind": "javascript-module",
2074
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
2075
+ "declarations": [
2076
+ {
2077
+ "kind": "class",
2078
+ "description": "",
2079
+ "name": "AiCriteriaSearch",
2080
+ "superclass": {
2081
+ "name": "FoundationAiCriteriaSearch",
2082
+ "package": "@genesislcap/foundation-ui"
2083
+ },
2084
+ "tagName": "%%prefix%%-ai-criteria-search",
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
+ ],
2122
+ "members": [
2123
+ {
2124
+ "kind": "field",
2125
+ "name": "aiProvider",
2126
+ "type": {
2127
+ "text": "AIProvider"
2128
+ },
2129
+ "inheritedFrom": {
2130
+ "name": "AiCriteriaSearch",
2131
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2132
+ }
2133
+ },
2134
+ {
2135
+ "kind": "field",
2136
+ "name": "placeholder",
2137
+ "type": {
2138
+ "text": "string"
2139
+ },
2140
+ "default": "'Describe your search criteria in natural language...'",
2141
+ "inheritedFrom": {
2142
+ "name": "AiCriteriaSearch",
2143
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2144
+ }
2145
+ },
2146
+ {
2147
+ "kind": "field",
2148
+ "name": "disabled",
2149
+ "type": {
2150
+ "text": "boolean"
2151
+ },
2152
+ "inheritedFrom": {
2153
+ "name": "AiCriteriaSearch",
2154
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2155
+ }
2156
+ },
2157
+ {
2158
+ "kind": "field",
2159
+ "name": "mode",
2160
+ "type": {
2161
+ "text": "'append' | 'replace'"
2162
+ },
2163
+ "default": "'replace'",
2164
+ "inheritedFrom": {
2165
+ "name": "AiCriteriaSearch",
2166
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2167
+ }
2168
+ },
2169
+ {
2170
+ "kind": "field",
2171
+ "name": "inputValue",
2172
+ "type": {
2173
+ "text": "string"
2174
+ },
2175
+ "default": "''",
2176
+ "inheritedFrom": {
2177
+ "name": "AiCriteriaSearch",
2178
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2179
+ }
2180
+ },
2181
+ {
2182
+ "kind": "field",
2183
+ "name": "isInterpreting",
2184
+ "type": {
2185
+ "text": "boolean"
2186
+ },
2187
+ "default": "false",
2188
+ "inheritedFrom": {
2189
+ "name": "AiCriteriaSearch",
2190
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2191
+ }
2192
+ },
2193
+ {
2194
+ "kind": "field",
2195
+ "name": "lastValidCriteria",
2196
+ "type": {
2197
+ "text": "string | null"
2198
+ },
2199
+ "default": "null",
2200
+ "inheritedFrom": {
2201
+ "name": "AiCriteriaSearch",
2202
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2203
+ }
2204
+ },
2205
+ {
2206
+ "kind": "field",
2207
+ "name": "fieldMetadata",
2208
+ "type": {
2209
+ "text": "MetadataDetail[] | string[]"
2210
+ },
2211
+ "default": "[]",
2212
+ "inheritedFrom": {
2213
+ "name": "AiCriteriaSearch",
2214
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2215
+ }
2216
+ },
2217
+ {
2218
+ "kind": "field",
2219
+ "name": "isRecording",
2220
+ "type": {
2221
+ "text": "boolean"
2222
+ },
2223
+ "default": "false",
2224
+ "inheritedFrom": {
2225
+ "name": "AiCriteriaSearch",
2226
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2227
+ }
2228
+ },
2229
+ {
2230
+ "kind": "field",
2231
+ "name": "textAreaRef",
2232
+ "type": {
2233
+ "text": "HTMLTextAreaElement"
2234
+ },
2235
+ "privacy": "public",
2236
+ "inheritedFrom": {
2237
+ "name": "AiCriteriaSearch",
2238
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2239
+ }
2240
+ },
2241
+ {
2242
+ "kind": "field",
2243
+ "name": "stopRecording",
2244
+ "type": {
2245
+ "text": "(() => void) | null"
2246
+ },
2247
+ "privacy": "private",
2248
+ "default": "null",
2249
+ "inheritedFrom": {
2250
+ "name": "AiCriteriaSearch",
2251
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2252
+ }
2253
+ },
2254
+ {
2255
+ "kind": "field",
2256
+ "name": "speechApplyDebounceTimer",
2257
+ "type": {
2258
+ "text": "ReturnType<typeof setTimeout> | null"
2259
+ },
2260
+ "privacy": "private",
2261
+ "default": "null",
2262
+ "inheritedFrom": {
2263
+ "name": "AiCriteriaSearch",
2264
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2265
+ }
2266
+ },
2267
+ {
2268
+ "kind": "field",
2269
+ "name": "baseInputForAppend",
2270
+ "type": {
2271
+ "text": "string"
2272
+ },
2273
+ "privacy": "private",
2274
+ "default": "''",
2275
+ "inheritedFrom": {
2276
+ "name": "AiCriteriaSearch",
2277
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2278
+ }
2279
+ },
2280
+ {
2281
+ "kind": "field",
2282
+ "name": "speechAvailable",
2283
+ "type": {
2284
+ "text": "boolean"
2285
+ },
2286
+ "readonly": true,
2287
+ "inheritedFrom": {
2288
+ "name": "AiCriteriaSearch",
2289
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2290
+ }
2291
+ },
2292
+ {
2293
+ "kind": "method",
2294
+ "name": "handleSubmit",
2295
+ "inheritedFrom": {
2296
+ "name": "AiCriteriaSearch",
2297
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2298
+ }
2299
+ },
2300
+ {
2301
+ "kind": "method",
2302
+ "name": "handleBlur",
2303
+ "inheritedFrom": {
2304
+ "name": "AiCriteriaSearch",
2305
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2306
+ }
2307
+ },
2308
+ {
2309
+ "kind": "method",
2310
+ "name": "clear",
2311
+ "inheritedFrom": {
2312
+ "name": "AiCriteriaSearch",
2313
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2314
+ }
2315
+ },
2316
+ {
2317
+ "kind": "method",
2318
+ "name": "toggleSpeechInput",
2319
+ "inheritedFrom": {
2320
+ "name": "AiCriteriaSearch",
2321
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2322
+ }
2323
+ },
2324
+ {
2325
+ "kind": "method",
2326
+ "name": "clearSpeechApplyDebounce",
2327
+ "privacy": "private",
2328
+ "inheritedFrom": {
2329
+ "name": "AiCriteriaSearch",
2330
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2331
+ }
2332
+ },
2333
+ {
2334
+ "kind": "field",
2335
+ "name": "_presentation",
2336
+ "type": {
2337
+ "text": "ComponentPresentation | null | undefined"
2338
+ },
2339
+ "privacy": "private",
2340
+ "default": "void 0",
2341
+ "inheritedFrom": {
2342
+ "name": "FoundationElement",
2343
+ "module": "src/foundation-element/foundation-element.ts"
2344
+ }
2345
+ },
2346
+ {
2347
+ "kind": "field",
2348
+ "name": "$presentation",
2349
+ "type": {
2350
+ "text": "ComponentPresentation | null"
2351
+ },
2352
+ "privacy": "public",
2353
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2354
+ "inheritedFrom": {
2355
+ "name": "FoundationElement",
2356
+ "module": "src/foundation-element/foundation-element.ts"
2357
+ }
2358
+ },
2359
+ {
2360
+ "kind": "field",
2361
+ "name": "template",
2362
+ "type": {
2363
+ "text": "ElementViewTemplate | void | null"
2364
+ },
2365
+ "privacy": "public",
2366
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2367
+ "inheritedFrom": {
2368
+ "name": "FoundationElement",
2369
+ "module": "src/foundation-element/foundation-element.ts"
2370
+ }
2371
+ },
2372
+ {
2373
+ "kind": "method",
2374
+ "name": "templateChanged",
2375
+ "privacy": "protected",
2376
+ "return": {
2377
+ "type": {
2378
+ "text": "void"
2379
+ }
2380
+ },
2381
+ "inheritedFrom": {
2382
+ "name": "FoundationElement",
2383
+ "module": "src/foundation-element/foundation-element.ts"
2384
+ }
2385
+ },
2386
+ {
2387
+ "kind": "field",
2388
+ "name": "styles",
2389
+ "type": {
2390
+ "text": "ElementStyles | void | null"
2391
+ },
2392
+ "privacy": "public",
2393
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2394
+ "inheritedFrom": {
2395
+ "name": "FoundationElement",
2396
+ "module": "src/foundation-element/foundation-element.ts"
2397
+ }
2398
+ },
2399
+ {
2400
+ "kind": "method",
2401
+ "name": "stylesChanged",
2402
+ "privacy": "protected",
2403
+ "return": {
2404
+ "type": {
2405
+ "text": "void"
2406
+ }
2407
+ },
2408
+ "inheritedFrom": {
2409
+ "name": "FoundationElement",
2410
+ "module": "src/foundation-element/foundation-element.ts"
2411
+ }
2412
+ },
2413
+ {
2414
+ "kind": "method",
2415
+ "name": "compose",
2416
+ "privacy": "public",
2417
+ "static": true,
2418
+ "return": {
2419
+ "type": {
2420
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2421
+ }
2422
+ },
2423
+ "parameters": [
2424
+ {
2425
+ "name": "this",
2426
+ "type": {
2427
+ "text": "K"
2428
+ }
2429
+ },
2430
+ {
2431
+ "name": "elementDefinition",
2432
+ "type": {
2433
+ "text": "T"
2434
+ },
2435
+ "description": "The definition of the element to create the registry\nfunction for."
2436
+ }
2437
+ ],
2438
+ "description": "Defines an element registry function with a set of element definition defaults.",
2439
+ "inheritedFrom": {
2440
+ "name": "FoundationElement",
2441
+ "module": "src/foundation-element/foundation-element.ts"
2442
+ }
2443
+ }
2444
+ ]
2445
+ },
2446
+ {
2447
+ "kind": "variable",
2448
+ "name": "zeroAiCriteriaSearch",
2449
+ "description": "The Zero AI Criteria Search",
2450
+ "privacy": "public"
2451
+ }
2452
+ ],
2453
+ "exports": [
2454
+ {
2455
+ "kind": "js",
2456
+ "name": "AiCriteriaSearch",
2457
+ "declaration": {
2458
+ "name": "AiCriteriaSearch",
2459
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2460
+ }
2461
+ },
2462
+ {
2463
+ "kind": "js",
2464
+ "name": "zeroAiCriteriaSearch",
2465
+ "declaration": {
2466
+ "name": "zeroAiCriteriaSearch",
2467
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2468
+ }
2469
+ }
2470
+ ]
2471
+ },
2472
+ {
2473
+ "kind": "javascript-module",
2474
+ "path": "src/ai-criteria-search/index.ts",
2475
+ "declarations": [],
2476
+ "exports": [
2477
+ {
2478
+ "kind": "js",
2479
+ "name": "*",
2480
+ "declaration": {
2481
+ "name": "*",
2482
+ "package": "./ai-criteria-search"
2483
+ }
2484
+ },
2485
+ {
2486
+ "kind": "js",
2487
+ "name": "*",
2488
+ "declaration": {
2489
+ "name": "*",
2490
+ "package": "./ai-criteria-search.styles"
2491
+ }
2492
+ },
2493
+ {
2494
+ "kind": "js",
2495
+ "name": "*",
2496
+ "declaration": {
2497
+ "name": "*",
2498
+ "package": "./ai-criteria-search.template"
2499
+ }
2500
+ }
2501
+ ]
2502
+ },
2503
+ {
2504
+ "kind": "javascript-module",
2505
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
2506
+ "declarations": [
2507
+ {
2508
+ "kind": "function",
2509
+ "name": "zeroAiIndicatorStyles",
2510
+ "return": {
2511
+ "type": {
2512
+ "text": "ElementStyles"
2513
+ }
2514
+ },
2515
+ "parameters": [
2516
+ {
2517
+ "name": "context",
2518
+ "type": {
2519
+ "text": "ElementDefinitionContext"
2520
+ }
2521
+ },
2522
+ {
2523
+ "name": "definition",
2524
+ "type": {
2525
+ "text": "FoundationElementDefinition"
2526
+ }
2527
+ }
2528
+ ]
2529
+ }
2530
+ ],
2531
+ "exports": [
2532
+ {
2533
+ "kind": "js",
2534
+ "name": "zeroAiIndicatorStyles",
2535
+ "declaration": {
2536
+ "name": "zeroAiIndicatorStyles",
2537
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
2538
+ }
2539
+ }
2540
+ ]
2541
+ },
2542
+ {
2543
+ "kind": "javascript-module",
2544
+ "path": "src/ai-indicator/ai-indicator.ts",
2545
+ "declarations": [
2546
+ {
2547
+ "kind": "class",
2548
+ "description": "",
2549
+ "name": "AiIndicator",
2550
+ "superclass": {
2551
+ "name": "FoundationAiIndicator",
2552
+ "package": "@genesislcap/foundation-ui"
2553
+ },
2554
+ "tagName": "%%prefix%%-ai-indicator",
2555
+ "customElement": true,
2556
+ "members": [
2557
+ {
2558
+ "kind": "field",
2559
+ "name": "aiProvider",
2560
+ "type": {
2561
+ "text": "AIProvider"
2562
+ },
2563
+ "inheritedFrom": {
2564
+ "name": "AiIndicator",
2565
+ "module": "src/ai-indicator/ai-indicator.ts"
2566
+ }
2567
+ },
2568
+ {
2569
+ "kind": "field",
2570
+ "name": "status",
2571
+ "type": {
2572
+ "text": "AIStatus | null"
2573
+ },
2574
+ "default": "null",
2575
+ "inheritedFrom": {
2576
+ "name": "AiIndicator",
2577
+ "module": "src/ai-indicator/ai-indicator.ts"
2578
+ }
2579
+ },
2580
+ {
2581
+ "kind": "field",
2582
+ "name": "open",
2583
+ "type": {
2584
+ "text": "boolean"
2585
+ },
2586
+ "default": "false",
2587
+ "inheritedFrom": {
2588
+ "name": "AiIndicator",
2589
+ "module": "src/ai-indicator/ai-indicator.ts"
2590
+ }
2591
+ },
2592
+ {
2593
+ "kind": "field",
2594
+ "name": "state",
2595
+ "type": {
2596
+ "text": "AIIndicatorState"
2597
+ },
2598
+ "default": "'none'",
2599
+ "inheritedFrom": {
2600
+ "name": "AiIndicator",
2601
+ "module": "src/ai-indicator/ai-indicator.ts"
2602
+ }
2603
+ },
2604
+ {
2605
+ "kind": "field",
2606
+ "name": "isInstalling",
2607
+ "type": {
2608
+ "text": "boolean"
2609
+ },
2610
+ "default": "false",
2611
+ "inheritedFrom": {
2612
+ "name": "AiIndicator",
2613
+ "module": "src/ai-indicator/ai-indicator.ts"
2614
+ }
2615
+ },
2616
+ {
2617
+ "kind": "field",
2618
+ "name": "pollTimer",
2619
+ "type": {
2620
+ "text": "ReturnType<typeof setInterval> | null"
2621
+ },
2622
+ "privacy": "private",
2623
+ "default": "null",
2624
+ "inheritedFrom": {
2625
+ "name": "AiIndicator",
2626
+ "module": "src/ai-indicator/ai-indicator.ts"
2627
+ }
2628
+ },
2629
+ {
2630
+ "kind": "field",
2631
+ "name": "clickOutside",
2632
+ "privacy": "private",
2633
+ "inheritedFrom": {
2634
+ "name": "AiIndicator",
2635
+ "module": "src/ai-indicator/ai-indicator.ts"
2636
+ }
2637
+ },
2638
+ {
2639
+ "kind": "field",
2640
+ "name": "chromeStatusLabel",
2641
+ "type": {
2642
+ "text": "string | null"
2643
+ },
2644
+ "readonly": true,
2645
+ "inheritedFrom": {
2646
+ "name": "AiIndicator",
2647
+ "module": "src/ai-indicator/ai-indicator.ts"
2648
+ }
2649
+ },
2650
+ {
2651
+ "kind": "field",
2652
+ "name": "canInstall",
2653
+ "type": {
2654
+ "text": "boolean"
2655
+ },
2656
+ "readonly": true,
2657
+ "inheritedFrom": {
2658
+ "name": "AiIndicator",
2659
+ "module": "src/ai-indicator/ai-indicator.ts"
2660
+ }
2661
+ },
2662
+ {
2663
+ "kind": "field",
2664
+ "name": "isDownloading",
2665
+ "type": {
2666
+ "text": "boolean"
2667
+ },
2668
+ "readonly": true,
2669
+ "inheritedFrom": {
2670
+ "name": "AiIndicator",
2671
+ "module": "src/ai-indicator/ai-indicator.ts"
2672
+ }
2673
+ },
2674
+ {
2675
+ "kind": "method",
2676
+ "name": "openChanged",
2677
+ "return": {
2678
+ "type": {
2679
+ "text": "void"
2680
+ }
2681
+ },
2682
+ "inheritedFrom": {
2683
+ "name": "AiIndicator",
2684
+ "module": "src/ai-indicator/ai-indicator.ts"
2685
+ }
2686
+ },
2687
+ {
2688
+ "kind": "method",
2689
+ "name": "handleClickOutside",
2690
+ "privacy": "private",
2691
+ "parameters": [
2692
+ {
2693
+ "name": "event",
2694
+ "type": {
2695
+ "text": "MouseEvent"
2696
+ }
2697
+ }
2698
+ ],
2699
+ "inheritedFrom": {
2700
+ "name": "AiIndicator",
2701
+ "module": "src/ai-indicator/ai-indicator.ts"
2702
+ }
2703
+ },
2704
+ {
2705
+ "kind": "method",
2706
+ "name": "toggleDropdown",
2707
+ "inheritedFrom": {
2708
+ "name": "AiIndicator",
2709
+ "module": "src/ai-indicator/ai-indicator.ts"
2710
+ }
2711
+ },
2712
+ {
2713
+ "kind": "method",
2714
+ "name": "refreshStatus",
2715
+ "return": {
2716
+ "type": {
2717
+ "text": "Promise<void>"
2718
+ }
2719
+ },
2720
+ "inheritedFrom": {
2721
+ "name": "AiIndicator",
2722
+ "module": "src/ai-indicator/ai-indicator.ts"
2723
+ }
2724
+ },
2725
+ {
2726
+ "kind": "method",
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
+ ],
2742
+ "inheritedFrom": {
2743
+ "name": "AiIndicator",
2744
+ "module": "src/ai-indicator/ai-indicator.ts"
2745
+ }
2746
+ },
2747
+ {
2748
+ "kind": "method",
2749
+ "name": "maybeStartPolling",
2750
+ "privacy": "private",
2751
+ "return": {
2752
+ "type": {
2753
+ "text": "void"
2754
+ }
2755
+ },
2756
+ "inheritedFrom": {
2757
+ "name": "AiIndicator",
2758
+ "module": "src/ai-indicator/ai-indicator.ts"
2759
+ }
2760
+ },
2761
+ {
2762
+ "kind": "method",
2763
+ "name": "startPolling",
2764
+ "privacy": "private",
2765
+ "return": {
2766
+ "type": {
2767
+ "text": "void"
2768
+ }
2769
+ },
2770
+ "inheritedFrom": {
2771
+ "name": "AiIndicator",
2772
+ "module": "src/ai-indicator/ai-indicator.ts"
2773
+ }
2774
+ },
2775
+ {
2776
+ "kind": "method",
2777
+ "name": "stopPolling",
2778
+ "privacy": "private",
2779
+ "return": {
2780
+ "type": {
2781
+ "text": "void"
2782
+ }
2783
+ },
2784
+ "inheritedFrom": {
2785
+ "name": "AiIndicator",
2786
+ "module": "src/ai-indicator/ai-indicator.ts"
2787
+ }
2788
+ },
2789
+ {
2790
+ "kind": "method",
2791
+ "name": "onInstall",
2792
+ "return": {
2793
+ "type": {
2794
+ "text": "Promise<void>"
2795
+ }
2796
+ },
2797
+ "inheritedFrom": {
2798
+ "name": "AiIndicator",
2799
+ "module": "src/ai-indicator/ai-indicator.ts"
2800
+ }
2801
+ },
2802
+ {
2803
+ "kind": "field",
2804
+ "name": "_presentation",
2805
+ "type": {
2806
+ "text": "ComponentPresentation | null | undefined"
2807
+ },
2808
+ "privacy": "private",
2809
+ "default": "void 0",
2810
+ "inheritedFrom": {
2811
+ "name": "FoundationElement",
2812
+ "module": "src/foundation-element/foundation-element.ts"
2813
+ }
2814
+ },
2815
+ {
2816
+ "kind": "field",
2817
+ "name": "$presentation",
2818
+ "type": {
2819
+ "text": "ComponentPresentation | null"
2820
+ },
2821
+ "privacy": "public",
2822
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2823
+ "inheritedFrom": {
2824
+ "name": "FoundationElement",
2825
+ "module": "src/foundation-element/foundation-element.ts"
2826
+ }
2827
+ },
2828
+ {
2829
+ "kind": "field",
2830
+ "name": "template",
2831
+ "type": {
2832
+ "text": "ElementViewTemplate | void | null"
2833
+ },
2834
+ "privacy": "public",
2835
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2836
+ "inheritedFrom": {
2837
+ "name": "FoundationElement",
2838
+ "module": "src/foundation-element/foundation-element.ts"
2839
+ }
2840
+ },
2841
+ {
2842
+ "kind": "method",
2843
+ "name": "templateChanged",
2844
+ "privacy": "protected",
2845
+ "return": {
2846
+ "type": {
2847
+ "text": "void"
2848
+ }
2849
+ },
2850
+ "inheritedFrom": {
2851
+ "name": "FoundationElement",
2852
+ "module": "src/foundation-element/foundation-element.ts"
2853
+ }
2854
+ },
2855
+ {
2856
+ "kind": "field",
2857
+ "name": "styles",
2858
+ "type": {
2859
+ "text": "ElementStyles | void | null"
2860
+ },
2861
+ "privacy": "public",
2862
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2863
+ "inheritedFrom": {
2864
+ "name": "FoundationElement",
2865
+ "module": "src/foundation-element/foundation-element.ts"
2866
+ }
2867
+ },
2868
+ {
2869
+ "kind": "method",
2870
+ "name": "stylesChanged",
2871
+ "privacy": "protected",
2872
+ "return": {
2873
+ "type": {
2874
+ "text": "void"
2875
+ }
2876
+ },
2877
+ "inheritedFrom": {
2878
+ "name": "FoundationElement",
2879
+ "module": "src/foundation-element/foundation-element.ts"
2880
+ }
2881
+ },
2882
+ {
2883
+ "kind": "method",
2884
+ "name": "compose",
2885
+ "privacy": "public",
2886
+ "static": true,
2887
+ "return": {
2888
+ "type": {
2889
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2890
+ }
2891
+ },
2892
+ "parameters": [
2893
+ {
2894
+ "name": "this",
2895
+ "type": {
2896
+ "text": "K"
2897
+ }
2898
+ },
2899
+ {
2900
+ "name": "elementDefinition",
2901
+ "type": {
2902
+ "text": "T"
2903
+ },
2904
+ "description": "The definition of the element to create the registry\nfunction for."
2905
+ }
2906
+ ],
2907
+ "description": "Defines an element registry function with a set of element definition defaults.",
2908
+ "inheritedFrom": {
2909
+ "name": "FoundationElement",
2910
+ "module": "src/foundation-element/foundation-element.ts"
2911
+ }
2912
+ }
2913
+ ]
2914
+ },
2915
+ {
2916
+ "kind": "variable",
2917
+ "name": "zeroAiIndicator"
2918
+ }
2919
+ ],
2920
+ "exports": [
2921
+ {
2922
+ "kind": "js",
2923
+ "name": "AiIndicator",
2924
+ "declaration": {
2925
+ "name": "AiIndicator",
2926
+ "module": "src/ai-indicator/ai-indicator.ts"
2927
+ }
2928
+ },
2929
+ {
2930
+ "kind": "js",
2931
+ "name": "zeroAiIndicator",
2932
+ "declaration": {
2933
+ "name": "zeroAiIndicator",
2934
+ "module": "src/ai-indicator/ai-indicator.ts"
2935
+ }
2936
+ }
2937
+ ]
2938
+ },
2939
+ {
2940
+ "kind": "javascript-module",
2941
+ "path": "src/ai-indicator/index.ts",
2942
+ "declarations": [],
2943
+ "exports": [
2944
+ {
2945
+ "kind": "js",
2946
+ "name": "AiIndicator",
2947
+ "declaration": {
2948
+ "name": "AiIndicator",
2949
+ "module": "./ai-indicator"
2950
+ }
2951
+ },
2952
+ {
2953
+ "kind": "js",
2954
+ "name": "zeroAiIndicator",
2955
+ "declaration": {
2956
+ "name": "zeroAiIndicator",
2957
+ "module": "./ai-indicator"
2958
+ }
2959
+ }
2960
+ ]
2961
+ },
2004
2962
  {
2005
2963
  "kind": "javascript-module",
2006
2964
  "path": "src/anchor/anchor.styles.ts",
@@ -0,0 +1,15 @@
1
+ import { AiCriteriaSearch as FoundationAiCriteriaSearch } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * @tagname %%prefix%%-ai-criteria-search
4
+ */
5
+ export declare class AiCriteriaSearch extends FoundationAiCriteriaSearch {
6
+ }
7
+ /**
8
+ * The Zero AI Criteria Search
9
+ *
10
+ * @public
11
+ * @remarks
12
+ * HTML Element: \<zero-ai-criteria-search\>
13
+ */
14
+ export declare const zeroAiCriteriaSearch: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof AiCriteriaSearch>;
15
+ //# sourceMappingURL=ai-criteria-search.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-criteria-search.d.ts","sourceRoot":"","sources":["../../../src/ai-criteria-search/ai-criteria-search.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,IAAI,0BAA0B,EAG/C,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,0BAA0B;CAAG;AAEnE;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB,gUAM/B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const zeroAiCriteriaSearchStyles: import("@microsoft/fast-element").ElementStyles;
2
+ //# sourceMappingURL=ai-criteria-search.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-criteria-search.styles.d.ts","sourceRoot":"","sources":["../../../src/ai-criteria-search/ai-criteria-search.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,0BAA0B,iDAEtC,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { ViewTemplate } from '@microsoft/fast-element';
2
+ import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
3
+ import type { AiCriteriaSearch } from './ai-criteria-search';
4
+ export declare const zeroAiCriteriaSearchTemplate: (_context: ElementDefinitionContext, _definition: FoundationElementDefinition) => ViewTemplate<AiCriteriaSearch>;
5
+ //# sourceMappingURL=ai-criteria-search.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-criteria-search.template.d.ts","sourceRoot":"","sources":["../../../src/ai-criteria-search/ai-criteria-search.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D,eAAO,MAAM,4BAA4B,GACvC,UAAU,wBAAwB,EAClC,aAAa,2BAA2B,KACvC,YAAY,CAAC,gBAAgB,CAAuC,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './ai-criteria-search';
2
+ export * from './ai-criteria-search.styles';
3
+ export * from './ai-criteria-search.template';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ai-criteria-search/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { AiIndicator as FoundationAiIndicator } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * @tagname %%prefix%%-ai-indicator
4
+ */
5
+ export declare class AiIndicator extends FoundationAiIndicator {
6
+ }
7
+ export declare const zeroAiIndicator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof AiIndicator>;
8
+ //# sourceMappingURL=ai-indicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-indicator.d.ts","sourceRoot":"","sources":["../../../src/ai-indicator/ai-indicator.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,qBAAqB,EAErC,MAAM,4BAA4B,CAAC;AAGpC;;GAEG;AACH,qBAAa,WAAY,SAAQ,qBAAqB;CAAG;AAEzD,eAAO,MAAM,eAAe,2TAI1B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ElementStyles } from '@microsoft/fast-element';
2
+ import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
3
+ export declare const zeroAiIndicatorStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ElementStyles;
4
+ //# sourceMappingURL=ai-indicator.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-indicator.styles.d.ts","sourceRoot":"","sources":["../../../src/ai-indicator/ai-indicator.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,qBAAqB,GAChC,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,aAUF,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { AiIndicator, zeroAiIndicator } from './ai-indicator';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ai-indicator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC"}
@@ -2,6 +2,8 @@ import type { Container } from '@microsoft/fast-foundation';
2
2
  export declare const baseComponents: {
3
3
  zeroAccordion: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./accordion").Accordion>;
4
4
  zeroAccordionItem: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./accordion-item").AccordionItem>;
5
+ zeroAiCriteriaSearch: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./ai-criteria-search").AiCriteriaSearch>;
6
+ zeroAiIndicator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./ai-indicator").AiIndicator>;
5
7
  zeroActionsMenu: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./actions-menu").ActionsMenu>;
6
8
  zeroAnchor: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./anchor").Anchor>;
7
9
  zeroAnchoredRegion: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./anchored-region").AnchoredRegion>;
@@ -1 +1 @@
1
- {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAoF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAoFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
1
+ {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAsF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -5,6 +5,7 @@ export declare const registerZeroDesignSystem: () => import("@microsoft/fast-fou
5
5
  export * from './_common';
6
6
  export * from './_config';
7
7
  export * from './accordion';
8
+ export * from './ai-criteria-search';
8
9
  export * from './accordion-item';
9
10
  export * from './actions-menu';
10
11
  export * from './anchor';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { AiCriteriaSearch as FoundationAiCriteriaSearch, defaultAiCriteriaSearchConfig, foundationAiCriteriaSearchShadowOptions, } from '@genesislcap/foundation-ui';
2
+ import { zeroAiCriteriaSearchStyles as styles } from './ai-criteria-search.styles';
3
+ import { zeroAiCriteriaSearchTemplate as template } from './ai-criteria-search.template';
4
+ /**
5
+ * @tagname %%prefix%%-ai-criteria-search
6
+ */
7
+ export class AiCriteriaSearch extends FoundationAiCriteriaSearch {
8
+ }
9
+ /**
10
+ * The Zero AI Criteria Search
11
+ *
12
+ * @public
13
+ * @remarks
14
+ * HTML Element: \<zero-ai-criteria-search\>
15
+ */
16
+ export const zeroAiCriteriaSearch = AiCriteriaSearch.compose(Object.assign({ baseName: 'ai-criteria-search', template,
17
+ styles, shadowOptions: foundationAiCriteriaSearchShadowOptions }, defaultAiCriteriaSearchConfig));
@@ -0,0 +1,5 @@
1
+ import { foundationAiCriteriaSearchStyles } from '@genesislcap/foundation-ui';
2
+ import { css } from '@microsoft/fast-element';
3
+ export const zeroAiCriteriaSearchStyles = css `
4
+ ${foundationAiCriteriaSearchStyles}
5
+ `;
@@ -0,0 +1,2 @@
1
+ import { foundationAiCriteriaSearchTemplate } from '@genesislcap/foundation-ui';
2
+ export const zeroAiCriteriaSearchTemplate = (_context, _definition) => foundationAiCriteriaSearchTemplate;
@@ -0,0 +1,3 @@
1
+ export * from './ai-criteria-search';
2
+ export * from './ai-criteria-search.styles';
3
+ export * from './ai-criteria-search.template';
@@ -0,0 +1,12 @@
1
+ import { AiIndicator as FoundationAiIndicator, foundationAiIndicatorTemplate as template, } from '@genesislcap/foundation-ui';
2
+ import { zeroAiIndicatorStyles as styles } from './ai-indicator.styles';
3
+ /**
4
+ * @tagname %%prefix%%-ai-indicator
5
+ */
6
+ export class AiIndicator extends FoundationAiIndicator {
7
+ }
8
+ export const zeroAiIndicator = AiIndicator.compose({
9
+ baseName: 'ai-indicator',
10
+ template,
11
+ styles,
12
+ });
@@ -0,0 +1,13 @@
1
+ import { foundationAiIndicatorStyles } from '@genesislcap/foundation-ui';
2
+ import { css } from '@microsoft/fast-element';
3
+ export const zeroAiIndicatorStyles = (context, definition) => css `
4
+ ${foundationAiIndicatorStyles(context, definition)}
5
+ :host {
6
+ --green: var(--success-color);
7
+ --trafic-light-green: var(--success-color);
8
+ --red: var(--error-color);
9
+ --trafic-light-red: var(--error-color);
10
+ --amber: var(--warning-color);
11
+ --trafic-light-amber: var(--warning-color);
12
+ }
13
+ `;
@@ -0,0 +1 @@
1
+ export { AiIndicator, zeroAiIndicator } from './ai-indicator';
@@ -2,6 +2,8 @@
2
2
  import { zeroAccordion } from './accordion';
3
3
  import { zeroAccordionItem } from './accordion-item';
4
4
  import { zeroActionsMenu } from './actions-menu';
5
+ import { zeroAiCriteriaSearch } from './ai-criteria-search';
6
+ import { zeroAiIndicator } from './ai-indicator';
5
7
  import { zeroAnchor } from './anchor';
6
8
  import { zeroAnchoredRegion } from './anchored-region';
7
9
  import { zeroAvatar } from './avatar';
@@ -84,6 +86,8 @@ import { zeroUrlInput } from './url-input';
84
86
  export const baseComponents = {
85
87
  zeroAccordion,
86
88
  zeroAccordionItem,
89
+ zeroAiCriteriaSearch,
90
+ zeroAiIndicator,
87
91
  zeroActionsMenu,
88
92
  zeroAnchor,
89
93
  zeroAnchoredRegion,
package/dist/esm/index.js CHANGED
@@ -5,6 +5,7 @@ export const registerZeroDesignSystem = () => provideDesignSystem().register(bas
5
5
  export * from './_common';
6
6
  export * from './_config';
7
7
  export * from './accordion';
8
+ export * from './ai-criteria-search';
8
9
  export * from './accordion-item';
9
10
  export * from './actions-menu';
10
11
  export * from './anchor';
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.398.0",
4
+ "version": "14.400.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.398.0",
77
- "@genesislcap/rollup-builder": "14.398.0",
78
- "@genesislcap/ts-builder": "14.398.0",
79
- "@genesislcap/uvu-playwright-builder": "14.398.0",
80
- "@genesislcap/vite-builder": "14.398.0",
81
- "@genesislcap/webpack-builder": "14.398.0"
76
+ "@genesislcap/genx": "14.400.0",
77
+ "@genesislcap/rollup-builder": "14.400.0",
78
+ "@genesislcap/ts-builder": "14.400.0",
79
+ "@genesislcap/uvu-playwright-builder": "14.400.0",
80
+ "@genesislcap/vite-builder": "14.400.0",
81
+ "@genesislcap/webpack-builder": "14.400.0"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.398.0",
85
- "@genesislcap/foundation-logger": "14.398.0",
86
- "@genesislcap/foundation-ui": "14.398.0",
87
- "@genesislcap/foundation-utils": "14.398.0",
84
+ "@genesislcap/foundation-comms": "14.400.0",
85
+ "@genesislcap/foundation-logger": "14.400.0",
86
+ "@genesislcap/foundation-ui": "14.400.0",
87
+ "@genesislcap/foundation-utils": "14.400.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": "d9c0d13f49958e386d339075078dc15561455c18"
103
+ "gitHead": "e95f4522e1f30ffbd0d7ac427199da5cc7df7de8"
104
104
  }