Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
portal-apps-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
portal-apps-manage
Commits
05002a9d
Commit
05002a9d
authored
Sep 16, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ห
parent
198135ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
605 additions
and
31 deletions
+605
-31
widget-config-registry.service.ts
.../widget-config/services/widget-config-registry.service.ts
+605
-31
No files found.
src/app/portal-manage/dashboard-management/widget-config/services/widget-config-registry.service.ts
View file @
05002a9d
...
@@ -779,6 +779,8 @@ export class WidgetConfigRegistryService {
...
@@ -779,6 +779,8 @@ export class WidgetConfigRegistryService {
// ========================================
// ========================================
'SimpleKpiWidgetComponent'
:
{
'SimpleKpiWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
// Display Settings
title
:
'Simple KPI Widget'
,
valueField
:
'value'
,
valueField
:
'value'
,
labelField
:
'label'
,
labelField
:
'label'
,
aggregation
:
'sum'
,
aggregation
:
'sum'
,
...
@@ -787,10 +789,85 @@ export class WidgetConfigRegistryService {
...
@@ -787,10 +789,85 @@ export class WidgetConfigRegistryService {
decimalPlaces
:
0
,
decimalPlaces
:
0
,
showTrend
:
true
,
showTrend
:
true
,
trendField
:
'trend'
,
trendField
:
'trend'
,
color
:
'#3B82F6'
trendType
:
'percentage'
,
color
:
'#3B82F6'
,
backgroundColor
:
'#FFFFFF'
,
textColor
:
'#374151'
,
// Size Configuration
sizeOption
:
'medium'
,
width
:
300
,
height
:
200
,
widthUnit
:
'px'
,
heightUnit
:
'px'
,
fullWidth
:
false
,
fullHeight
:
false
,
minWidth
:
200
,
minHeight
:
150
,
maxWidth
:
600
,
maxHeight
:
400
,
aspectRatio
:
'auto'
,
responsive
:
true
,
// Style Settings
backgroundType
:
'solid'
,
gradientStartColor
:
'#3B82F6'
,
gradientEndColor
:
'#1D4ED8'
,
gradientDirection
:
'to right'
,
gradientType
:
'linear'
,
borderRadius
:
8
,
shadow
:
'medium'
,
padding
:
20
,
// Animation Settings
enableAnimations
:
true
,
animationType
:
'fade'
,
animationDuration
:
500
,
animationDelay
:
0
,
animationEasing
:
'ease'
,
hoverEffects
:
true
,
autoRefresh
:
false
,
// Data Settings
dataSource
:
'static'
,
apiEndpoint
:
''
,
refreshInterval
:
0
,
dataValidation
:
'none'
,
showDataCount
:
false
,
showLastUpdated
:
false
,
// Security Settings
requireAuth
:
false
,
allowedRoles
:
''
,
permissionLevel
:
'read'
,
dataEncryption
:
false
,
auditLog
:
false
,
rateLimit
:
0
,
sessionTimeout
:
30
,
// Conditional Formatting
enableConditionalFormatting
:
false
,
conditionField
:
''
,
conditionOperator
:
'equals'
,
conditionValue
:
''
,
trueColor
:
'#10B981'
,
falseColor
:
'#EF4444'
,
trueIcon
:
'check-circle'
,
falseIcon
:
'x-circle'
,
showConditionalIcon
:
true
,
animateConditionalChange
:
true
,
// Interaction Settings
tooltipContent
:
''
,
enableKeyboard
:
true
,
enableFocus
:
true
,
hoverEffect
:
'scale'
,
transitionDuration
:
300
},
},
'KpiWidgetComponent'
:
{
'KpiWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
// Display Settings
title
:
'KPI Widget'
,
valueField
:
'value'
,
valueField
:
'value'
,
labelField
:
'label'
,
labelField
:
'label'
,
aggregation
:
'sum'
,
aggregation
:
'sum'
,
...
@@ -799,10 +876,83 @@ export class WidgetConfigRegistryService {
...
@@ -799,10 +876,83 @@ export class WidgetConfigRegistryService {
decimalPlaces
:
0
,
decimalPlaces
:
0
,
showTrend
:
true
,
showTrend
:
true
,
trendField
:
'trend'
,
trendField
:
'trend'
,
trendType
:
'percentage'
,
color
:
'#3B82F6'
,
color
:
'#3B82F6'
,
backgroundColor
:
'#FFFFFF'
,
textColor
:
'#374151'
,
showComparison
:
true
,
showComparison
:
true
,
comparisonField
:
'previousValue'
,
comparisonField
:
'previousValue'
,
comparisonLabel
:
'vs Previous'
comparisonLabel
:
'vs Previous'
,
// Size Configuration
sizeOption
:
'large'
,
width
:
350
,
height
:
250
,
widthUnit
:
'px'
,
heightUnit
:
'px'
,
fullWidth
:
false
,
fullHeight
:
false
,
minWidth
:
250
,
minHeight
:
180
,
maxWidth
:
800
,
maxHeight
:
500
,
aspectRatio
:
'auto'
,
responsive
:
true
,
// Style Settings
backgroundType
:
'solid'
,
gradientStartColor
:
'#3B82F6'
,
gradientEndColor
:
'#1D4ED8'
,
gradientDirection
:
'to right'
,
gradientType
:
'linear'
,
borderRadius
:
12
,
shadow
:
'large'
,
padding
:
24
,
// Animation Settings
enableAnimations
:
true
,
animationType
:
'slide'
,
animationDuration
:
600
,
animationDelay
:
100
,
animationEasing
:
'ease-out'
,
hoverEffects
:
true
,
autoRefresh
:
true
,
// Data Settings
dataSource
:
'static'
,
apiEndpoint
:
''
,
refreshInterval
:
30000
,
dataValidation
:
'basic'
,
showDataCount
:
true
,
showLastUpdated
:
true
,
// Security Settings
requireAuth
:
false
,
allowedRoles
:
''
,
permissionLevel
:
'read'
,
dataEncryption
:
false
,
auditLog
:
false
,
rateLimit
:
0
,
sessionTimeout
:
30
,
// Conditional Formatting
enableConditionalFormatting
:
true
,
conditionField
:
'value'
,
conditionOperator
:
'greater_than'
,
conditionValue
:
'0'
,
trueColor
:
'#10B981'
,
falseColor
:
'#EF4444'
,
trueIcon
:
'trending-up'
,
falseIcon
:
'trending-down'
,
showConditionalIcon
:
true
,
animateConditionalChange
:
true
,
// Interaction Settings
tooltipContent
:
'Click for details'
,
enableKeyboard
:
true
,
enableFocus
:
true
,
hoverEffect
:
'glow'
,
transitionDuration
:
400
},
},
'HeadcountWidgetComponent'
:
{
'HeadcountWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
...
@@ -822,8 +972,28 @@ export class WidgetConfigRegistryService {
...
@@ -822,8 +972,28 @@ export class WidgetConfigRegistryService {
// ========================================
// ========================================
'SyncfusionDatagridWidgetComponent'
:
{
'SyncfusionDatagridWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
// Display Settings
title
:
'Data Grid Widget'
,
columns
:
[],
columns
:
[],
dataSource
:
'static'
,
dataSource
:
'static'
,
apiEndpoint
:
''
,
// Size Configuration
sizeOption
:
'large'
,
width
:
600
,
height
:
400
,
widthUnit
:
'px'
,
heightUnit
:
'px'
,
fullWidth
:
false
,
fullHeight
:
false
,
minWidth
:
400
,
minHeight
:
300
,
maxWidth
:
1200
,
maxHeight
:
800
,
aspectRatio
:
'auto'
,
responsive
:
true
,
// Grid Functionality
allowPaging
:
true
,
allowPaging
:
true
,
allowSorting
:
true
,
allowSorting
:
true
,
allowFiltering
:
true
,
allowFiltering
:
true
,
...
@@ -836,17 +1006,37 @@ export class WidgetConfigRegistryService {
...
@@ -836,17 +1006,37 @@ export class WidgetConfigRegistryService {
allowAdding
:
false
,
allowAdding
:
false
,
pageSize
:
10
,
pageSize
:
10
,
pageSizes
:
[
5
,
10
,
20
,
50
,
100
],
pageSizes
:
[
5
,
10
,
20
,
50
,
100
],
// UI Settings
showToolbar
:
true
,
showToolbar
:
true
,
showHeader
:
true
,
showHeader
:
true
,
showFooter
:
false
,
showFooter
:
false
,
showAlternateRows
:
false
,
alternateRowColor
:
'#F9FAFB'
,
rowHeight
:
40
,
headerRowHeight
:
40
,
// Export Settings
enableExport
:
true
,
enableExport
:
true
,
exportFormats
:
[
'excel'
,
'pdf'
,
'csv'
],
exportFormats
:
[
'excel'
,
'pdf'
,
'csv'
],
exportFilename
:
'data-export'
,
includeHeaders
:
true
,
includeFilters
:
false
,
// Search Settings
enableSearch
:
false
,
enableSearch
:
false
,
searchSettings
:
{
fields
:
[],
operator
:
'contains'
,
key
:
''
,
ignoreCase
:
true
},
// Virtualization
enableVirtualization
:
false
,
enableVirtualization
:
false
,
rowHeight
:
40
,
headerRowHeight
:
40
,
// Style Settings
showAlternateRows
:
false
,
backgroundType
:
'solid'
,
alternateRowColor
:
'#F9FAFB'
,
backgroundColor
:
'#FFFFFF'
,
backgroundColor
:
'#FFFFFF'
,
borderColor
:
'#E5E7EB'
,
borderColor
:
'#E5E7EB'
,
textColor
:
'#374151'
,
textColor
:
'#374151'
,
...
@@ -855,7 +1045,60 @@ export class WidgetConfigRegistryService {
...
@@ -855,7 +1045,60 @@ export class WidgetConfigRegistryService {
borderRadius
:
8
,
borderRadius
:
8
,
borderWidth
:
1
,
borderWidth
:
1
,
fontSize
:
14
,
fontSize
:
14
,
fontFamily
:
'system-ui, -apple-system, sans-serif'
fontFamily
:
'system-ui, -apple-system, sans-serif'
,
fontWeight
:
'normal'
,
shadow
:
'medium'
,
padding
:
16
,
// Animation Settings
enableAnimations
:
true
,
animationType
:
'fade'
,
animationDuration
:
300
,
animationDelay
:
0
,
animationEasing
:
'ease'
,
hoverEffects
:
true
,
autoRefresh
:
false
,
// Data Settings
refreshInterval
:
0
,
dataValidation
:
'basic'
,
showDataCount
:
true
,
showLastUpdated
:
true
,
enableFilter
:
false
,
filterField
:
''
,
filterOperator
:
'contains'
,
filterValue
:
''
,
filterLabel
:
'Filter'
,
// Security Settings
requireAuth
:
false
,
allowedRoles
:
''
,
permissionLevel
:
'read'
,
dataEncryption
:
false
,
auditLog
:
false
,
rateLimit
:
0
,
sessionTimeout
:
30
,
requireHttps
:
false
,
enableCors
:
true
,
// Conditional Formatting
enableConditionalFormatting
:
false
,
conditionField
:
''
,
conditionOperator
:
'equals'
,
conditionValue
:
''
,
trueColor
:
'#10B981'
,
falseColor
:
'#EF4444'
,
trueIcon
:
'check-circle'
,
falseIcon
:
'x-circle'
,
showConditionalIcon
:
true
,
animateConditionalChange
:
true
,
// Interaction Settings
tooltipContent
:
''
,
enableKeyboard
:
true
,
enableFocus
:
true
,
hoverEffect
:
'highlight'
,
transitionDuration
:
200
},
},
// ========================================
// ========================================
...
@@ -888,21 +1131,78 @@ export class WidgetConfigRegistryService {
...
@@ -888,21 +1131,78 @@ export class WidgetConfigRegistryService {
// ========================================
// ========================================
'SyncfusionChartWidgetComponent'
:
{
'SyncfusionChartWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
// Display Settings
title
:
'Chart Widget'
,
xField
:
''
,
xField
:
''
,
yField
:
''
,
yField
:
''
,
xAxisTitle
:
''
,
xAxisTitle
:
''
,
yAxisTitle
:
''
,
yAxisTitle
:
''
,
chartType
:
'column'
,
chartType
:
'column'
,
// Size Configuration
sizeOption
:
'medium'
,
width
:
400
,
height
:
300
,
widthUnit
:
'px'
,
heightUnit
:
'px'
,
fullWidth
:
false
,
fullHeight
:
false
,
minWidth
:
300
,
minHeight
:
200
,
maxWidth
:
1000
,
maxHeight
:
600
,
aspectRatio
:
'auto'
,
responsive
:
true
,
// Chart Settings
showLegend
:
true
,
showLegend
:
true
,
showDataLabels
:
false
,
showDataLabels
:
false
,
enableAnimation
:
true
,
enableAnimation
:
true
,
enableZoom
:
false
,
enableZoom
:
false
,
enableTooltip
:
true
,
enableTooltip
:
true
,
colorScheme
:
'Material'
,
colorScheme
:
'Material'
,
gridLines
:
true
,
axisLines
:
true
,
// Style Settings
backgroundType
:
'solid'
,
backgroundColor
:
'#FFFFFF'
,
backgroundColor
:
'#FFFFFF'
,
textColor
:
'#374151'
,
textColor
:
'#374151'
,
gridLines
:
true
,
borderRadius
:
8
,
axisLines
:
true
shadow
:
'medium'
,
padding
:
16
,
// Animation Settings
animationType
:
'fade'
,
animationDuration
:
500
,
animationDelay
:
0
,
animationEasing
:
'ease'
,
hoverEffects
:
true
,
autoRefresh
:
false
,
// Data Settings
dataSource
:
'static'
,
apiEndpoint
:
''
,
refreshInterval
:
0
,
dataValidation
:
'basic'
,
showDataCount
:
false
,
showLastUpdated
:
false
,
// Security Settings
requireAuth
:
false
,
allowedRoles
:
''
,
permissionLevel
:
'read'
,
dataEncryption
:
false
,
auditLog
:
false
,
rateLimit
:
0
,
sessionTimeout
:
30
,
// Interaction Settings
tooltipContent
:
''
,
enableKeyboard
:
true
,
enableFocus
:
true
,
hoverEffect
:
'scale'
,
transitionDuration
:
300
},
},
'PieChartWidgetComponent'
:
{
'PieChartWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
...
@@ -1042,25 +1342,89 @@ export class WidgetConfigRegistryService {
...
@@ -1042,25 +1342,89 @@ export class WidgetConfigRegistryService {
// ========================================
// ========================================
'DataTableWidgetComponent'
:
{
'DataTableWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
// Display Settings
title
:
'Data Table'
,
columns
:
[],
columns
:
[],
dataSource
:
'static'
,
dataSource
:
'static'
,
apiEndpoint
:
''
,
// Size Configuration
sizeOption
:
'medium'
,
width
:
500
,
height
:
350
,
widthUnit
:
'px'
,
heightUnit
:
'px'
,
fullWidth
:
false
,
fullHeight
:
false
,
minWidth
:
300
,
minHeight
:
200
,
maxWidth
:
800
,
maxHeight
:
600
,
aspectRatio
:
'auto'
,
responsive
:
true
,
// Table Functionality
allowSorting
:
true
,
allowSorting
:
true
,
allowFiltering
:
true
,
allowFiltering
:
true
,
allowPaging
:
true
,
allowPaging
:
true
,
pageSize
:
10
,
pageSize
:
10
,
pageSizes
:
[
5
,
10
,
20
,
50
],
// UI Settings
showHeader
:
true
,
showHeader
:
true
,
showFooter
:
false
,
showFooter
:
false
,
enableExport
:
true
,
exportFormats
:
[
'excel'
,
'csv'
],
rowHeight
:
40
,
headerRowHeight
:
40
,
showAlternateRows
:
false
,
showAlternateRows
:
false
,
alternateRowColor
:
'#F9FAFB'
,
alternateRowColor
:
'#F9FAFB'
,
rowHeight
:
40
,
headerRowHeight
:
40
,
// Export Settings
enableExport
:
true
,
exportFormats
:
[
'excel'
,
'csv'
],
exportFilename
:
'table-export'
,
includeHeaders
:
true
,
// Style Settings
backgroundType
:
'solid'
,
backgroundColor
:
'#FFFFFF'
,
backgroundColor
:
'#FFFFFF'
,
borderColor
:
'#E5E7EB'
,
borderColor
:
'#E5E7EB'
,
textColor
:
'#374151'
,
textColor
:
'#374151'
,
headerBackgroundColor
:
'#F9FAFB'
,
headerBackgroundColor
:
'#F9FAFB'
,
headerTextColor
:
'#374151'
headerTextColor
:
'#374151'
,
borderRadius
:
8
,
shadow
:
'small'
,
padding
:
16
,
// Animation Settings
enableAnimations
:
true
,
animationType
:
'fade'
,
animationDuration
:
300
,
animationDelay
:
0
,
animationEasing
:
'ease'
,
hoverEffects
:
true
,
autoRefresh
:
false
,
// Data Settings
refreshInterval
:
0
,
dataValidation
:
'basic'
,
showDataCount
:
true
,
showLastUpdated
:
false
,
// Security Settings
requireAuth
:
false
,
allowedRoles
:
''
,
permissionLevel
:
'read'
,
dataEncryption
:
false
,
auditLog
:
false
,
rateLimit
:
0
,
sessionTimeout
:
30
,
// Interaction Settings
tooltipContent
:
''
,
enableKeyboard
:
true
,
enableFocus
:
true
,
hoverEffect
:
'highlight'
,
transitionDuration
:
200
},
},
'SimpleTableWidgetComponent'
:
{
'SimpleTableWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
...
@@ -1098,20 +1462,75 @@ export class WidgetConfigRegistryService {
...
@@ -1098,20 +1462,75 @@ export class WidgetConfigRegistryService {
// ========================================
// ========================================
'MultiRowCardWidgetComponent'
:
{
'MultiRowCardWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
// Display Settings
title
:
'Multi Row Card'
,
labelField
:
''
,
labelField
:
''
,
valueField
:
''
,
valueField
:
''
,
unitField
:
''
,
unitField
:
''
,
dataSource
:
'static'
,
dataSource
:
'static'
,
apiEndpoint
:
''
,
// Size Configuration
sizeOption
:
'medium'
,
width
:
300
,
height
:
200
,
widthUnit
:
'px'
,
heightUnit
:
'px'
,
fullWidth
:
false
,
fullHeight
:
false
,
minWidth
:
200
,
minHeight
:
150
,
maxWidth
:
500
,
maxHeight
:
400
,
aspectRatio
:
'auto'
,
responsive
:
true
,
// Card Settings
cardStyle
:
'default'
,
cardStyle
:
'default'
,
showIcon
:
true
,
showIcon
:
true
,
iconField
:
''
,
iconField
:
''
,
iconLibrary
:
'material'
,
// Style Settings
backgroundType
:
'solid'
,
backgroundColor
:
'#FFFFFF'
,
backgroundColor
:
'#FFFFFF'
,
borderColor
:
'#E5E7EB'
,
borderColor
:
'#E5E7EB'
,
textColor
:
'#374151'
,
textColor
:
'#374151'
,
borderRadius
:
8
,
borderRadius
:
8
,
borderWidth
:
1
,
borderWidth
:
1
,
padding
:
16
,
padding
:
16
,
shadow
:
'small'
shadow
:
'small'
,
// Animation Settings
enableAnimations
:
true
,
animationType
:
'fade'
,
animationDuration
:
400
,
animationDelay
:
0
,
animationEasing
:
'ease'
,
hoverEffects
:
true
,
autoRefresh
:
false
,
// Data Settings
refreshInterval
:
0
,
dataValidation
:
'none'
,
showDataCount
:
false
,
showLastUpdated
:
false
,
// Security Settings
requireAuth
:
false
,
allowedRoles
:
''
,
permissionLevel
:
'read'
,
dataEncryption
:
false
,
auditLog
:
false
,
rateLimit
:
0
,
sessionTimeout
:
30
,
// Interaction Settings
tooltipContent
:
''
,
enableKeyboard
:
true
,
enableFocus
:
true
,
hoverEffect
:
'lift'
,
transitionDuration
:
300
},
},
'NotificationWidgetComponent'
:
{
'NotificationWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
...
@@ -1221,21 +1640,75 @@ export class WidgetConfigRegistryService {
...
@@ -1221,21 +1640,75 @@ export class WidgetConfigRegistryService {
// ========================================
// ========================================
'AttendanceOverviewWidgetComponent'
:
{
'AttendanceOverviewWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
// Display Settings
title
:
'Attendance Overview'
,
presentField
:
''
,
presentField
:
''
,
onLeaveField
:
''
,
onLeaveField
:
''
,
absentField
:
''
,
absentField
:
''
,
dataSource
:
'static'
,
dataSource
:
'static'
,
apiEndpoint
:
''
,
// Size Configuration
sizeOption
:
'medium'
,
width
:
400
,
height
:
300
,
widthUnit
:
'px'
,
heightUnit
:
'px'
,
fullWidth
:
false
,
fullHeight
:
false
,
minWidth
:
300
,
minHeight
:
200
,
maxWidth
:
600
,
maxHeight
:
400
,
aspectRatio
:
'auto'
,
responsive
:
true
,
// Chart Settings
chartType
:
'doughnut'
,
chartType
:
'doughnut'
,
showLegend
:
true
,
showLegend
:
true
,
showDataLabels
:
true
,
showDataLabels
:
true
,
enableAnimation
:
true
,
enableAnimation
:
true
,
colorScheme
:
'Material'
,
colorScheme
:
'Material'
,
// Style Settings
backgroundType
:
'solid'
,
backgroundColor
:
'#FFFFFF'
,
backgroundColor
:
'#FFFFFF'
,
borderColor
:
'#E5E7EB'
,
borderColor
:
'#E5E7EB'
,
textColor
:
'#374151'
,
textColor
:
'#374151'
,
borderRadius
:
8
,
borderRadius
:
8
,
borderWidth
:
1
,
borderWidth
:
1
,
padding
:
16
padding
:
16
,
shadow
:
'medium'
,
// Animation Settings
animationType
:
'fade'
,
animationDuration
:
500
,
animationDelay
:
0
,
animationEasing
:
'ease'
,
hoverEffects
:
true
,
autoRefresh
:
true
,
// Data Settings
refreshInterval
:
300000
,
// 5 minutes
dataValidation
:
'basic'
,
showDataCount
:
true
,
showLastUpdated
:
true
,
// Security Settings
requireAuth
:
true
,
allowedRoles
:
'hr,admin,manager'
,
permissionLevel
:
'read'
,
dataEncryption
:
true
,
auditLog
:
true
,
rateLimit
:
100
,
sessionTimeout
:
30
,
// Interaction Settings
tooltipContent
:
'Click for details'
,
enableKeyboard
:
true
,
enableFocus
:
true
,
hoverEffect
:
'scale'
,
transitionDuration
:
300
},
},
'PayrollSummaryWidgetComponent'
:
{
'PayrollSummaryWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
...
@@ -1278,6 +1751,8 @@ export class WidgetConfigRegistryService {
...
@@ -1278,6 +1751,8 @@ export class WidgetConfigRegistryService {
// ========================================
// ========================================
'ClockWidgetComponent'
:
{
'ClockWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
// Display Settings
title
:
'Clock Widget'
,
timezone
:
'local'
,
timezone
:
'local'
,
timeFormat
:
'12'
,
timeFormat
:
'12'
,
dateFormat
:
'MM/DD/YYYY'
,
dateFormat
:
'MM/DD/YYYY'
,
...
@@ -1285,14 +1760,64 @@ export class WidgetConfigRegistryService {
...
@@ -1285,14 +1760,64 @@ export class WidgetConfigRegistryService {
showDate
:
true
,
showDate
:
true
,
showDay
:
true
,
showDay
:
true
,
showTime
:
true
,
showTime
:
true
,
// Size Configuration
sizeOption
:
'small'
,
width
:
300
,
height
:
200
,
widthUnit
:
'px'
,
heightUnit
:
'px'
,
fullWidth
:
false
,
fullHeight
:
false
,
minWidth
:
200
,
minHeight
:
150
,
maxWidth
:
400
,
maxHeight
:
300
,
aspectRatio
:
'auto'
,
responsive
:
true
,
// Style Settings
backgroundType
:
'solid'
,
backgroundColor
:
'#FFFFFF'
,
backgroundColor
:
'#FFFFFF'
,
borderColor
:
'#E5E7EB'
,
borderColor
:
'#E5E7EB'
,
textColor
:
'#374151'
,
textColor
:
'#374151'
,
borderRadius
:
8
,
borderRadius
:
8
,
borderWidth
:
1
,
borderWidth
:
1
,
padding
:
16
,
padding
:
16
,
shadow
:
'small'
,
fontSize
:
18
,
fontSize
:
18
,
fontFamily
:
'monospace'
fontFamily
:
'monospace'
,
// Animation Settings
enableAnimations
:
true
,
animationType
:
'pulse'
,
animationDuration
:
1000
,
animationDelay
:
0
,
animationEasing
:
'ease-in-out'
,
hoverEffects
:
false
,
autoRefresh
:
true
,
// Data Settings
refreshInterval
:
1000
,
// 1 second
dataValidation
:
'none'
,
showDataCount
:
false
,
showLastUpdated
:
false
,
// Security Settings
requireAuth
:
false
,
allowedRoles
:
''
,
permissionLevel
:
'read'
,
dataEncryption
:
false
,
auditLog
:
false
,
rateLimit
:
0
,
sessionTimeout
:
30
,
// Interaction Settings
tooltipContent
:
'Current time'
,
enableKeyboard
:
false
,
enableFocus
:
false
,
hoverEffect
:
'none'
,
transitionDuration
:
0
},
},
'WeatherWidgetComponent'
:
{
'WeatherWidgetComponent'
:
{
...
baseConfig
,
...
baseConfig
,
...
@@ -1368,7 +1893,26 @@ export class WidgetConfigRegistryService {
...
@@ -1368,7 +1893,26 @@ export class WidgetConfigRegistryService {
*/
*/
private
getBaseFallbackConfig
():
any
{
private
getBaseFallbackConfig
():
any
{
return
{
return
{
// Common styling
// Common Display Settings
title
:
'Widget'
,
// Common Size Configuration
sizeOption
:
'medium'
,
width
:
300
,
height
:
200
,
widthUnit
:
'px'
,
heightUnit
:
'px'
,
fullWidth
:
false
,
fullHeight
:
false
,
minWidth
:
200
,
minHeight
:
150
,
maxWidth
:
800
,
maxHeight
:
600
,
aspectRatio
:
'auto'
,
responsive
:
true
,
// Common Style Settings
backgroundType
:
'solid'
,
backgroundColor
:
'#FFFFFF'
,
backgroundColor
:
'#FFFFFF'
,
borderColor
:
'#E5E7EB'
,
borderColor
:
'#E5E7EB'
,
textColor
:
'#374151'
,
textColor
:
'#374151'
,
...
@@ -1379,31 +1923,61 @@ export class WidgetConfigRegistryService {
...
@@ -1379,31 +1923,61 @@ export class WidgetConfigRegistryService {
fontSize
:
14
,
fontSize
:
14
,
fontFamily
:
'system-ui, -apple-system, sans-serif'
,
fontFamily
:
'system-ui, -apple-system, sans-serif'
,
fontWeight
:
'normal'
,
fontWeight
:
'normal'
,
shadow
:
'small'
,
// Common layout
// Common Animation Settings
responsive
:
true
,
enableAnimations
:
true
,
aspectRatio
:
'auto'
,
animationType
:
'fade'
,
animationDuration
:
300
,
// Common data
animationDelay
:
0
,
animationEasing
:
'ease'
,
hoverEffects
:
true
,
autoRefresh
:
false
,
// Common Data Settings
dataSource
:
'static'
,
dataSource
:
'static'
,
apiEndpoint
:
''
,
refreshInterval
:
0
,
refreshInterval
:
0
,
cacheEnabled
:
false
,
cacheEnabled
:
false
,
cacheDuration
:
300
,
cacheDuration
:
300
,
dataValidation
:
'none'
,
showDataCount
:
false
,
showLastUpdated
:
false
,
// Common features
// Common Security Settings
enableAnimations
:
true
,
enableTooltip
:
true
,
enableRefresh
:
true
,
enableExport
:
false
,
// Common security
requireAuth
:
false
,
requireAuth
:
false
,
allowedRoles
:
''
,
allowedRoles
:
''
,
permissionLevel
:
'read'
,
permissionLevel
:
'read'
,
dataEncryption
:
false
,
dataEncryption
:
false
,
auditLog
:
false
,
auditLog
:
false
,
rateLimit
:
0
,
rateLimit
:
0
,
sessionTimeout
:
30
sessionTimeout
:
30
,
requireHttps
:
false
,
enableCors
:
true
,
// Common Conditional Formatting
enableConditionalFormatting
:
false
,
conditionField
:
''
,
conditionOperator
:
'equals'
,
conditionValue
:
''
,
trueColor
:
'#10B981'
,
falseColor
:
'#EF4444'
,
trueIcon
:
'check-circle'
,
falseIcon
:
'x-circle'
,
showConditionalIcon
:
true
,
animateConditionalChange
:
true
,
// Common Interaction Settings
tooltipContent
:
''
,
enableKeyboard
:
true
,
enableFocus
:
true
,
hoverEffect
:
'scale'
,
transitionDuration
:
300
,
// Common Features
enableTooltip
:
true
,
enableRefresh
:
true
,
enableExport
:
false
};
};
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment