Added Unused Items stat

This commit is contained in:
2026-03-23 15:38:36 -05:00
parent 2979f21e52
commit acf1fd9097
30 changed files with 1673 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true,
"autoFocus": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 7,
"boxShadow": "none",
"defaultText": "365",
"dynamicBindingPathList": [
{"key": "accentColor"},
{"key": "borderRadius"}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [],
"iconAlign": "left",
"inputType": "NUMBER",
"isDisabled": false,
"isLoading": false,
"isRequired": false,
"isSpellCheck": false,
"isVisible": true,
"key": "ui1inputkey1",
"label": "Unused Days",
"labelAlignment": "left",
"labelPosition": "Top",
"labelTextSize": "0.875rem",
"labelWidth": 5,
"leftColumn": 9,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 8,
"mobileLeftColumn": 1,
"mobileRightColumn": 21,
"mobileTopRow": 1,
"needsErrorInfo": false,
"parentColumnSpace": 25.109375,
"parentId": "0",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"resetOnSubmit": false,
"responsiveBehavior": "fill",
"rightColumn": 14,
"shouldAllowAutofill": false,
"topRow": 0,
"type": "INPUT_WIDGET_V2",
"version": 2,
"widgetId": "ui1unusddays",
"widgetName": "UnusedDays"
}