@praxisui/table 9.0.36 → 9.0.38
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/README.md +2 -1
- package/ai/component-registry.json +710 -2
- package/fesm2022/{praxisui-table-praxisui-table-CjEzphdr.mjs → praxisui-table-praxisui-table-DsGW8c1t.mjs} +307 -6
- package/fesm2022/{praxisui-table-table-agentic-authoring-turn-flow-TW5ugHxg.mjs → praxisui-table-table-agentic-authoring-turn-flow-C1rc3ai5.mjs} +1 -1
- package/fesm2022/{praxisui-table-table-ai.adapter-Cyn_V95j.mjs → praxisui-table-table-ai.adapter-oSqul1ew.mjs} +1 -1
- package/fesm2022/praxisui-table.mjs +1 -1
- package/package.json +10 -10
- package/types/praxisui-table.d.ts +9 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-30T02:26:55.462Z",
|
|
4
4
|
"packageName": "@praxisui/table",
|
|
5
|
-
"packageVersion": "9.0.
|
|
5
|
+
"packageVersion": "9.0.38",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 3,
|
|
@@ -253,10 +253,84 @@
|
|
|
253
253
|
"scope": "toolbar"
|
|
254
254
|
}
|
|
255
255
|
],
|
|
256
|
+
"ports": [
|
|
257
|
+
{
|
|
258
|
+
"id": "value",
|
|
259
|
+
"label": "Filter Value",
|
|
260
|
+
"direction": "input",
|
|
261
|
+
"semanticKind": "value",
|
|
262
|
+
"schema": {
|
|
263
|
+
"id": "Record<string, any>",
|
|
264
|
+
"kind": "ts-type",
|
|
265
|
+
"ref": "Record<string, any>"
|
|
266
|
+
},
|
|
267
|
+
"description": "Controlled filter DTO applied by the host.",
|
|
268
|
+
"exposure": {
|
|
269
|
+
"public": true,
|
|
270
|
+
"group": "data"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"id": "change",
|
|
275
|
+
"label": "Filter Change",
|
|
276
|
+
"direction": "output",
|
|
277
|
+
"semanticKind": "event",
|
|
278
|
+
"schema": {
|
|
279
|
+
"id": "Record<string, any>",
|
|
280
|
+
"kind": "ts-type",
|
|
281
|
+
"ref": "Record<string, any>"
|
|
282
|
+
},
|
|
283
|
+
"cardinality": "stream",
|
|
284
|
+
"description": "Filter DTO emitted after a local value change.",
|
|
285
|
+
"exposure": {
|
|
286
|
+
"public": true,
|
|
287
|
+
"group": "events"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "requestSearch",
|
|
292
|
+
"label": "Request Search",
|
|
293
|
+
"direction": "output",
|
|
294
|
+
"semanticKind": "event",
|
|
295
|
+
"schema": {
|
|
296
|
+
"id": "Record<string, any>",
|
|
297
|
+
"kind": "ts-type",
|
|
298
|
+
"ref": "Record<string, any>"
|
|
299
|
+
},
|
|
300
|
+
"cardinality": "stream",
|
|
301
|
+
"description": "Canonical search request carrying the current filter DTO.",
|
|
302
|
+
"exposure": {
|
|
303
|
+
"public": true,
|
|
304
|
+
"group": "events"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"id": "clear",
|
|
309
|
+
"label": "Clear Filter",
|
|
310
|
+
"direction": "output",
|
|
311
|
+
"semanticKind": "event",
|
|
312
|
+
"schema": {
|
|
313
|
+
"id": "void",
|
|
314
|
+
"kind": "ts-type",
|
|
315
|
+
"ref": "void"
|
|
316
|
+
},
|
|
317
|
+
"cardinality": "stream",
|
|
318
|
+
"description": "Event emitted after the current filter DTO is cleared.",
|
|
319
|
+
"exposure": {
|
|
320
|
+
"public": true,
|
|
321
|
+
"group": "events"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
],
|
|
256
325
|
"configEditor": {
|
|
257
326
|
"component": "[ref:PraxisFilterWidgetConfigEditor]",
|
|
258
327
|
"title": "Configurar filtro"
|
|
259
328
|
},
|
|
329
|
+
"authoringManifestRef": {
|
|
330
|
+
"componentId": "praxis-filter",
|
|
331
|
+
"version": "1.0.0",
|
|
332
|
+
"source": "PRAXIS_FILTER_AUTHORING_MANIFEST"
|
|
333
|
+
},
|
|
260
334
|
"source": "projects/praxis-table/src/lib/components/praxis-filter/praxis-filter.metadata.ts",
|
|
261
335
|
"exportName": "PRAXIS_FILTER_COMPONENT_METADATA",
|
|
262
336
|
"capabilities": [
|
|
@@ -1809,6 +1883,560 @@
|
|
|
1809
1883
|
]
|
|
1810
1884
|
}
|
|
1811
1885
|
],
|
|
1886
|
+
"authoringManifest": {
|
|
1887
|
+
"schemaVersion": "1.0.0",
|
|
1888
|
+
"componentId": "praxis-filter",
|
|
1889
|
+
"ownerPackage": "@praxisui/table",
|
|
1890
|
+
"configSchemaId": "FilterConfig",
|
|
1891
|
+
"manifestVersion": "1.0.0",
|
|
1892
|
+
"runtimeInputs": [
|
|
1893
|
+
{
|
|
1894
|
+
"name": "resourcePath",
|
|
1895
|
+
"type": "string",
|
|
1896
|
+
"description": "Canonical resource used to resolve filter metadata."
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"name": "apiUrlEntry",
|
|
1900
|
+
"type": "ApiUrlEntry | null",
|
|
1901
|
+
"description": "Resolved API entry supplied by detached hosts."
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "fieldMetadata",
|
|
1905
|
+
"type": "FieldMetadata[] | null",
|
|
1906
|
+
"description": "Optional host-provided filter metadata."
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "filterId",
|
|
1910
|
+
"type": "string",
|
|
1911
|
+
"description": "Stable filter persistence identity."
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"name": "formId",
|
|
1915
|
+
"type": "string",
|
|
1916
|
+
"description": "Stable advanced-filter form identity."
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"name": "componentInstanceId",
|
|
1920
|
+
"type": "string",
|
|
1921
|
+
"description": "Stable hosted widget identity."
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "mode",
|
|
1925
|
+
"type": "'filter'",
|
|
1926
|
+
"allowedValues": [
|
|
1927
|
+
"filter"
|
|
1928
|
+
],
|
|
1929
|
+
"description": "Standalone runtime mode."
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"name": "notifyIfOutdated",
|
|
1933
|
+
"type": "'inline' | 'snackbar' | 'both' | 'none'",
|
|
1934
|
+
"description": "Schema drift notification channel."
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"name": "snoozeMs",
|
|
1938
|
+
"type": "number",
|
|
1939
|
+
"description": "Schema drift notification snooze duration."
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"name": "autoOpenSettingsOnOutdated",
|
|
1943
|
+
"type": "boolean",
|
|
1944
|
+
"description": "Opens settings when schema drift is detected."
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"name": "enableCustomization",
|
|
1948
|
+
"type": "boolean",
|
|
1949
|
+
"description": "Enables runtime customization affordances."
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"name": "value",
|
|
1953
|
+
"type": "Record<string, any>",
|
|
1954
|
+
"description": "Controlled runtime filter DTO; never persisted by standalone authoring."
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
"name": "alwaysVisibleFields",
|
|
1958
|
+
"type": "string[]",
|
|
1959
|
+
"description": "Ordered fields pinned in the inline filter."
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "alwaysVisibleFieldMetadataOverrides",
|
|
1963
|
+
"type": "Record<string, Record<string, any>>",
|
|
1964
|
+
"description": "Host-owned metadata overrides preserved by editor round trips but not authored by this manifest."
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "selectedFieldIds",
|
|
1968
|
+
"type": "string[]",
|
|
1969
|
+
"description": "Ordered additional fields selected for the filter."
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"name": "tags",
|
|
1973
|
+
"type": "FilterTag[]",
|
|
1974
|
+
"description": "Host-provided filter shortcuts; not authored by this manifest."
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "allowSaveTags",
|
|
1978
|
+
"type": "boolean",
|
|
1979
|
+
"description": "Allows users to persist filter shortcuts."
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"name": "persistenceKey",
|
|
1983
|
+
"type": "string",
|
|
1984
|
+
"description": "Host-owned persistence key."
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"name": "disablePersistence",
|
|
1988
|
+
"type": "boolean",
|
|
1989
|
+
"description": "Disables runtime preference persistence."
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
"name": "i18n",
|
|
1993
|
+
"type": "Partial<I18n>",
|
|
1994
|
+
"description": "Host-provided copy overrides."
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "changeDebounceMs",
|
|
1998
|
+
"type": "number",
|
|
1999
|
+
"description": "Debounce applied to filter changes."
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "showFilterSettings",
|
|
2003
|
+
"type": "boolean",
|
|
2004
|
+
"description": "Shows runtime filter settings affordance."
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"name": "showAdvancedButton",
|
|
2008
|
+
"type": "boolean",
|
|
2009
|
+
"description": "Shows the advanced-filter action."
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"name": "showAddButton",
|
|
2013
|
+
"type": "boolean",
|
|
2014
|
+
"description": "Shows the field-selection action."
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"name": "showClearButton",
|
|
2018
|
+
"type": "boolean",
|
|
2019
|
+
"description": "Shows the clear action."
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"name": "showSearchButton",
|
|
2023
|
+
"type": "boolean",
|
|
2024
|
+
"description": "Shows the explicit request-search action."
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"name": "confirmTagDelete",
|
|
2028
|
+
"type": "boolean",
|
|
2029
|
+
"description": "Requires confirmation before deleting a shortcut."
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"name": "placeBooleansInActions",
|
|
2033
|
+
"type": "boolean",
|
|
2034
|
+
"description": "Places boolean controls in the action lane."
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "showToggleLabels",
|
|
2038
|
+
"type": "boolean",
|
|
2039
|
+
"description": "Shows labels for action-lane toggles."
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"name": "useInlineSelectVariant",
|
|
2043
|
+
"type": "boolean",
|
|
2044
|
+
"description": "Uses the compact inline select renderer."
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"name": "useInlineSearchableSelectVariant",
|
|
2048
|
+
"type": "boolean",
|
|
2049
|
+
"description": "Uses the compact searchable-select renderer."
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"name": "useInlineMultiSelectVariant",
|
|
2053
|
+
"type": "boolean",
|
|
2054
|
+
"description": "Uses the compact multi-select renderer."
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"name": "useInlineInputVariant",
|
|
2058
|
+
"type": "boolean",
|
|
2059
|
+
"description": "Uses the compact input renderer."
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "useInlineToggleVariant",
|
|
2063
|
+
"type": "boolean",
|
|
2064
|
+
"description": "Uses the compact toggle renderer."
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"name": "useInlineRangeVariant",
|
|
2068
|
+
"type": "boolean",
|
|
2069
|
+
"description": "Uses the compact range renderer."
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "useInlineDateVariant",
|
|
2073
|
+
"type": "boolean",
|
|
2074
|
+
"description": "Uses the compact date renderer."
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "useInlineDateRangeVariant",
|
|
2078
|
+
"type": "boolean",
|
|
2079
|
+
"description": "Uses the compact date-range renderer."
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"name": "useInlineTimeVariant",
|
|
2083
|
+
"type": "boolean",
|
|
2084
|
+
"description": "Uses the compact time renderer."
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "useInlineTimeRangeVariant",
|
|
2088
|
+
"type": "boolean",
|
|
2089
|
+
"description": "Uses the compact time-range renderer."
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"name": "useInlineTreeSelectVariant",
|
|
2093
|
+
"type": "boolean",
|
|
2094
|
+
"description": "Uses the compact tree-select renderer."
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"name": "alwaysMinWidth",
|
|
2098
|
+
"type": "number",
|
|
2099
|
+
"description": "Minimum width for pinned fields."
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"name": "alwaysColsMd",
|
|
2103
|
+
"type": "number",
|
|
2104
|
+
"description": "Pinned-field columns on medium viewports."
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"name": "alwaysColsLg",
|
|
2108
|
+
"type": "number",
|
|
2109
|
+
"description": "Pinned-field columns on large viewports."
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"name": "tagColor",
|
|
2113
|
+
"type": "'primary' | 'accent' | 'warn' | 'basic'",
|
|
2114
|
+
"description": "Shortcut color token."
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"name": "tagVariant",
|
|
2118
|
+
"type": "'filled' | 'outlined'",
|
|
2119
|
+
"description": "Shortcut surface variant."
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"name": "tagButtonColor",
|
|
2123
|
+
"type": "'primary' | 'accent' | 'warn' | 'basic'",
|
|
2124
|
+
"description": "Shortcut action color token."
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"name": "actionsButtonColor",
|
|
2128
|
+
"type": "'primary' | 'accent' | 'warn' | 'basic'",
|
|
2129
|
+
"description": "Filter action color token."
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"name": "actionsVariant",
|
|
2133
|
+
"type": "'standard' | 'outlined'",
|
|
2134
|
+
"description": "Filter action surface variant."
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "overlayVariant",
|
|
2138
|
+
"type": "'card' | 'frosted'",
|
|
2139
|
+
"description": "Advanced-filter overlay surface."
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"name": "overlayBackdrop",
|
|
2143
|
+
"type": "boolean",
|
|
2144
|
+
"description": "Controls the advanced-filter backdrop."
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"name": "advancedOpenMode",
|
|
2148
|
+
"type": "'modal' | 'drawer'",
|
|
2149
|
+
"allowedValues": [
|
|
2150
|
+
"modal",
|
|
2151
|
+
"drawer"
|
|
2152
|
+
],
|
|
2153
|
+
"description": "Canonical advanced-filter container."
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"name": "advancedClearButtonsEnabled",
|
|
2157
|
+
"type": "boolean",
|
|
2158
|
+
"description": "Enables clear buttons in advanced fields."
|
|
2159
|
+
}
|
|
2160
|
+
],
|
|
2161
|
+
"editableTargets": [
|
|
2162
|
+
{
|
|
2163
|
+
"kind": "filterSettings",
|
|
2164
|
+
"resolver": "filter-config",
|
|
2165
|
+
"description": "The standalone FilterConfig root materialized by PraxisFilterWidgetConfigEditor."
|
|
2166
|
+
}
|
|
2167
|
+
],
|
|
2168
|
+
"operations": [
|
|
2169
|
+
{
|
|
2170
|
+
"operationId": "filter.settings.configure",
|
|
2171
|
+
"title": "Configure standalone filter settings",
|
|
2172
|
+
"description": "Merges a partial, runtime-backed FilterConfig patch while preserving host-owned inputs and excluding the controlled value DTO.",
|
|
2173
|
+
"scope": "global",
|
|
2174
|
+
"targetKind": "filterSettings",
|
|
2175
|
+
"target": {
|
|
2176
|
+
"kind": "filterSettings",
|
|
2177
|
+
"resolver": "filter-config",
|
|
2178
|
+
"ambiguityPolicy": "fail",
|
|
2179
|
+
"required": false
|
|
2180
|
+
},
|
|
2181
|
+
"inputSchema": {
|
|
2182
|
+
"type": "object",
|
|
2183
|
+
"minProperties": 1,
|
|
2184
|
+
"additionalProperties": false,
|
|
2185
|
+
"properties": {
|
|
2186
|
+
"alwaysVisibleFields": {
|
|
2187
|
+
"type": "array",
|
|
2188
|
+
"uniqueItems": true,
|
|
2189
|
+
"items": {
|
|
2190
|
+
"type": "string",
|
|
2191
|
+
"minLength": 1
|
|
2192
|
+
}
|
|
2193
|
+
},
|
|
2194
|
+
"selectedFieldIds": {
|
|
2195
|
+
"type": "array",
|
|
2196
|
+
"uniqueItems": true,
|
|
2197
|
+
"items": {
|
|
2198
|
+
"type": "string",
|
|
2199
|
+
"minLength": 1
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
"allowSaveTags": {
|
|
2203
|
+
"type": "boolean"
|
|
2204
|
+
},
|
|
2205
|
+
"changeDebounceMs": {
|
|
2206
|
+
"type": "number",
|
|
2207
|
+
"minimum": 100,
|
|
2208
|
+
"maximum": 1000
|
|
2209
|
+
},
|
|
2210
|
+
"placeBooleansInActions": {
|
|
2211
|
+
"type": "boolean"
|
|
2212
|
+
},
|
|
2213
|
+
"showToggleLabels": {
|
|
2214
|
+
"type": "boolean"
|
|
2215
|
+
},
|
|
2216
|
+
"alwaysMinWidth": {
|
|
2217
|
+
"type": "number",
|
|
2218
|
+
"minimum": 180,
|
|
2219
|
+
"maximum": 480
|
|
2220
|
+
},
|
|
2221
|
+
"alwaysColsMd": {
|
|
2222
|
+
"type": "number",
|
|
2223
|
+
"minimum": 1,
|
|
2224
|
+
"maximum": 3
|
|
2225
|
+
},
|
|
2226
|
+
"alwaysColsLg": {
|
|
2227
|
+
"type": "number",
|
|
2228
|
+
"minimum": 1,
|
|
2229
|
+
"maximum": 4
|
|
2230
|
+
},
|
|
2231
|
+
"confirmTagDelete": {
|
|
2232
|
+
"type": "boolean"
|
|
2233
|
+
},
|
|
2234
|
+
"tagColor": {
|
|
2235
|
+
"enum": [
|
|
2236
|
+
"primary",
|
|
2237
|
+
"accent",
|
|
2238
|
+
"warn",
|
|
2239
|
+
"basic"
|
|
2240
|
+
]
|
|
2241
|
+
},
|
|
2242
|
+
"tagVariant": {
|
|
2243
|
+
"enum": [
|
|
2244
|
+
"filled",
|
|
2245
|
+
"outlined"
|
|
2246
|
+
]
|
|
2247
|
+
},
|
|
2248
|
+
"tagButtonColor": {
|
|
2249
|
+
"enum": [
|
|
2250
|
+
"primary",
|
|
2251
|
+
"accent",
|
|
2252
|
+
"warn",
|
|
2253
|
+
"basic"
|
|
2254
|
+
]
|
|
2255
|
+
},
|
|
2256
|
+
"actionsButtonColor": {
|
|
2257
|
+
"enum": [
|
|
2258
|
+
"primary",
|
|
2259
|
+
"accent",
|
|
2260
|
+
"warn",
|
|
2261
|
+
"basic"
|
|
2262
|
+
]
|
|
2263
|
+
},
|
|
2264
|
+
"actionsVariant": {
|
|
2265
|
+
"enum": [
|
|
2266
|
+
"standard",
|
|
2267
|
+
"outlined"
|
|
2268
|
+
]
|
|
2269
|
+
},
|
|
2270
|
+
"useInlineSearchableSelectVariant": {
|
|
2271
|
+
"type": "boolean"
|
|
2272
|
+
},
|
|
2273
|
+
"useInlineRangeVariant": {
|
|
2274
|
+
"type": "boolean"
|
|
2275
|
+
},
|
|
2276
|
+
"useInlineDateVariant": {
|
|
2277
|
+
"type": "boolean"
|
|
2278
|
+
},
|
|
2279
|
+
"useInlineDateRangeVariant": {
|
|
2280
|
+
"type": "boolean"
|
|
2281
|
+
},
|
|
2282
|
+
"useInlineTimeVariant": {
|
|
2283
|
+
"type": "boolean"
|
|
2284
|
+
},
|
|
2285
|
+
"useInlineTimeRangeVariant": {
|
|
2286
|
+
"type": "boolean"
|
|
2287
|
+
},
|
|
2288
|
+
"useInlineTreeSelectVariant": {
|
|
2289
|
+
"type": "boolean"
|
|
2290
|
+
},
|
|
2291
|
+
"overlayVariant": {
|
|
2292
|
+
"enum": [
|
|
2293
|
+
"card",
|
|
2294
|
+
"frosted"
|
|
2295
|
+
]
|
|
2296
|
+
},
|
|
2297
|
+
"overlayBackdrop": {
|
|
2298
|
+
"type": "boolean"
|
|
2299
|
+
},
|
|
2300
|
+
"advancedOpenMode": {
|
|
2301
|
+
"enum": [
|
|
2302
|
+
"modal",
|
|
2303
|
+
"drawer"
|
|
2304
|
+
]
|
|
2305
|
+
},
|
|
2306
|
+
"advancedClearButtonsEnabled": {
|
|
2307
|
+
"type": "boolean"
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
"effects": [
|
|
2312
|
+
{
|
|
2313
|
+
"kind": "merge-object",
|
|
2314
|
+
"path": ""
|
|
2315
|
+
}
|
|
2316
|
+
],
|
|
2317
|
+
"destructive": false,
|
|
2318
|
+
"requiresConfirmation": false,
|
|
2319
|
+
"validators": [
|
|
2320
|
+
"filter-fields-exist",
|
|
2321
|
+
"editor-round-trip-preserve"
|
|
2322
|
+
],
|
|
2323
|
+
"affectedPaths": [
|
|
2324
|
+
"alwaysVisibleFields",
|
|
2325
|
+
"selectedFieldIds",
|
|
2326
|
+
"allowSaveTags",
|
|
2327
|
+
"changeDebounceMs",
|
|
2328
|
+
"placeBooleansInActions",
|
|
2329
|
+
"showToggleLabels",
|
|
2330
|
+
"alwaysMinWidth",
|
|
2331
|
+
"alwaysColsMd",
|
|
2332
|
+
"alwaysColsLg",
|
|
2333
|
+
"confirmTagDelete",
|
|
2334
|
+
"tagColor",
|
|
2335
|
+
"tagVariant",
|
|
2336
|
+
"tagButtonColor",
|
|
2337
|
+
"actionsButtonColor",
|
|
2338
|
+
"actionsVariant",
|
|
2339
|
+
"useInlineSearchableSelectVariant",
|
|
2340
|
+
"useInlineRangeVariant",
|
|
2341
|
+
"useInlineDateVariant",
|
|
2342
|
+
"useInlineDateRangeVariant",
|
|
2343
|
+
"useInlineTimeVariant",
|
|
2344
|
+
"useInlineTimeRangeVariant",
|
|
2345
|
+
"useInlineTreeSelectVariant",
|
|
2346
|
+
"overlayVariant",
|
|
2347
|
+
"overlayBackdrop",
|
|
2348
|
+
"advancedOpenMode",
|
|
2349
|
+
"advancedClearButtonsEnabled"
|
|
2350
|
+
],
|
|
2351
|
+
"submissionImpact": "config-only",
|
|
2352
|
+
"preconditions": [
|
|
2353
|
+
"config-initialized"
|
|
2354
|
+
]
|
|
2355
|
+
}
|
|
2356
|
+
],
|
|
2357
|
+
"validators": [
|
|
2358
|
+
{
|
|
2359
|
+
"validatorId": "filter-fields-exist",
|
|
2360
|
+
"level": "error",
|
|
2361
|
+
"code": "FILTER_FIELDS_EXIST",
|
|
2362
|
+
"description": "Every alwaysVisibleFields and selectedFieldIds entry must exist in the governed filter request metadata or schema."
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"validatorId": "editor-round-trip-preserve",
|
|
2366
|
+
"level": "error",
|
|
2367
|
+
"code": "FILTER_EDITOR_ROUND_TRIP_PRESERVE",
|
|
2368
|
+
"description": "Apply, save, reset and reopen must preserve unrelated host inputs while projecting only FilterConfig-backed settings."
|
|
2369
|
+
}
|
|
2370
|
+
],
|
|
2371
|
+
"roundTripRequirements": [
|
|
2372
|
+
"Apply and save must preserve resource, metadata, identity and unknown host inputs.",
|
|
2373
|
+
"The controlled value input must never be copied into the persisted authoring result.",
|
|
2374
|
+
"Reset must restore the settings captured when the editor opened without changing the saved widget definition.",
|
|
2375
|
+
"Reopen must materialize the last saved FilterConfig-backed inputs without TableConfig paths.",
|
|
2376
|
+
"advancedOpenMode must persist only the canonical values 'modal' or 'drawer'."
|
|
2377
|
+
],
|
|
2378
|
+
"examples": [
|
|
2379
|
+
{
|
|
2380
|
+
"id": "configure-standalone-filter-fields",
|
|
2381
|
+
"request": "Keep employeeName and employeeStatus visible and add department to this standalone filter.",
|
|
2382
|
+
"operationId": "filter.settings.configure",
|
|
2383
|
+
"params": {
|
|
2384
|
+
"alwaysVisibleFields": [
|
|
2385
|
+
"employeeName",
|
|
2386
|
+
"employeeStatus"
|
|
2387
|
+
],
|
|
2388
|
+
"selectedFieldIds": [
|
|
2389
|
+
"department"
|
|
2390
|
+
]
|
|
2391
|
+
},
|
|
2392
|
+
"isPositive": true
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"id": "configure-standalone-filter-presentation",
|
|
2396
|
+
"request": "Open this standalone filter in a drawer and use compact date controls.",
|
|
2397
|
+
"operationId": "filter.settings.configure",
|
|
2398
|
+
"params": {
|
|
2399
|
+
"advancedOpenMode": "drawer",
|
|
2400
|
+
"useInlineDateVariant": true,
|
|
2401
|
+
"changeDebounceMs": 450
|
|
2402
|
+
},
|
|
2403
|
+
"isPositive": true
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"id": "reject-runtime-value-authoring",
|
|
2407
|
+
"request": "Persist the current filter value as authoring configuration.",
|
|
2408
|
+
"operationId": "filter.settings.configure",
|
|
2409
|
+
"params": {
|
|
2410
|
+
"value": {
|
|
2411
|
+
"employeeStatus": "active"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
"isPositive": false
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"id": "reject-host-metadata-override-authoring",
|
|
2418
|
+
"request": "Persist a host metadata override for employeeStatus.",
|
|
2419
|
+
"operationId": "filter.settings.configure",
|
|
2420
|
+
"params": {
|
|
2421
|
+
"alwaysVisibleFieldMetadataOverrides": {
|
|
2422
|
+
"employeeStatus": {
|
|
2423
|
+
"label": "Status"
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
"isPositive": false
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"id": "reject-table-filter-dsl",
|
|
2431
|
+
"request": "Enable the table query builder on this standalone filter.",
|
|
2432
|
+
"operationId": "filter.settings.configure",
|
|
2433
|
+
"params": {
|
|
2434
|
+
"queryBuilder": true
|
|
2435
|
+
},
|
|
2436
|
+
"isPositive": false
|
|
2437
|
+
}
|
|
2438
|
+
]
|
|
2439
|
+
},
|
|
1812
2440
|
"chunks": [
|
|
1813
2441
|
{
|
|
1814
2442
|
"chunkIndex": 0,
|
|
@@ -1849,6 +2477,86 @@
|
|
|
1849
2477
|
"sourceKind": "component_definition",
|
|
1850
2478
|
"sourceId": "praxis-filter",
|
|
1851
2479
|
"corpusVersion": "1.0.0"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"chunkIndex": 4,
|
|
2483
|
+
"chunkKind": "authoring_manifest",
|
|
2484
|
+
"content": "{\"operationId\":\"filter.settings.configure\",\"schemaVersion\":\"1.0.0\",\"manifestVersion\":\"1.0.0\",\"componentId\":\"praxis-filter\",\"ownerPackage\":\"@praxisui/table\",\"configSchemaId\":\"FilterConfig\",\"chunkSection\":\"operation_card\",\"semanticSummary\":\"Configure standalone filter settings Merges a partial, runtime-backed FilterConfig patch while preserving host-owned inputs and excluding the controlled value DTO. Effects: merge-object. Keep employeeName and employeeStatus visible and add department to this standalone filter. Open this standalone filter in a drawer and use compact date controls. Persist the current filter value as authoring configuration. Persist a host metadata override for employeeStatus. Enable the table query builder on this standalone filter.\",\"scope\":\"global\",\"target\":{\"kind\":\"filterSettings\",\"resolver\":\"filter-config\",\"required\":false},\"inputContract\":{\"required\":[],\"properties\":[\"alwaysVisibleFields\",\"selectedFieldIds\",\"allowSaveTags\",\"changeDebounceMs\",\"placeBooleansInActions\",\"showToggleLabels\",\"alwaysMinWidth\",\"alwaysColsMd\",\"alwaysColsLg\",\"confirmTagDelete\",\"tagColor\",\"tagVariant\",\"tagButtonColor\",\"actionsButtonColor\",\"actionsVariant\",\"useInlineSearchableSelectVariant\",\"useInlineRangeVariant\",\"useInlineDateVariant\",\"useInlineDateRangeVariant\",\"useInlineTimeVariant\",\"useInlineTimeRangeVariant\",\"useInlineTreeSelectVariant\",\"overlayVariant\",\"overlayBackdrop\",\"advancedOpenMode\",\"advancedClearButtonsEnabled\"],\"semanticTerms\":[\"alwaysVisibleFields\",\"selectedFieldIds\",\"allowSaveTags\",\"changeDebounceMs\",\"placeBooleansInActions\",\"showToggleLabels\",\"alwaysMinWidth\",\"alwaysColsMd\",\"alwaysColsLg\",\"confirmTagDelete\",\"tagColor\",\"tagVariant\",\"tagButtonColor\",\"actionsButtonColor\",\"actionsVariant\",\"useInlineSearchableSelectVariant\",\"useInlineRangeVariant\",\"useInlineDateVariant\",\"useInlineDateRangeVariant\",\"useInlineTimeVariant\",\"useInlineTimeRangeVariant\",\"useInlineTreeSelectVariant\",\"overlayVariant\",\"overlayBackdrop\",\"advancedOpenMode\",\"advancedClearButtonsEnabled\",\"primary\",\"accent\",\"warn\",\"basic\",\"filled\",\"outlined\",\"standard\",\"card\",\"frosted\",\"modal\",\"drawer\"]},\"effects\":[\"merge-object\"],\"affectedPaths\":[\"alwaysVisibleFields\",\"selectedFieldIds\",\"allowSaveTags\",\"changeDebounceMs\",\"placeBooleansInActions\",\"showToggleLabels\",\"alwaysMinWidth\",\"alwaysColsMd\",\"alwaysColsLg\",\"confirmTagDelete\",\"tagColor\",\"tagVariant\",\"tagButtonColor\",\"actionsButtonColor\",\"actionsVariant\",\"useInlineSearchableSelectVariant\",\"useInlineRangeVariant\",\"useInlineDateVariant\",\"useInlineDateRangeVariant\",\"useInlineTimeVariant\",\"useInlineTimeRangeVariant\",\"useInlineTreeSelectVariant\",\"overlayVariant\",\"overlayBackdrop\",\"advancedOpenMode\",\"advancedClearButtonsEnabled\"],\"validators\":[{\"validatorId\":\"filter-fields-exist\",\"level\":\"error\",\"code\":\"FILTER_FIELDS_EXIST\",\"description\":\"Every alwaysVisibleFields and selectedFieldIds entry must exist in the governed filter request metadata or schema.\"},{\"validatorId\":\"editor-round-trip-preserve\",\"level\":\"error\",\"code\":\"FILTER_EDITOR_ROUND_TRIP_PRESERVE\",\"description\":\"Apply, save, reset and reopen must preserve unrelated host inputs while projecting only FilterConfig-backed settings.\"}],\"preconditions\":[\"config-initialized\"],\"submissionImpact\":\"config-only\",\"presentationAffordances\":[],\"positiveExamples\":[{\"id\":\"configure-standalone-filter-fields\",\"request\":\"Keep employeeName and employeeStatus visible and add department to this standalone filter.\",\"operationId\":\"filter.settings.configure\",\"params\":{\"alwaysVisibleFields\":[\"employeeName\",\"employeeStatus\"],\"selectedFieldIds\":[\"department\"]},\"isPositive\":true},{\"id\":\"configure-standalone-filter-presentation\",\"request\":\"Open this standalone filter in a drawer and use compact date controls.\",\"operationId\":\"filter.settings.configure\",\"params\":{\"advancedOpenMode\":\"drawer\",\"useInlineDateVariant\":true,\"changeDebounceMs\":450},\"isPositive\":true}],\"negativeExamples\":[{\"id\":\"reject-runtime-value-authoring\",\"request\":\"Persist the current filter value as authoring configuration.\",\"operationId\":\"filter.settings.configure\",\"params\":{\"value\":{\"employeeStatus\":\"active\"}},\"isPositive\":false},{\"id\":\"reject-host-metadata-override-authoring\",\"request\":\"Persist a host metadata override for employeeStatus.\",\"operationId\":\"filter.settings.configure\",\"params\":{\"alwaysVisibleFieldMetadataOverrides\":{\"employeeStatus\":{\"label\":\"Status\"}}},\"isPositive\":false},{\"id\":\"reject-table-filter-dsl\",\"request\":\"Enable the table query builder on this standalone filter.\",\"operationId\":\"filter.settings.configure\",\"params\":{\"queryBuilder\":true},\"isPositive\":false}]}",
|
|
2485
|
+
"sourcePointer": "projects/praxis-table/src/lib/ai/praxis-filter-authoring-manifest.ts",
|
|
2486
|
+
"contentHash": "c672a5a281dde591a56133649446d2a835b1d686c3995892f3e15d890475b0bf",
|
|
2487
|
+
"sourceKind": "component_definition",
|
|
2488
|
+
"sourceId": "praxis-filter",
|
|
2489
|
+
"corpusVersion": "1.0.0"
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"chunkIndex": 5,
|
|
2493
|
+
"chunkKind": "authoring_manifest",
|
|
2494
|
+
"content": "{\"schemaVersion\":\"1.0.0\",\"manifestVersion\":\"1.0.0\",\"componentId\":\"praxis-filter\",\"ownerPackage\":\"@praxisui/table\",\"configSchemaId\":\"FilterConfig\",\"chunkSection\":\"identity\"}",
|
|
2495
|
+
"sourcePointer": "projects/praxis-table/src/lib/ai/praxis-filter-authoring-manifest.ts",
|
|
2496
|
+
"contentHash": "d97c161d4521cc7178c0edde363e296c418d40b465b92f63170c14bbb223a28b",
|
|
2497
|
+
"sourceKind": "component_definition",
|
|
2498
|
+
"sourceId": "praxis-filter",
|
|
2499
|
+
"corpusVersion": "1.0.0"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"chunkIndex": 6,
|
|
2503
|
+
"chunkKind": "authoring_manifest",
|
|
2504
|
+
"content": "{\"schemaVersion\":\"1.0.0\",\"manifestVersion\":\"1.0.0\",\"componentId\":\"praxis-filter\",\"ownerPackage\":\"@praxisui/table\",\"configSchemaId\":\"FilterConfig\",\"chunkSection\":\"runtimeInputs\",\"runtimeInputs\":[{\"name\":\"resourcePath\",\"type\":\"string\",\"description\":\"Canonical resource used to resolve filter metadata.\"},{\"name\":\"apiUrlEntry\",\"type\":\"ApiUrlEntry | null\",\"description\":\"Resolved API entry supplied by detached hosts.\"},{\"name\":\"fieldMetadata\",\"type\":\"FieldMetadata[] | null\",\"description\":\"Optional host-provided filter metadata.\"},{\"name\":\"filterId\",\"type\":\"string\",\"description\":\"Stable filter persistence identity.\"},{\"name\":\"formId\",\"type\":\"string\",\"description\":\"Stable advanced-filter form identity.\"},{\"name\":\"componentInstanceId\",\"type\":\"string\",\"description\":\"Stable hosted widget identity.\"},{\"name\":\"mode\",\"type\":\"'filter'\",\"allowedValues\":[\"filter\"],\"description\":\"Standalone runtime mode.\"},{\"name\":\"notifyIfOutdated\",\"type\":\"'inline' | 'snackbar' | 'both' | 'none'\",\"description\":\"Schema drift notification channel.\"},{\"name\":\"snoozeMs\",\"type\":\"number\",\"description\":\"Schema drift notification snooze duration.\"},{\"name\":\"autoOpenSettingsOnOutdated\",\"type\":\"boolean\",\"description\":\"Opens settings when schema drift is detected.\"},{\"name\":\"enableCustomization\",\"type\":\"boolean\",\"description\":\"Enables runtime customization affordances.\"},{\"name\":\"value\",\"type\":\"Record<string, any>\",\"description\":\"Controlled runtime filter DTO; never persisted by standalone authoring.\"},{\"name\":\"alwaysVisibleFields\",\"type\":\"string[]\",\"description\":\"Ordered fields pinned in the inline filter.\"},{\"name\":\"alwaysVisibleFieldMetadataOverrides\",\"type\":\"Record<string, Record<string, any>>\",\"description\":\"Host-owned metadata overrides preserved by editor round trips but not authored by this manifest.\"},{\"name\":\"selectedFieldIds\",\"type\":\"string[]\",\"description\":\"Ordered additional fields selected for the filter.\"},{\"name\":\"tags\",\"type\":\"FilterTag[]\",\"description\":\"Host-provided filter shortcuts; not authored by this manifest.\"},{\"name\":\"allowSaveTags\",\"type\":\"boolean\",\"description\":\"Allows users to persist filter shortcuts.\"},{\"name\":\"persistenceKey\",\"type\":\"string\",\"description\":\"Host-owned persistence key.\"},{\"name\":\"disablePersistence\",\"type\":\"boolean\",\"description\":\"Disables runtime preference persistence.\"},{\"name\":\"i18n\",\"type\":\"Partial<I18n>\",\"description\":\"Host-provided copy overrides.\"},{\"name\":\"changeDebounceMs\",\"type\":\"number\",\"description\":\"Debounce applied to filter changes.\"},{\"name\":\"showFilterSettings\",\"type\":\"boolean\",\"description\":\"Shows runtime filter settings affordance.\"},{\"name\":\"showAdvancedButton\",\"type\":\"boolean\",\"description\":\"Shows the advanced-filter action.\"},{\"name\":\"showAddButton\",\"type\":\"boolean\",\"description\":\"Shows the field-selection action.\"},{\"name\":\"showClearButton\",\"type\":\"boolean\",\"description\":\"Shows the clear action.\"},{\"name\":\"showSearchButton\",\"type\":\"boolean\",\"description\":\"Shows the explicit request-search action.\"},{\"name\":\"confirmTagDelete\",\"type\":\"boolean\",\"description\":\"Requires confirmation before deleting a shortcut.\"},{\"name\":\"placeBooleansInActions\",\"type\":\"boolean\",\"description\":\"Places boolean controls in the action lane.\"},{\"name\":\"showToggleLabels\",\"type\":\"boolean\",\"description\":\"Shows labels for action-lane toggles.\"},{\"name\":\"useInlineSelectVariant\",\"type\":\"boolean\",\"description\":\"Uses the compact inline select renderer.\"},{\"name\":\"useInlineSearchableSelectVariant\",\"type\":\"boolean\",\"description\":\"Uses the compact searchable-select renderer.\"},{\"name\":\"useInlineMultiSelectVariant\",\"type\":\"boolean\",\"description\":\"Uses the compact multi-select renderer.\"},{\"name\":\"useInlineInputVariant\",\"type\":\"boolean\",\"description\":\"Uses the compact input renderer.\"},{\"name\":\"useInlineToggleVariant\",\"type\":\"boolean\",\"description\":\"Uses the compact toggle renderer.\"},{\"name\":\"useInlineRangeVariant\",\"type\":\"boolean\",\"description\":\"Uses the compact range renderer.\"},{\"name\":\"useInlineDateVariant\",\"type\":\"boolean\",\"description\":\"Uses the compact date renderer.\"},{\"name\":\"useInlineDateRangeVariant\",\"type\":\"boolean\",\"description\":\"Uses the compact date-range renderer.\"},{\"name\":\"useInlineTimeVariant\",\"type\":\"boolean\",\"description\":\"Uses the compact time renderer.\"},{\"name\":\"useInlineTimeRangeVariant\",\"type\":\"boolean\",\"description\":\"Uses the compact time-range renderer.\"},{\"name\":\"useInlineTreeSelectVariant\",\"type\":\"boolean\",\"description\":\"Uses the compact tree-select renderer.\"},{\"name\":\"alwaysMinWidth\",\"type\":\"number\",\"description\":\"Minimum width for pinned fields.\"},{\"name\":\"alwaysColsMd\",\"type\":\"number\",\"description\":\"Pinned-field columns on medium viewports.\"},{\"name\":\"alwaysColsLg\",\"type\":\"number\",\"description\":\"Pinned-field columns on large viewports.\"},{\"name\":\"tagColor\",\"type\":\"'primary' | 'accent' | 'warn' | 'basic'\",\"description\":\"Shortcut color token.\"},{\"name\":\"tagVariant\",\"type\":\"'filled' | 'outlined'\",\"description\":\"Shortcut surface variant.\"},{\"name\":\"tagButtonColor\",\"type\":\"'primary' | 'accent' | 'warn' | 'basic'\",\"description\":\"Shortcut action color token.\"},{\"name\":\"actionsButtonColor\",\"type\":\"'primary' | 'accent' | 'warn' | 'basic'\",\"description\":\"Filter action color token.\"},{\"name\":\"actionsVariant\",\"type\":\"'standard' | 'outlined'\",\"description\":\"Filter action surface variant.\"},{\"name\":\"overlayVariant\",\"type\":\"'card' | 'frosted'\",\"description\":\"Advanced-filter overlay surface.\"},{\"name\":\"overlayBackdrop\",\"type\":\"boolean\",\"description\":\"Controls the advanced-filter backdrop.\"},{\"name\":\"advancedOpenMode\",\"type\":\"'modal' | 'drawer'\",\"allowedValues\":[\"modal\",\"drawer\"],\"description\":\"Canonical advanced-filter container.\"},{\"name\":\"advancedClearButtonsEnabled\",\"type\":\"boolean\",\"description\":\"Enables clear buttons in advanced fields.\"}]}",
|
|
2505
|
+
"sourcePointer": "projects/praxis-table/src/lib/ai/praxis-filter-authoring-manifest.ts",
|
|
2506
|
+
"contentHash": "32697c43666b65b78c3de5e97cb865e4502a3b4001db3347c9944e1dac1fb801",
|
|
2507
|
+
"sourceKind": "component_definition",
|
|
2508
|
+
"sourceId": "praxis-filter",
|
|
2509
|
+
"corpusVersion": "1.0.0"
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
"chunkIndex": 7,
|
|
2513
|
+
"chunkKind": "authoring_manifest",
|
|
2514
|
+
"content": "{\"schemaVersion\":\"1.0.0\",\"manifestVersion\":\"1.0.0\",\"componentId\":\"praxis-filter\",\"ownerPackage\":\"@praxisui/table\",\"configSchemaId\":\"FilterConfig\",\"chunkSection\":\"editableTargets\",\"editableTargets\":[{\"kind\":\"filterSettings\",\"resolver\":\"filter-config\",\"description\":\"The standalone FilterConfig root materialized by PraxisFilterWidgetConfigEditor.\"}]}",
|
|
2515
|
+
"sourcePointer": "projects/praxis-table/src/lib/ai/praxis-filter-authoring-manifest.ts",
|
|
2516
|
+
"contentHash": "3ea60be73bdd182627fcd18035085969d61bb1f6277e0409a9684edfec116548",
|
|
2517
|
+
"sourceKind": "component_definition",
|
|
2518
|
+
"sourceId": "praxis-filter",
|
|
2519
|
+
"corpusVersion": "1.0.0"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"chunkIndex": 8,
|
|
2523
|
+
"chunkKind": "authoring_manifest",
|
|
2524
|
+
"content": "{\"schemaVersion\":\"1.0.0\",\"manifestVersion\":\"1.0.0\",\"componentId\":\"praxis-filter\",\"ownerPackage\":\"@praxisui/table\",\"configSchemaId\":\"FilterConfig\",\"chunkSection\":\"operations\",\"operations\":[{\"operationId\":\"filter.settings.configure\",\"title\":\"Configure standalone filter settings\",\"description\":\"Merges a partial, runtime-backed FilterConfig patch while preserving host-owned inputs and excluding the controlled value DTO.\",\"scope\":\"global\",\"targetKind\":\"filterSettings\",\"target\":{\"kind\":\"filterSettings\",\"resolver\":\"filter-config\",\"ambiguityPolicy\":\"fail\",\"required\":false},\"inputSchema\":{\"type\":\"object\",\"minProperties\":1,\"additionalProperties\":false,\"properties\":{\"alwaysVisibleFields\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"minLength\":1}},\"selectedFieldIds\":{\"type\":\"array\",\"uniqueItems\":true,\"items\":{\"type\":\"string\",\"minLength\":1}},\"allowSaveTags\":{\"type\":\"boolean\"},\"changeDebounceMs\":{\"type\":\"number\",\"minimum\":100,\"maximum\":1000},\"placeBooleansInActions\":{\"type\":\"boolean\"},\"showToggleLabels\":{\"type\":\"boolean\"},\"alwaysMinWidth\":{\"type\":\"number\",\"minimum\":180,\"maximum\":480},\"alwaysColsMd\":{\"type\":\"number\",\"minimum\":1,\"maximum\":3},\"alwaysColsLg\":{\"type\":\"number\",\"minimum\":1,\"maximum\":4},\"confirmTagDelete\":{\"type\":\"boolean\"},\"tagColor\":{\"enum\":[\"primary\",\"accent\",\"warn\",\"basic\"]},\"tagVariant\":{\"enum\":[\"filled\",\"outlined\"]},\"tagButtonColor\":{\"enum\":[\"primary\",\"accent\",\"warn\",\"basic\"]},\"actionsButtonColor\":{\"enum\":[\"primary\",\"accent\",\"warn\",\"basic\"]},\"actionsVariant\":{\"enum\":[\"standard\",\"outlined\"]},\"useInlineSearchableSelectVariant\":{\"type\":\"boolean\"},\"useInlineRangeVariant\":{\"type\":\"boolean\"},\"useInlineDateVariant\":{\"type\":\"boolean\"},\"useInlineDateRangeVariant\":{\"type\":\"boolean\"},\"useInlineTimeVariant\":{\"type\":\"boolean\"},\"useInlineTimeRangeVariant\":{\"type\":\"boolean\"},\"useInlineTreeSelectVariant\":{\"type\":\"boolean\"},\"overlayVariant\":{\"enum\":[\"card\",\"frosted\"]},\"overlayBackdrop\":{\"type\":\"boolean\"},\"advancedOpenMode\":{\"enum\":[\"modal\",\"drawer\"]},\"advancedClearButtonsEnabled\":{\"type\":\"boolean\"}}},\"effects\":[{\"kind\":\"merge-object\",\"path\":\"\"}],\"destructive\":false,\"requiresConfirmation\":false,\"validators\":[\"filter-fields-exist\",\"editor-round-trip-preserve\"],\"affectedPaths\":[\"alwaysVisibleFields\",\"selectedFieldIds\",\"allowSaveTags\",\"changeDebounceMs\",\"placeBooleansInActions\",\"showToggleLabels\",\"alwaysMinWidth\",\"alwaysColsMd\",\"alwaysColsLg\",\"confirmTagDelete\",\"tagColor\",\"tagVariant\",\"tagButtonColor\",\"actionsButtonColor\",\"actionsVariant\",\"useInlineSearchableSelectVariant\",\"useInlineRangeVariant\",\"useInlineDateVariant\",\"useInlineDateRangeVariant\",\"useInlineTimeVariant\",\"useInlineTimeRangeVariant\",\"useInlineTreeSelectVariant\",\"overlayVariant\",\"overlayBackdrop\",\"advancedOpenMode\",\"advancedClearButtonsEnabled\"],\"submissionImpact\":\"config-only\",\"preconditions\":[\"config-initialized\"]}]}",
|
|
2525
|
+
"sourcePointer": "projects/praxis-table/src/lib/ai/praxis-filter-authoring-manifest.ts",
|
|
2526
|
+
"contentHash": "fb0979d1e1b6f0c09e347b1255ebba55abd51431c95718dd450da187c2c8a7e7",
|
|
2527
|
+
"sourceKind": "component_definition",
|
|
2528
|
+
"sourceId": "praxis-filter",
|
|
2529
|
+
"corpusVersion": "1.0.0"
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"chunkIndex": 9,
|
|
2533
|
+
"chunkKind": "authoring_manifest",
|
|
2534
|
+
"content": "{\"schemaVersion\":\"1.0.0\",\"manifestVersion\":\"1.0.0\",\"componentId\":\"praxis-filter\",\"ownerPackage\":\"@praxisui/table\",\"configSchemaId\":\"FilterConfig\",\"chunkSection\":\"validators\",\"validators\":[{\"validatorId\":\"filter-fields-exist\",\"level\":\"error\",\"code\":\"FILTER_FIELDS_EXIST\",\"description\":\"Every alwaysVisibleFields and selectedFieldIds entry must exist in the governed filter request metadata or schema.\"},{\"validatorId\":\"editor-round-trip-preserve\",\"level\":\"error\",\"code\":\"FILTER_EDITOR_ROUND_TRIP_PRESERVE\",\"description\":\"Apply, save, reset and reopen must preserve unrelated host inputs while projecting only FilterConfig-backed settings.\"}]}",
|
|
2535
|
+
"sourcePointer": "projects/praxis-table/src/lib/ai/praxis-filter-authoring-manifest.ts",
|
|
2536
|
+
"contentHash": "458cc1e93d7fd5e1ec33ae13422d4c86d4d4327761d88afae77fd6d111ada22c",
|
|
2537
|
+
"sourceKind": "component_definition",
|
|
2538
|
+
"sourceId": "praxis-filter",
|
|
2539
|
+
"corpusVersion": "1.0.0"
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"chunkIndex": 10,
|
|
2543
|
+
"chunkKind": "authoring_manifest",
|
|
2544
|
+
"content": "{\"schemaVersion\":\"1.0.0\",\"manifestVersion\":\"1.0.0\",\"componentId\":\"praxis-filter\",\"ownerPackage\":\"@praxisui/table\",\"configSchemaId\":\"FilterConfig\",\"chunkSection\":\"roundTripRequirements\",\"roundTripRequirements\":[\"Apply and save must preserve resource, metadata, identity and unknown host inputs.\",\"The controlled value input must never be copied into the persisted authoring result.\",\"Reset must restore the settings captured when the editor opened without changing the saved widget definition.\",\"Reopen must materialize the last saved FilterConfig-backed inputs without TableConfig paths.\",\"advancedOpenMode must persist only the canonical values 'modal' or 'drawer'.\"]}",
|
|
2545
|
+
"sourcePointer": "projects/praxis-table/src/lib/ai/praxis-filter-authoring-manifest.ts",
|
|
2546
|
+
"contentHash": "f97e6fa90c7a0cd9760d5a3743ecebf684e63d1ee2198ed4ac973b2ad34fc294",
|
|
2547
|
+
"sourceKind": "component_definition",
|
|
2548
|
+
"sourceId": "praxis-filter",
|
|
2549
|
+
"corpusVersion": "1.0.0"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"chunkIndex": 11,
|
|
2553
|
+
"chunkKind": "authoring_manifest",
|
|
2554
|
+
"content": "{\"schemaVersion\":\"1.0.0\",\"manifestVersion\":\"1.0.0\",\"componentId\":\"praxis-filter\",\"ownerPackage\":\"@praxisui/table\",\"configSchemaId\":\"FilterConfig\",\"chunkSection\":\"examples\",\"examples\":[{\"id\":\"configure-standalone-filter-fields\",\"request\":\"Keep employeeName and employeeStatus visible and add department to this standalone filter.\",\"operationId\":\"filter.settings.configure\",\"params\":{\"alwaysVisibleFields\":[\"employeeName\",\"employeeStatus\"],\"selectedFieldIds\":[\"department\"]},\"isPositive\":true},{\"id\":\"configure-standalone-filter-presentation\",\"request\":\"Open this standalone filter in a drawer and use compact date controls.\",\"operationId\":\"filter.settings.configure\",\"params\":{\"advancedOpenMode\":\"drawer\",\"useInlineDateVariant\":true,\"changeDebounceMs\":450},\"isPositive\":true},{\"id\":\"reject-runtime-value-authoring\",\"request\":\"Persist the current filter value as authoring configuration.\",\"operationId\":\"filter.settings.configure\",\"params\":{\"value\":{\"employeeStatus\":\"active\"}},\"isPositive\":false},{\"id\":\"reject-host-metadata-override-authoring\",\"request\":\"Persist a host metadata override for employeeStatus.\",\"operationId\":\"filter.settings.configure\",\"params\":{\"alwaysVisibleFieldMetadataOverrides\":{\"employeeStatus\":{\"label\":\"Status\"}}},\"isPositive\":false},{\"id\":\"reject-table-filter-dsl\",\"request\":\"Enable the table query builder on this standalone filter.\",\"operationId\":\"filter.settings.configure\",\"params\":{\"queryBuilder\":true},\"isPositive\":false}]}",
|
|
2555
|
+
"sourcePointer": "projects/praxis-table/src/lib/ai/praxis-filter-authoring-manifest.ts",
|
|
2556
|
+
"contentHash": "d86f2a06ed5544160bd1eb05fa81810d4d33f23e385c90b09001cdbf43e87d9a",
|
|
2557
|
+
"sourceKind": "component_definition",
|
|
2558
|
+
"sourceId": "praxis-filter",
|
|
2559
|
+
"corpusVersion": "1.0.0"
|
|
1852
2560
|
}
|
|
1853
2561
|
]
|
|
1854
2562
|
},
|