@genesislcap/foundation-ui 14.472.2 → 14.473.0-GENC-1354.14
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 +418 -418
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +19 -19
|
@@ -2899,75 +2899,57 @@
|
|
|
2899
2899
|
},
|
|
2900
2900
|
{
|
|
2901
2901
|
"kind": "javascript-module",
|
|
2902
|
-
"path": "src/ai-
|
|
2902
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2903
2903
|
"declarations": [
|
|
2904
2904
|
{
|
|
2905
|
-
"kind": "
|
|
2906
|
-
"name": "
|
|
2907
|
-
"
|
|
2908
|
-
"type": {
|
|
2909
|
-
"text": "ElementStyles"
|
|
2910
|
-
}
|
|
2911
|
-
},
|
|
2912
|
-
"parameters": [
|
|
2913
|
-
{
|
|
2914
|
-
"name": "context",
|
|
2915
|
-
"type": {
|
|
2916
|
-
"text": "ElementDefinitionContext"
|
|
2917
|
-
}
|
|
2918
|
-
},
|
|
2919
|
-
{
|
|
2920
|
-
"name": "definition",
|
|
2921
|
-
"type": {
|
|
2922
|
-
"text": "FoundationElementDefinition"
|
|
2923
|
-
}
|
|
2924
|
-
}
|
|
2925
|
-
]
|
|
2905
|
+
"kind": "variable",
|
|
2906
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2907
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
|
|
2926
2908
|
}
|
|
2927
2909
|
],
|
|
2928
2910
|
"exports": [
|
|
2929
2911
|
{
|
|
2930
2912
|
"kind": "js",
|
|
2931
|
-
"name": "
|
|
2913
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2932
2914
|
"declaration": {
|
|
2933
|
-
"name": "
|
|
2934
|
-
"module": "src/ai-
|
|
2915
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2916
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2935
2917
|
}
|
|
2936
2918
|
}
|
|
2937
2919
|
]
|
|
2938
2920
|
},
|
|
2939
2921
|
{
|
|
2940
2922
|
"kind": "javascript-module",
|
|
2941
|
-
"path": "src/ai-
|
|
2923
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2942
2924
|
"declarations": [
|
|
2943
2925
|
{
|
|
2944
2926
|
"kind": "variable",
|
|
2945
|
-
"name": "
|
|
2927
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2946
2928
|
"type": {
|
|
2947
|
-
"text": "ViewTemplate<
|
|
2929
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2948
2930
|
},
|
|
2949
|
-
"default": "html`\n ${(x) =>
|
|
2931
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2950
2932
|
}
|
|
2951
2933
|
],
|
|
2952
2934
|
"exports": [
|
|
2953
2935
|
{
|
|
2954
2936
|
"kind": "js",
|
|
2955
|
-
"name": "
|
|
2937
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2956
2938
|
"declaration": {
|
|
2957
|
-
"name": "
|
|
2958
|
-
"module": "src/ai-
|
|
2939
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2940
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2959
2941
|
}
|
|
2960
2942
|
}
|
|
2961
2943
|
]
|
|
2962
2944
|
},
|
|
2963
2945
|
{
|
|
2964
2946
|
"kind": "javascript-module",
|
|
2965
|
-
"path": "src/ai-
|
|
2947
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2966
2948
|
"declarations": [
|
|
2967
2949
|
{
|
|
2968
2950
|
"kind": "class",
|
|
2969
|
-
"description": "",
|
|
2970
|
-
"name": "
|
|
2951
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2952
|
+
"name": "AiCriteriaSearch",
|
|
2971
2953
|
"members": [
|
|
2972
2954
|
{
|
|
2973
2955
|
"kind": "field",
|
|
@@ -2978,25 +2960,54 @@
|
|
|
2978
2960
|
},
|
|
2979
2961
|
{
|
|
2980
2962
|
"kind": "field",
|
|
2981
|
-
"name": "
|
|
2963
|
+
"name": "placeholder",
|
|
2982
2964
|
"type": {
|
|
2983
|
-
"text": "
|
|
2965
|
+
"text": "string"
|
|
2984
2966
|
},
|
|
2985
|
-
"
|
|
2986
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
2987
|
-
"readonly": true
|
|
2967
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2988
2968
|
},
|
|
2989
2969
|
{
|
|
2990
2970
|
"kind": "field",
|
|
2991
|
-
"name": "
|
|
2971
|
+
"name": "disabled",
|
|
2992
2972
|
"type": {
|
|
2993
|
-
"text": "
|
|
2973
|
+
"text": "boolean"
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"kind": "field",
|
|
2978
|
+
"name": "inputValue",
|
|
2979
|
+
"type": {
|
|
2980
|
+
"text": "string"
|
|
2981
|
+
},
|
|
2982
|
+
"default": "''"
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"kind": "field",
|
|
2986
|
+
"name": "isInterpreting",
|
|
2987
|
+
"type": {
|
|
2988
|
+
"text": "boolean"
|
|
2989
|
+
},
|
|
2990
|
+
"default": "false"
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"kind": "field",
|
|
2994
|
+
"name": "lastValidCriteria",
|
|
2995
|
+
"type": {
|
|
2996
|
+
"text": "string | null"
|
|
2994
2997
|
},
|
|
2995
2998
|
"default": "null"
|
|
2996
2999
|
},
|
|
2997
3000
|
{
|
|
2998
3001
|
"kind": "field",
|
|
2999
|
-
"name": "
|
|
3002
|
+
"name": "activeGroups",
|
|
3003
|
+
"type": {
|
|
3004
|
+
"text": "CriteriaGroup[]"
|
|
3005
|
+
},
|
|
3006
|
+
"default": "[]"
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"kind": "field",
|
|
3010
|
+
"name": "showingChips",
|
|
3000
3011
|
"type": {
|
|
3001
3012
|
"text": "boolean"
|
|
3002
3013
|
},
|
|
@@ -3004,15 +3015,15 @@
|
|
|
3004
3015
|
},
|
|
3005
3016
|
{
|
|
3006
3017
|
"kind": "field",
|
|
3007
|
-
"name": "
|
|
3018
|
+
"name": "fieldMetadata",
|
|
3008
3019
|
"type": {
|
|
3009
|
-
"text": "
|
|
3020
|
+
"text": "MetadataDetail[] | string[]"
|
|
3010
3021
|
},
|
|
3011
|
-
"default": "
|
|
3022
|
+
"default": "[]"
|
|
3012
3023
|
},
|
|
3013
3024
|
{
|
|
3014
3025
|
"kind": "field",
|
|
3015
|
-
"name": "
|
|
3026
|
+
"name": "isRecording",
|
|
3016
3027
|
"type": {
|
|
3017
3028
|
"text": "boolean"
|
|
3018
3029
|
},
|
|
@@ -3020,29 +3031,33 @@
|
|
|
3020
3031
|
},
|
|
3021
3032
|
{
|
|
3022
3033
|
"kind": "field",
|
|
3023
|
-
"name": "
|
|
3034
|
+
"name": "textAreaRef",
|
|
3024
3035
|
"type": {
|
|
3025
|
-
"text": "
|
|
3036
|
+
"text": "HTMLTextAreaElement"
|
|
3026
3037
|
},
|
|
3027
|
-
"privacy": "
|
|
3028
|
-
"default": "null"
|
|
3038
|
+
"privacy": "public"
|
|
3029
3039
|
},
|
|
3030
3040
|
{
|
|
3031
3041
|
"kind": "field",
|
|
3032
|
-
"name": "
|
|
3033
|
-
"
|
|
3042
|
+
"name": "stopRecording",
|
|
3043
|
+
"type": {
|
|
3044
|
+
"text": "(() => void) | null"
|
|
3045
|
+
},
|
|
3046
|
+
"privacy": "private",
|
|
3047
|
+
"default": "null"
|
|
3034
3048
|
},
|
|
3035
3049
|
{
|
|
3036
3050
|
"kind": "field",
|
|
3037
|
-
"name": "
|
|
3051
|
+
"name": "speechApplyDebounceTimer",
|
|
3038
3052
|
"type": {
|
|
3039
|
-
"text": "
|
|
3053
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3040
3054
|
},
|
|
3041
|
-
"
|
|
3055
|
+
"privacy": "private",
|
|
3056
|
+
"default": "null"
|
|
3042
3057
|
},
|
|
3043
3058
|
{
|
|
3044
3059
|
"kind": "field",
|
|
3045
|
-
"name": "
|
|
3060
|
+
"name": "speechAvailable",
|
|
3046
3061
|
"type": {
|
|
3047
3062
|
"text": "boolean"
|
|
3048
3063
|
},
|
|
@@ -3050,69 +3065,65 @@
|
|
|
3050
3065
|
},
|
|
3051
3066
|
{
|
|
3052
3067
|
"kind": "field",
|
|
3053
|
-
"name": "
|
|
3068
|
+
"name": "criteriaChips",
|
|
3054
3069
|
"type": {
|
|
3055
|
-
"text": "
|
|
3070
|
+
"text": "CriteriaChip[]"
|
|
3056
3071
|
},
|
|
3057
3072
|
"readonly": true
|
|
3058
3073
|
},
|
|
3059
3074
|
{
|
|
3060
3075
|
"kind": "method",
|
|
3061
|
-
"name": "
|
|
3076
|
+
"name": "getFieldLabel",
|
|
3077
|
+
"privacy": "private",
|
|
3062
3078
|
"return": {
|
|
3063
3079
|
"type": {
|
|
3064
|
-
"text": "
|
|
3080
|
+
"text": "string"
|
|
3065
3081
|
}
|
|
3066
|
-
}
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"kind": "method",
|
|
3070
|
-
"name": "handleClickOutside",
|
|
3071
|
-
"privacy": "private",
|
|
3082
|
+
},
|
|
3072
3083
|
"parameters": [
|
|
3073
3084
|
{
|
|
3074
|
-
"name": "
|
|
3085
|
+
"name": "fieldName",
|
|
3075
3086
|
"type": {
|
|
3076
|
-
"text": "
|
|
3087
|
+
"text": "string"
|
|
3077
3088
|
}
|
|
3078
3089
|
}
|
|
3079
3090
|
]
|
|
3080
3091
|
},
|
|
3081
3092
|
{
|
|
3082
3093
|
"kind": "method",
|
|
3083
|
-
"name": "
|
|
3084
|
-
},
|
|
3085
|
-
{
|
|
3086
|
-
"kind": "method",
|
|
3087
|
-
"name": "refreshStatus",
|
|
3094
|
+
"name": "toggleCriteriaView",
|
|
3088
3095
|
"return": {
|
|
3089
3096
|
"type": {
|
|
3090
|
-
"text": "
|
|
3097
|
+
"text": "void"
|
|
3091
3098
|
}
|
|
3092
3099
|
}
|
|
3093
3100
|
},
|
|
3094
3101
|
{
|
|
3095
3102
|
"kind": "method",
|
|
3096
|
-
"name": "
|
|
3097
|
-
"privacy": "private",
|
|
3103
|
+
"name": "removeChip",
|
|
3098
3104
|
"return": {
|
|
3099
3105
|
"type": {
|
|
3100
|
-
"text": "
|
|
3106
|
+
"text": "void"
|
|
3101
3107
|
}
|
|
3102
3108
|
},
|
|
3103
3109
|
"parameters": [
|
|
3104
3110
|
{
|
|
3105
|
-
"name": "
|
|
3111
|
+
"name": "groupIndex",
|
|
3106
3112
|
"type": {
|
|
3107
|
-
"text": "
|
|
3113
|
+
"text": "number"
|
|
3114
|
+
}
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "clauseIndex",
|
|
3118
|
+
"type": {
|
|
3119
|
+
"text": "number"
|
|
3108
3120
|
}
|
|
3109
3121
|
}
|
|
3110
3122
|
]
|
|
3111
3123
|
},
|
|
3112
3124
|
{
|
|
3113
3125
|
"kind": "method",
|
|
3114
|
-
"name": "
|
|
3115
|
-
"privacy": "private",
|
|
3126
|
+
"name": "clearChips",
|
|
3116
3127
|
"return": {
|
|
3117
3128
|
"type": {
|
|
3118
3129
|
"text": "void"
|
|
@@ -3121,32 +3132,24 @@
|
|
|
3121
3132
|
},
|
|
3122
3133
|
{
|
|
3123
3134
|
"kind": "method",
|
|
3124
|
-
"name": "
|
|
3125
|
-
"privacy": "private",
|
|
3126
|
-
"return": {
|
|
3127
|
-
"type": {
|
|
3128
|
-
"text": "void"
|
|
3129
|
-
}
|
|
3130
|
-
}
|
|
3135
|
+
"name": "handleSubmit"
|
|
3131
3136
|
},
|
|
3132
3137
|
{
|
|
3133
3138
|
"kind": "method",
|
|
3134
|
-
"name": "
|
|
3135
|
-
"privacy": "private",
|
|
3136
|
-
"return": {
|
|
3137
|
-
"type": {
|
|
3138
|
-
"text": "void"
|
|
3139
|
-
}
|
|
3140
|
-
}
|
|
3139
|
+
"name": "handleBlur"
|
|
3141
3140
|
},
|
|
3142
3141
|
{
|
|
3143
3142
|
"kind": "method",
|
|
3144
|
-
"name": "
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3143
|
+
"name": "clear"
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
"kind": "method",
|
|
3147
|
+
"name": "toggleSpeechInput"
|
|
3148
|
+
},
|
|
3149
|
+
{
|
|
3150
|
+
"kind": "method",
|
|
3151
|
+
"name": "clearSpeechApplyDebounce",
|
|
3152
|
+
"privacy": "private"
|
|
3150
3153
|
},
|
|
3151
3154
|
{
|
|
3152
3155
|
"kind": "field",
|
|
@@ -3260,145 +3263,320 @@
|
|
|
3260
3263
|
}
|
|
3261
3264
|
}
|
|
3262
3265
|
],
|
|
3266
|
+
"events": [
|
|
3267
|
+
{
|
|
3268
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3269
|
+
"name": "criteria-changed"
|
|
3270
|
+
},
|
|
3271
|
+
{
|
|
3272
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3273
|
+
"name": "validation-errors"
|
|
3274
|
+
}
|
|
3275
|
+
],
|
|
3276
|
+
"attributes": [
|
|
3277
|
+
{
|
|
3278
|
+
"name": "placeholder",
|
|
3279
|
+
"type": {
|
|
3280
|
+
"text": "string"
|
|
3281
|
+
},
|
|
3282
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3283
|
+
"fieldName": "placeholder"
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"type": {
|
|
3287
|
+
"text": "boolean"
|
|
3288
|
+
},
|
|
3289
|
+
"fieldName": "disabled"
|
|
3290
|
+
}
|
|
3291
|
+
],
|
|
3263
3292
|
"superclass": {
|
|
3264
3293
|
"name": "FoundationElement",
|
|
3265
3294
|
"package": "@microsoft/fast-foundation"
|
|
3266
3295
|
},
|
|
3267
|
-
"tagName": "%%prefix%%-ai-
|
|
3296
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3268
3297
|
"customElement": true
|
|
3269
3298
|
},
|
|
3270
3299
|
{
|
|
3271
3300
|
"kind": "variable",
|
|
3272
|
-
"name": "
|
|
3301
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3302
|
+
"type": {
|
|
3303
|
+
"text": "ShadowRootInit"
|
|
3304
|
+
},
|
|
3305
|
+
"default": "undefined"
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"kind": "variable",
|
|
3309
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3310
|
+
"type": {
|
|
3311
|
+
"text": "object"
|
|
3312
|
+
},
|
|
3313
|
+
"default": "{}"
|
|
3314
|
+
},
|
|
3315
|
+
{
|
|
3316
|
+
"kind": "variable",
|
|
3317
|
+
"name": "foundationAiCriteriaSearch"
|
|
3273
3318
|
}
|
|
3274
3319
|
],
|
|
3275
3320
|
"exports": [
|
|
3276
3321
|
{
|
|
3277
3322
|
"kind": "js",
|
|
3278
|
-
"name": "
|
|
3323
|
+
"name": "AiCriteriaSearch",
|
|
3279
3324
|
"declaration": {
|
|
3280
|
-
"name": "
|
|
3281
|
-
"module": "src/ai-
|
|
3325
|
+
"name": "AiCriteriaSearch",
|
|
3326
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3282
3327
|
}
|
|
3283
3328
|
},
|
|
3284
3329
|
{
|
|
3285
3330
|
"kind": "js",
|
|
3286
|
-
"name": "
|
|
3331
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3287
3332
|
"declaration": {
|
|
3288
|
-
"name": "
|
|
3289
|
-
"module": "src/ai-
|
|
3333
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3334
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"kind": "js",
|
|
3339
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3340
|
+
"declaration": {
|
|
3341
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3342
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
3345
|
+
{
|
|
3346
|
+
"kind": "js",
|
|
3347
|
+
"name": "foundationAiCriteriaSearch",
|
|
3348
|
+
"declaration": {
|
|
3349
|
+
"name": "foundationAiCriteriaSearch",
|
|
3350
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3290
3351
|
}
|
|
3291
3352
|
}
|
|
3292
3353
|
]
|
|
3293
3354
|
},
|
|
3294
3355
|
{
|
|
3295
3356
|
"kind": "javascript-module",
|
|
3296
|
-
"path": "src/ai-
|
|
3357
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3297
3358
|
"declarations": [],
|
|
3298
3359
|
"exports": [
|
|
3299
3360
|
{
|
|
3300
3361
|
"kind": "js",
|
|
3301
|
-
"name": "
|
|
3362
|
+
"name": "AiCriteriaSearch",
|
|
3302
3363
|
"declaration": {
|
|
3303
|
-
"name": "
|
|
3304
|
-
"module": "./ai-
|
|
3364
|
+
"name": "AiCriteriaSearch",
|
|
3365
|
+
"module": "./ai-criteria-search"
|
|
3305
3366
|
}
|
|
3306
3367
|
},
|
|
3307
3368
|
{
|
|
3308
3369
|
"kind": "js",
|
|
3309
|
-
"name": "
|
|
3370
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3310
3371
|
"declaration": {
|
|
3311
|
-
"name": "
|
|
3312
|
-
"module": "./ai-
|
|
3372
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3373
|
+
"module": "./ai-criteria-search"
|
|
3313
3374
|
}
|
|
3314
3375
|
},
|
|
3315
3376
|
{
|
|
3316
3377
|
"kind": "js",
|
|
3317
|
-
"name": "
|
|
3378
|
+
"name": "foundationAiCriteriaSearch",
|
|
3318
3379
|
"declaration": {
|
|
3319
|
-
"name": "
|
|
3320
|
-
"module": "./ai-
|
|
3380
|
+
"name": "foundationAiCriteriaSearch",
|
|
3381
|
+
"module": "./ai-criteria-search"
|
|
3321
3382
|
}
|
|
3322
3383
|
},
|
|
3323
3384
|
{
|
|
3324
3385
|
"kind": "js",
|
|
3325
|
-
"name": "
|
|
3386
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3326
3387
|
"declaration": {
|
|
3327
|
-
"name": "
|
|
3328
|
-
"module": "./ai-
|
|
3388
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3389
|
+
"module": "./ai-criteria-search"
|
|
3329
3390
|
}
|
|
3330
3391
|
},
|
|
3331
3392
|
{
|
|
3332
3393
|
"kind": "js",
|
|
3333
|
-
"name": "
|
|
3394
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3334
3395
|
"declaration": {
|
|
3335
|
-
"name": "
|
|
3336
|
-
"module": "./ai-
|
|
3396
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3397
|
+
"module": "./ai-criteria-search.styles"
|
|
3337
3398
|
}
|
|
3338
3399
|
},
|
|
3339
3400
|
{
|
|
3340
3401
|
"kind": "js",
|
|
3341
|
-
"name": "
|
|
3402
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3342
3403
|
"declaration": {
|
|
3343
|
-
"name": "
|
|
3344
|
-
"module": "./ai-
|
|
3404
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3405
|
+
"module": "./ai-criteria-search.template"
|
|
3406
|
+
}
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"kind": "js",
|
|
3410
|
+
"name": "*",
|
|
3411
|
+
"declaration": {
|
|
3412
|
+
"name": "*",
|
|
3413
|
+
"package": "./validation/criteria-ir"
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"kind": "js",
|
|
3418
|
+
"name": "*",
|
|
3419
|
+
"declaration": {
|
|
3420
|
+
"name": "*",
|
|
3421
|
+
"package": "./validation/operator-map"
|
|
3422
|
+
}
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"kind": "js",
|
|
3426
|
+
"name": "*",
|
|
3427
|
+
"declaration": {
|
|
3428
|
+
"name": "*",
|
|
3429
|
+
"package": "./validation/schema-validator"
|
|
3345
3430
|
}
|
|
3346
3431
|
}
|
|
3347
3432
|
]
|
|
3348
3433
|
},
|
|
3349
3434
|
{
|
|
3350
3435
|
"kind": "javascript-module",
|
|
3351
|
-
"path": "src/ai-criteria-search/
|
|
3436
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3352
3437
|
"declarations": [
|
|
3353
3438
|
{
|
|
3354
|
-
"kind": "
|
|
3355
|
-
"name": "
|
|
3356
|
-
"
|
|
3439
|
+
"kind": "function",
|
|
3440
|
+
"name": "formatValidationErrors",
|
|
3441
|
+
"return": {
|
|
3442
|
+
"type": {
|
|
3443
|
+
"text": "string"
|
|
3444
|
+
}
|
|
3445
|
+
},
|
|
3446
|
+
"parameters": [
|
|
3447
|
+
{
|
|
3448
|
+
"name": "errors",
|
|
3449
|
+
"type": {
|
|
3450
|
+
"text": "ValidationError[]"
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3453
|
+
],
|
|
3454
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"kind": "function",
|
|
3458
|
+
"name": "showCriteriaError",
|
|
3459
|
+
"return": {
|
|
3460
|
+
"type": {
|
|
3461
|
+
"text": "void"
|
|
3462
|
+
}
|
|
3463
|
+
},
|
|
3464
|
+
"parameters": [
|
|
3465
|
+
{
|
|
3466
|
+
"name": "title",
|
|
3467
|
+
"type": {
|
|
3468
|
+
"text": "string"
|
|
3469
|
+
},
|
|
3470
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
"name": "body",
|
|
3474
|
+
"type": {
|
|
3475
|
+
"text": "string"
|
|
3476
|
+
},
|
|
3477
|
+
"description": "Error message to display"
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
"name": "tagName",
|
|
3481
|
+
"type": {
|
|
3482
|
+
"text": "string"
|
|
3483
|
+
},
|
|
3484
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3485
|
+
}
|
|
3486
|
+
],
|
|
3487
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3357
3488
|
}
|
|
3358
3489
|
],
|
|
3359
3490
|
"exports": [
|
|
3360
3491
|
{
|
|
3361
3492
|
"kind": "js",
|
|
3362
|
-
"name": "
|
|
3493
|
+
"name": "formatValidationErrors",
|
|
3363
3494
|
"declaration": {
|
|
3364
|
-
"name": "
|
|
3365
|
-
"module": "src/ai-criteria-search/
|
|
3495
|
+
"name": "formatValidationErrors",
|
|
3496
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"kind": "js",
|
|
3501
|
+
"name": "showCriteriaError",
|
|
3502
|
+
"declaration": {
|
|
3503
|
+
"name": "showCriteriaError",
|
|
3504
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3366
3505
|
}
|
|
3367
3506
|
}
|
|
3368
3507
|
]
|
|
3369
3508
|
},
|
|
3370
3509
|
{
|
|
3371
3510
|
"kind": "javascript-module",
|
|
3372
|
-
"path": "src/ai-
|
|
3511
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3512
|
+
"declarations": [
|
|
3513
|
+
{
|
|
3514
|
+
"kind": "function",
|
|
3515
|
+
"name": "foundationAiIndicatorStyles",
|
|
3516
|
+
"return": {
|
|
3517
|
+
"type": {
|
|
3518
|
+
"text": "ElementStyles"
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
"parameters": [
|
|
3522
|
+
{
|
|
3523
|
+
"name": "context",
|
|
3524
|
+
"type": {
|
|
3525
|
+
"text": "ElementDefinitionContext"
|
|
3526
|
+
}
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "definition",
|
|
3530
|
+
"type": {
|
|
3531
|
+
"text": "FoundationElementDefinition"
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
3534
|
+
]
|
|
3535
|
+
}
|
|
3536
|
+
],
|
|
3537
|
+
"exports": [
|
|
3538
|
+
{
|
|
3539
|
+
"kind": "js",
|
|
3540
|
+
"name": "foundationAiIndicatorStyles",
|
|
3541
|
+
"declaration": {
|
|
3542
|
+
"name": "foundationAiIndicatorStyles",
|
|
3543
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3544
|
+
}
|
|
3545
|
+
}
|
|
3546
|
+
]
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"kind": "javascript-module",
|
|
3550
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3373
3551
|
"declarations": [
|
|
3374
3552
|
{
|
|
3375
3553
|
"kind": "variable",
|
|
3376
|
-
"name": "
|
|
3554
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3377
3555
|
"type": {
|
|
3378
|
-
"text": "ViewTemplate<
|
|
3556
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3379
3557
|
},
|
|
3380
|
-
"default": "html`\n ${(x) =>
|
|
3558
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3381
3559
|
}
|
|
3382
3560
|
],
|
|
3383
3561
|
"exports": [
|
|
3384
3562
|
{
|
|
3385
3563
|
"kind": "js",
|
|
3386
|
-
"name": "
|
|
3564
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3387
3565
|
"declaration": {
|
|
3388
|
-
"name": "
|
|
3389
|
-
"module": "src/ai-
|
|
3566
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3567
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3390
3568
|
}
|
|
3391
3569
|
}
|
|
3392
3570
|
]
|
|
3393
3571
|
},
|
|
3394
3572
|
{
|
|
3395
3573
|
"kind": "javascript-module",
|
|
3396
|
-
"path": "src/ai-
|
|
3574
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3397
3575
|
"declarations": [
|
|
3398
3576
|
{
|
|
3399
3577
|
"kind": "class",
|
|
3400
|
-
"description": "
|
|
3401
|
-
"name": "
|
|
3578
|
+
"description": "",
|
|
3579
|
+
"name": "AiIndicator",
|
|
3402
3580
|
"members": [
|
|
3403
3581
|
{
|
|
3404
3582
|
"kind": "field",
|
|
@@ -3409,54 +3587,25 @@
|
|
|
3409
3587
|
},
|
|
3410
3588
|
{
|
|
3411
3589
|
"kind": "field",
|
|
3412
|
-
"name": "
|
|
3413
|
-
"type": {
|
|
3414
|
-
"text": "string"
|
|
3415
|
-
},
|
|
3416
|
-
"default": "'Describe your search criteria in natural language...'"
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"kind": "field",
|
|
3420
|
-
"name": "disabled",
|
|
3421
|
-
"type": {
|
|
3422
|
-
"text": "boolean"
|
|
3423
|
-
}
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"kind": "field",
|
|
3427
|
-
"name": "inputValue",
|
|
3428
|
-
"type": {
|
|
3429
|
-
"text": "string"
|
|
3430
|
-
},
|
|
3431
|
-
"default": "''"
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"kind": "field",
|
|
3435
|
-
"name": "isInterpreting",
|
|
3590
|
+
"name": "aiProvider",
|
|
3436
3591
|
"type": {
|
|
3437
|
-
"text": "
|
|
3592
|
+
"text": "AIProvider | undefined"
|
|
3438
3593
|
},
|
|
3439
|
-
"
|
|
3594
|
+
"privacy": "private",
|
|
3595
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3596
|
+
"readonly": true
|
|
3440
3597
|
},
|
|
3441
3598
|
{
|
|
3442
3599
|
"kind": "field",
|
|
3443
|
-
"name": "
|
|
3600
|
+
"name": "status",
|
|
3444
3601
|
"type": {
|
|
3445
|
-
"text": "
|
|
3602
|
+
"text": "AIStatus | null"
|
|
3446
3603
|
},
|
|
3447
3604
|
"default": "null"
|
|
3448
3605
|
},
|
|
3449
3606
|
{
|
|
3450
3607
|
"kind": "field",
|
|
3451
|
-
"name": "
|
|
3452
|
-
"type": {
|
|
3453
|
-
"text": "CriteriaGroup[]"
|
|
3454
|
-
},
|
|
3455
|
-
"default": "[]"
|
|
3456
|
-
},
|
|
3457
|
-
{
|
|
3458
|
-
"kind": "field",
|
|
3459
|
-
"name": "showingChips",
|
|
3608
|
+
"name": "open",
|
|
3460
3609
|
"type": {
|
|
3461
3610
|
"text": "boolean"
|
|
3462
3611
|
},
|
|
@@ -3464,15 +3613,15 @@
|
|
|
3464
3613
|
},
|
|
3465
3614
|
{
|
|
3466
3615
|
"kind": "field",
|
|
3467
|
-
"name": "
|
|
3616
|
+
"name": "state",
|
|
3468
3617
|
"type": {
|
|
3469
|
-
"text": "
|
|
3618
|
+
"text": "AIIndicatorState"
|
|
3470
3619
|
},
|
|
3471
|
-
"default": "
|
|
3620
|
+
"default": "'none'"
|
|
3472
3621
|
},
|
|
3473
3622
|
{
|
|
3474
3623
|
"kind": "field",
|
|
3475
|
-
"name": "
|
|
3624
|
+
"name": "isInstalling",
|
|
3476
3625
|
"type": {
|
|
3477
3626
|
"text": "boolean"
|
|
3478
3627
|
},
|
|
@@ -3480,33 +3629,29 @@
|
|
|
3480
3629
|
},
|
|
3481
3630
|
{
|
|
3482
3631
|
"kind": "field",
|
|
3483
|
-
"name": "
|
|
3632
|
+
"name": "pollTimer",
|
|
3484
3633
|
"type": {
|
|
3485
|
-
"text": "
|
|
3634
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3486
3635
|
},
|
|
3487
|
-
"privacy": "
|
|
3636
|
+
"privacy": "private",
|
|
3637
|
+
"default": "null"
|
|
3488
3638
|
},
|
|
3489
3639
|
{
|
|
3490
3640
|
"kind": "field",
|
|
3491
|
-
"name": "
|
|
3492
|
-
"
|
|
3493
|
-
"text": "(() => void) | null"
|
|
3494
|
-
},
|
|
3495
|
-
"privacy": "private",
|
|
3496
|
-
"default": "null"
|
|
3641
|
+
"name": "clickOutside",
|
|
3642
|
+
"privacy": "private"
|
|
3497
3643
|
},
|
|
3498
3644
|
{
|
|
3499
3645
|
"kind": "field",
|
|
3500
|
-
"name": "
|
|
3646
|
+
"name": "chromeStatusLabel",
|
|
3501
3647
|
"type": {
|
|
3502
|
-
"text": "
|
|
3648
|
+
"text": "string | null"
|
|
3503
3649
|
},
|
|
3504
|
-
"
|
|
3505
|
-
"default": "null"
|
|
3650
|
+
"readonly": true
|
|
3506
3651
|
},
|
|
3507
3652
|
{
|
|
3508
3653
|
"kind": "field",
|
|
3509
|
-
"name": "
|
|
3654
|
+
"name": "canInstall",
|
|
3510
3655
|
"type": {
|
|
3511
3656
|
"text": "boolean"
|
|
3512
3657
|
},
|
|
@@ -3514,65 +3659,69 @@
|
|
|
3514
3659
|
},
|
|
3515
3660
|
{
|
|
3516
3661
|
"kind": "field",
|
|
3517
|
-
"name": "
|
|
3662
|
+
"name": "isDownloading",
|
|
3518
3663
|
"type": {
|
|
3519
|
-
"text": "
|
|
3664
|
+
"text": "boolean"
|
|
3520
3665
|
},
|
|
3521
3666
|
"readonly": true
|
|
3522
3667
|
},
|
|
3523
3668
|
{
|
|
3524
3669
|
"kind": "method",
|
|
3525
|
-
"name": "
|
|
3526
|
-
"privacy": "private",
|
|
3670
|
+
"name": "openChanged",
|
|
3527
3671
|
"return": {
|
|
3528
3672
|
"type": {
|
|
3529
|
-
"text": "
|
|
3673
|
+
"text": "void"
|
|
3530
3674
|
}
|
|
3531
|
-
}
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"kind": "method",
|
|
3679
|
+
"name": "handleClickOutside",
|
|
3680
|
+
"privacy": "private",
|
|
3532
3681
|
"parameters": [
|
|
3533
3682
|
{
|
|
3534
|
-
"name": "
|
|
3683
|
+
"name": "event",
|
|
3535
3684
|
"type": {
|
|
3536
|
-
"text": "
|
|
3685
|
+
"text": "MouseEvent"
|
|
3537
3686
|
}
|
|
3538
3687
|
}
|
|
3539
3688
|
]
|
|
3540
3689
|
},
|
|
3541
3690
|
{
|
|
3542
3691
|
"kind": "method",
|
|
3543
|
-
"name": "
|
|
3692
|
+
"name": "toggleDropdown"
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"kind": "method",
|
|
3696
|
+
"name": "refreshStatus",
|
|
3544
3697
|
"return": {
|
|
3545
3698
|
"type": {
|
|
3546
|
-
"text": "void"
|
|
3699
|
+
"text": "Promise<void>"
|
|
3547
3700
|
}
|
|
3548
3701
|
}
|
|
3549
3702
|
},
|
|
3550
3703
|
{
|
|
3551
3704
|
"kind": "method",
|
|
3552
|
-
"name": "
|
|
3705
|
+
"name": "deriveState",
|
|
3706
|
+
"privacy": "private",
|
|
3553
3707
|
"return": {
|
|
3554
3708
|
"type": {
|
|
3555
|
-
"text": "
|
|
3709
|
+
"text": "AIIndicatorState"
|
|
3556
3710
|
}
|
|
3557
3711
|
},
|
|
3558
3712
|
"parameters": [
|
|
3559
3713
|
{
|
|
3560
|
-
"name": "
|
|
3561
|
-
"type": {
|
|
3562
|
-
"text": "number"
|
|
3563
|
-
}
|
|
3564
|
-
},
|
|
3565
|
-
{
|
|
3566
|
-
"name": "clauseIndex",
|
|
3714
|
+
"name": "s",
|
|
3567
3715
|
"type": {
|
|
3568
|
-
"text": "
|
|
3716
|
+
"text": "AIStatus | null"
|
|
3569
3717
|
}
|
|
3570
3718
|
}
|
|
3571
3719
|
]
|
|
3572
3720
|
},
|
|
3573
3721
|
{
|
|
3574
3722
|
"kind": "method",
|
|
3575
|
-
"name": "
|
|
3723
|
+
"name": "maybeStartPolling",
|
|
3724
|
+
"privacy": "private",
|
|
3576
3725
|
"return": {
|
|
3577
3726
|
"type": {
|
|
3578
3727
|
"text": "void"
|
|
@@ -3581,24 +3730,32 @@
|
|
|
3581
3730
|
},
|
|
3582
3731
|
{
|
|
3583
3732
|
"kind": "method",
|
|
3584
|
-
"name": "
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
"kind": "method",
|
|
3592
|
-
"name": "clear"
|
|
3733
|
+
"name": "startPolling",
|
|
3734
|
+
"privacy": "private",
|
|
3735
|
+
"return": {
|
|
3736
|
+
"type": {
|
|
3737
|
+
"text": "void"
|
|
3738
|
+
}
|
|
3739
|
+
}
|
|
3593
3740
|
},
|
|
3594
3741
|
{
|
|
3595
3742
|
"kind": "method",
|
|
3596
|
-
"name": "
|
|
3743
|
+
"name": "stopPolling",
|
|
3744
|
+
"privacy": "private",
|
|
3745
|
+
"return": {
|
|
3746
|
+
"type": {
|
|
3747
|
+
"text": "void"
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3597
3750
|
},
|
|
3598
3751
|
{
|
|
3599
3752
|
"kind": "method",
|
|
3600
|
-
"name": "
|
|
3601
|
-
"
|
|
3753
|
+
"name": "onInstall",
|
|
3754
|
+
"return": {
|
|
3755
|
+
"type": {
|
|
3756
|
+
"text": "Promise<void>"
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3602
3759
|
},
|
|
3603
3760
|
{
|
|
3604
3761
|
"kind": "field",
|
|
@@ -3712,245 +3869,88 @@
|
|
|
3712
3869
|
}
|
|
3713
3870
|
}
|
|
3714
3871
|
],
|
|
3715
|
-
"events": [
|
|
3716
|
-
{
|
|
3717
|
-
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3718
|
-
"name": "criteria-changed"
|
|
3719
|
-
},
|
|
3720
|
-
{
|
|
3721
|
-
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3722
|
-
"name": "validation-errors"
|
|
3723
|
-
}
|
|
3724
|
-
],
|
|
3725
|
-
"attributes": [
|
|
3726
|
-
{
|
|
3727
|
-
"name": "placeholder",
|
|
3728
|
-
"type": {
|
|
3729
|
-
"text": "string"
|
|
3730
|
-
},
|
|
3731
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3732
|
-
"fieldName": "placeholder"
|
|
3733
|
-
},
|
|
3734
|
-
{
|
|
3735
|
-
"type": {
|
|
3736
|
-
"text": "boolean"
|
|
3737
|
-
},
|
|
3738
|
-
"fieldName": "disabled"
|
|
3739
|
-
}
|
|
3740
|
-
],
|
|
3741
3872
|
"superclass": {
|
|
3742
3873
|
"name": "FoundationElement",
|
|
3743
3874
|
"package": "@microsoft/fast-foundation"
|
|
3744
3875
|
},
|
|
3745
|
-
"tagName": "%%prefix%%-ai-
|
|
3876
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3746
3877
|
"customElement": true
|
|
3747
3878
|
},
|
|
3748
3879
|
{
|
|
3749
3880
|
"kind": "variable",
|
|
3750
|
-
"name": "
|
|
3751
|
-
"type": {
|
|
3752
|
-
"text": "ShadowRootInit"
|
|
3753
|
-
},
|
|
3754
|
-
"default": "undefined"
|
|
3755
|
-
},
|
|
3756
|
-
{
|
|
3757
|
-
"kind": "variable",
|
|
3758
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3759
|
-
"type": {
|
|
3760
|
-
"text": "object"
|
|
3761
|
-
},
|
|
3762
|
-
"default": "{}"
|
|
3763
|
-
},
|
|
3764
|
-
{
|
|
3765
|
-
"kind": "variable",
|
|
3766
|
-
"name": "foundationAiCriteriaSearch"
|
|
3881
|
+
"name": "foundationAiIndicator"
|
|
3767
3882
|
}
|
|
3768
3883
|
],
|
|
3769
3884
|
"exports": [
|
|
3770
3885
|
{
|
|
3771
3886
|
"kind": "js",
|
|
3772
|
-
"name": "
|
|
3773
|
-
"declaration": {
|
|
3774
|
-
"name": "AiCriteriaSearch",
|
|
3775
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3776
|
-
}
|
|
3777
|
-
},
|
|
3778
|
-
{
|
|
3779
|
-
"kind": "js",
|
|
3780
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3781
|
-
"declaration": {
|
|
3782
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3783
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3784
|
-
}
|
|
3785
|
-
},
|
|
3786
|
-
{
|
|
3787
|
-
"kind": "js",
|
|
3788
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3887
|
+
"name": "AiIndicator",
|
|
3789
3888
|
"declaration": {
|
|
3790
|
-
"name": "
|
|
3791
|
-
"module": "src/ai-
|
|
3889
|
+
"name": "AiIndicator",
|
|
3890
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3792
3891
|
}
|
|
3793
3892
|
},
|
|
3794
3893
|
{
|
|
3795
3894
|
"kind": "js",
|
|
3796
|
-
"name": "
|
|
3895
|
+
"name": "foundationAiIndicator",
|
|
3797
3896
|
"declaration": {
|
|
3798
|
-
"name": "
|
|
3799
|
-
"module": "src/ai-
|
|
3897
|
+
"name": "foundationAiIndicator",
|
|
3898
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3800
3899
|
}
|
|
3801
3900
|
}
|
|
3802
3901
|
]
|
|
3803
3902
|
},
|
|
3804
3903
|
{
|
|
3805
3904
|
"kind": "javascript-module",
|
|
3806
|
-
"path": "src/ai-
|
|
3905
|
+
"path": "src/ai-indicator/index.ts",
|
|
3807
3906
|
"declarations": [],
|
|
3808
3907
|
"exports": [
|
|
3809
3908
|
{
|
|
3810
3909
|
"kind": "js",
|
|
3811
|
-
"name": "
|
|
3812
|
-
"declaration": {
|
|
3813
|
-
"name": "AiCriteriaSearch",
|
|
3814
|
-
"module": "./ai-criteria-search"
|
|
3815
|
-
}
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"kind": "js",
|
|
3819
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3820
|
-
"declaration": {
|
|
3821
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3822
|
-
"module": "./ai-criteria-search"
|
|
3823
|
-
}
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"kind": "js",
|
|
3827
|
-
"name": "foundationAiCriteriaSearch",
|
|
3828
|
-
"declaration": {
|
|
3829
|
-
"name": "foundationAiCriteriaSearch",
|
|
3830
|
-
"module": "./ai-criteria-search"
|
|
3831
|
-
}
|
|
3832
|
-
},
|
|
3833
|
-
{
|
|
3834
|
-
"kind": "js",
|
|
3835
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3836
|
-
"declaration": {
|
|
3837
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3838
|
-
"module": "./ai-criteria-search"
|
|
3839
|
-
}
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"kind": "js",
|
|
3843
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3844
|
-
"declaration": {
|
|
3845
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3846
|
-
"module": "./ai-criteria-search.styles"
|
|
3847
|
-
}
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"kind": "js",
|
|
3851
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3910
|
+
"name": "AiIndicator",
|
|
3852
3911
|
"declaration": {
|
|
3853
|
-
"name": "
|
|
3854
|
-
"module": "./ai-
|
|
3912
|
+
"name": "AiIndicator",
|
|
3913
|
+
"module": "./ai-indicator"
|
|
3855
3914
|
}
|
|
3856
3915
|
},
|
|
3857
3916
|
{
|
|
3858
3917
|
"kind": "js",
|
|
3859
|
-
"name": "
|
|
3918
|
+
"name": "foundationAiIndicator",
|
|
3860
3919
|
"declaration": {
|
|
3861
|
-
"name": "
|
|
3862
|
-
"
|
|
3920
|
+
"name": "foundationAiIndicator",
|
|
3921
|
+
"module": "./ai-indicator"
|
|
3863
3922
|
}
|
|
3864
3923
|
},
|
|
3865
3924
|
{
|
|
3866
3925
|
"kind": "js",
|
|
3867
|
-
"name": "
|
|
3926
|
+
"name": "type",
|
|
3868
3927
|
"declaration": {
|
|
3869
|
-
"name": "
|
|
3870
|
-
"
|
|
3928
|
+
"name": "type",
|
|
3929
|
+
"module": "./ai-indicator"
|
|
3871
3930
|
}
|
|
3872
3931
|
},
|
|
3873
3932
|
{
|
|
3874
3933
|
"kind": "js",
|
|
3875
|
-
"name": "
|
|
3934
|
+
"name": "AIIndicatorState",
|
|
3876
3935
|
"declaration": {
|
|
3877
|
-
"name": "
|
|
3878
|
-
"
|
|
3936
|
+
"name": "AIIndicatorState",
|
|
3937
|
+
"module": "./ai-indicator"
|
|
3879
3938
|
}
|
|
3880
|
-
}
|
|
3881
|
-
]
|
|
3882
|
-
},
|
|
3883
|
-
{
|
|
3884
|
-
"kind": "javascript-module",
|
|
3885
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3886
|
-
"declarations": [
|
|
3887
|
-
{
|
|
3888
|
-
"kind": "function",
|
|
3889
|
-
"name": "formatValidationErrors",
|
|
3890
|
-
"return": {
|
|
3891
|
-
"type": {
|
|
3892
|
-
"text": "string"
|
|
3893
|
-
}
|
|
3894
|
-
},
|
|
3895
|
-
"parameters": [
|
|
3896
|
-
{
|
|
3897
|
-
"name": "errors",
|
|
3898
|
-
"type": {
|
|
3899
|
-
"text": "ValidationError[]"
|
|
3900
|
-
}
|
|
3901
|
-
}
|
|
3902
|
-
],
|
|
3903
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3904
3939
|
},
|
|
3905
|
-
{
|
|
3906
|
-
"kind": "function",
|
|
3907
|
-
"name": "showCriteriaError",
|
|
3908
|
-
"return": {
|
|
3909
|
-
"type": {
|
|
3910
|
-
"text": "void"
|
|
3911
|
-
}
|
|
3912
|
-
},
|
|
3913
|
-
"parameters": [
|
|
3914
|
-
{
|
|
3915
|
-
"name": "title",
|
|
3916
|
-
"type": {
|
|
3917
|
-
"text": "string"
|
|
3918
|
-
},
|
|
3919
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3920
|
-
},
|
|
3921
|
-
{
|
|
3922
|
-
"name": "body",
|
|
3923
|
-
"type": {
|
|
3924
|
-
"text": "string"
|
|
3925
|
-
},
|
|
3926
|
-
"description": "Error message to display"
|
|
3927
|
-
},
|
|
3928
|
-
{
|
|
3929
|
-
"name": "tagName",
|
|
3930
|
-
"type": {
|
|
3931
|
-
"text": "string"
|
|
3932
|
-
},
|
|
3933
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3934
|
-
}
|
|
3935
|
-
],
|
|
3936
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3937
|
-
}
|
|
3938
|
-
],
|
|
3939
|
-
"exports": [
|
|
3940
3940
|
{
|
|
3941
3941
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3942
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3943
3943
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"module": "
|
|
3944
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3945
|
+
"module": "./ai-indicator.template"
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
3948
3948
|
{
|
|
3949
3949
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3950
|
+
"name": "foundationAiIndicatorStyles",
|
|
3951
3951
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"module": "
|
|
3952
|
+
"name": "foundationAiIndicatorStyles",
|
|
3953
|
+
"module": "./ai-indicator.styles"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
]
|