Files
psp_panel/ngsw-config.json
T
ahasani 42b8476b96 feat: refactor dialog components to use light-bottomsheet for improved UX
- Replaced SharedDialogComponent with SharedLightBottomsheetComponent in customer-dialog, order-submitted-dialog, payment form-dialog, and pre-invoice-dialog components.
- Updated styles and properties for light-bottomsheet to enhance responsiveness and usability.
- Modified payload form components to use measure units instead of unit types for better clarity.
- Adjusted form controls to use consistent naming conventions for amounts and percentages.
- Enhanced support for overlay options in select components to manage z-index dynamically.
- Improved support for RTL layouts in input groups and other components.
2026-05-13 13:44:33 +03:30

68 lines
1.3 KiB
JSON

{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"appData": {
"appVersion": "0.0.10",
"buildDate": "2026-05-13T09:21:01.165Z",
"buildNumber": 10
},
"assetGroups": [
{
"installMode": "prefetch",
"name": "app",
"resources": {
"files": [
"/favicon.ico",
"/index.html",
"/*.css",
"/*.js"
]
},
"updateMode": "prefetch"
},
{
"installMode": "lazy",
"name": "assets",
"resources": {
"files": [
"/favicon/**",
"/assets/**",
"/**/*.svg",
"/**/*.png",
"/**/*.jpg",
"/**/*.jpeg",
"/**/*.webp",
"/**/*.gif",
"/**/*.woff",
"/**/*.woff2",
"/**/*.ttf",
"/**/*.otf"
]
},
"updateMode": "prefetch"
}
],
"dataGroups": [
{
"cacheConfig": {
"maxAge": "1h",
"maxSize": 100,
"strategy": "freshness",
"timeout": "10s"
},
"name": "api-fresh",
"urls": [
"/api/**",
"https://*/api/**",
"http://*/api/**"
]
}
],
"index": "/index.html",
"navigationUrls": [
"/**",
"!/**/*.*",
"!/**/*__*",
"!/**/*__*/**"
]
}