@ng-formworks/material 18.5.1 → 19.5.1

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.
Files changed (31) hide show
  1. package/assets/material-design-themes.scss +10 -5
  2. package/fesm2022/ng-formworks-material.mjs +94 -88
  3. package/fesm2022/ng-formworks-material.mjs.map +1 -1
  4. package/lib/widgets/public_api.d.ts +1 -1
  5. package/package.json +3 -5
  6. package/esm2022/lib/material-design-cssframework.mjs +0 -23
  7. package/esm2022/lib/material-design-framework.component.mjs +0 -119
  8. package/esm2022/lib/material-design-framework.module.mjs +0 -117
  9. package/esm2022/lib/material-design.framework.mjs +0 -62
  10. package/esm2022/lib/widgets/flex-layout-root.component.mjs +0 -71
  11. package/esm2022/lib/widgets/flex-layout-section.component.mjs +0 -344
  12. package/esm2022/lib/widgets/material-add-reference.component.mjs +0 -63
  13. package/esm2022/lib/widgets/material-button-group.component.mjs +0 -86
  14. package/esm2022/lib/widgets/material-button.component.mjs +0 -76
  15. package/esm2022/lib/widgets/material-checkbox.component.mjs +0 -164
  16. package/esm2022/lib/widgets/material-checkboxes.component.mjs +0 -126
  17. package/esm2022/lib/widgets/material-chip-list.component.mjs +0 -32
  18. package/esm2022/lib/widgets/material-datepicker.component.mjs +0 -133
  19. package/esm2022/lib/widgets/material-file.component.mjs +0 -32
  20. package/esm2022/lib/widgets/material-input.component.mjs +0 -146
  21. package/esm2022/lib/widgets/material-number.component.mjs +0 -137
  22. package/esm2022/lib/widgets/material-one-of.component.mjs +0 -32
  23. package/esm2022/lib/widgets/material-radios.component.mjs +0 -118
  24. package/esm2022/lib/widgets/material-select.component.mjs +0 -177
  25. package/esm2022/lib/widgets/material-slider.component.mjs +0 -88
  26. package/esm2022/lib/widgets/material-stepper.component.mjs +0 -32
  27. package/esm2022/lib/widgets/material-tabs.component.mjs +0 -91
  28. package/esm2022/lib/widgets/material-textarea.component.mjs +0 -126
  29. package/esm2022/lib/widgets/public_api.mjs +0 -52
  30. package/esm2022/ng-formworks-material.mjs +0 -5
  31. package/esm2022/public_api.mjs +0 -8
@@ -18,7 +18,7 @@ import { MaterialSliderComponent } from './material-slider.component';
18
18
  import { MaterialStepperComponent } from './material-stepper.component';
19
19
  import { MaterialTabsComponent } from './material-tabs.component';
20
20
  import { MaterialTextareaComponent } from './material-textarea.component';
21
- export declare const MATERIAL_FRAMEWORK_COMPONENTS: (typeof MaterialDesignFrameworkComponent | typeof FlexLayoutRootComponent | typeof FlexLayoutSectionComponent | typeof MaterialAddReferenceComponent | typeof MaterialButtonComponent | typeof MaterialButtonGroupComponent | typeof MaterialCheckboxComponent | typeof MaterialCheckboxesComponent | typeof MaterialChipListComponent | typeof MaterialDatepickerComponent | typeof MaterialFileComponent | typeof MaterialInputComponent | typeof MaterialNumberComponent | typeof MaterialOneOfComponent | typeof MaterialRadiosComponent | typeof MaterialSelectComponent | typeof MaterialSliderComponent | typeof MaterialStepperComponent | typeof MaterialTabsComponent | typeof MaterialTextareaComponent)[];
21
+ export declare const MATERIAL_FRAMEWORK_COMPONENTS: (typeof FlexLayoutSectionComponent | typeof MaterialDesignFrameworkComponent | typeof FlexLayoutRootComponent | typeof MaterialAddReferenceComponent | typeof MaterialButtonComponent | typeof MaterialButtonGroupComponent | typeof MaterialCheckboxComponent | typeof MaterialCheckboxesComponent | typeof MaterialChipListComponent | typeof MaterialDatepickerComponent | typeof MaterialFileComponent | typeof MaterialInputComponent | typeof MaterialNumberComponent | typeof MaterialOneOfComponent | typeof MaterialRadiosComponent | typeof MaterialSelectComponent | typeof MaterialSliderComponent | typeof MaterialStepperComponent | typeof MaterialTabsComponent | typeof MaterialTextareaComponent)[];
22
22
  export { FlexLayoutRootComponent } from './flex-layout-root.component';
23
23
  export { FlexLayoutSectionComponent } from './flex-layout-section.component';
24
24
  export { MaterialAddReferenceComponent } from './material-add-reference.component';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-formworks/material",
3
- "version": "18.5.1",
3
+ "version": "19.5.1",
4
4
  "description": "Angular ng-formworks - JSON Schema Form builder using Angular Material UI",
5
5
  "author": "https://github.com/zahmo/ng-formworks/graphs/contributors",
6
6
  "keywords": [
@@ -40,8 +40,8 @@
40
40
  "private": false,
41
41
  "dependencies": {
42
42
  "lodash-es": "~4.17.21",
43
- "@ng-formworks/core": "~18.5.1",
44
- "@ng-formworks/cssframework": "~18.5.1",
43
+ "@ng-formworks/core": "~19.5.1",
44
+ "@ng-formworks/cssframework": "~19.5.1",
45
45
  "tslib": "^2.7.0"
46
46
  },
47
47
  "peerDependencies": {
@@ -56,8 +56,6 @@
56
56
  },
57
57
  ".": {
58
58
  "types": "./index.d.ts",
59
- "esm2022": "./esm2022/ng-formworks-material.mjs",
60
- "esm": "./esm2022/ng-formworks-material.mjs",
61
59
  "default": "./fesm2022/ng-formworks-material.mjs"
62
60
  }
63
61
  },
@@ -1,23 +0,0 @@
1
- export const cssFrameworkCfgMaterialDesign = {
2
- "name": "material-design",
3
- "text": "Material Design",
4
- "scripts": [],
5
- "stylesheets": [
6
- '//fonts.googleapis.com/icon?family=Material+Icons',
7
- '//fonts.googleapis.com/css?family=Roboto:300,400,500,700',
8
- ],
9
- "widgetstyles": {
10
- "__themes__": [
11
- { "name": "material_default", "text": "Default Theme" },
12
- { "name": "azure-blue", "text": "Azure & Blue" },
13
- { "name": "rose-red", "text": "Rose & Red" },
14
- { "name": "cyan-orange", "text": "Cyan & Orange" },
15
- { "name": "magenta-violet", "text": "Magenta & Violet" },
16
- { "name": "indigo-pink", "text": "Indigo & Pink" },
17
- { "name": "purple-green", "text": "Purple & Green" },
18
- { "name": "deeppurple-amber", "text": "Deep Purple & Amber" },
19
- { "name": "pink-bluegrey", "text": "Pink & Blue-Grey" },
20
- ]
21
- }
22
- };
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0ZXJpYWwtZGVzaWduLWNzc2ZyYW1ld29yay5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25nLWZvcm13b3Jrcy1tYXRlcmlhbC9zcmMvbGliL21hdGVyaWFsLWRlc2lnbi1jc3NmcmFtZXdvcmsudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsTUFBTSxDQUFDLE1BQU0sNkJBQTZCLEdBQUs7SUFDM0MsTUFBTSxFQUFFLGlCQUFpQjtJQUN6QixNQUFNLEVBQUMsaUJBQWlCO0lBQ3hCLFNBQVMsRUFBRSxFQUFFO0lBQ2IsYUFBYSxFQUFFO1FBQ1gsbURBQW1EO1FBQ25ELDBEQUEwRDtLQUM3RDtJQUNELGNBQWMsRUFBRTtRQUNaLFlBQVksRUFBRTtZQUNWLEVBQUMsTUFBTSxFQUFDLGtCQUFrQixFQUFDLE1BQU0sRUFBQyxlQUFlLEVBQUM7WUFDbEQsRUFBQyxNQUFNLEVBQUMsWUFBWSxFQUFDLE1BQU0sRUFBQyxjQUFjLEVBQUM7WUFDM0MsRUFBQyxNQUFNLEVBQUMsVUFBVSxFQUFDLE1BQU0sRUFBQyxZQUFZLEVBQUM7WUFDdkMsRUFBQyxNQUFNLEVBQUMsYUFBYSxFQUFDLE1BQU0sRUFBQyxlQUFlLEVBQUM7WUFDN0MsRUFBQyxNQUFNLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSxFQUFDLGtCQUFrQixFQUFDO1lBQ25ELEVBQUMsTUFBTSxFQUFDLGFBQWEsRUFBQyxNQUFNLEVBQUMsZUFBZSxFQUFDO1lBQzdDLEVBQUMsTUFBTSxFQUFDLGNBQWMsRUFBQyxNQUFNLEVBQUMsZ0JBQWdCLEVBQUM7WUFDL0MsRUFBQyxNQUFNLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSxFQUFDLHFCQUFxQixFQUFDO1lBQ3hELEVBQUMsTUFBTSxFQUFDLGVBQWUsRUFBQyxNQUFNLEVBQUMsa0JBQWtCLEVBQUM7U0FFckQ7S0FDSjtDQUNKLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyJcclxuZXhwb3J0IGNvbnN0IGNzc0ZyYW1ld29ya0NmZ01hdGVyaWFsRGVzaWduOmFueT17XHJcbiAgICBcIm5hbWVcIjogXCJtYXRlcmlhbC1kZXNpZ25cIixcclxuICAgIFwidGV4dFwiOlwiTWF0ZXJpYWwgRGVzaWduXCIsXHJcbiAgICBcInNjcmlwdHNcIjogW10sXHJcbiAgICBcInN0eWxlc2hlZXRzXCI6IFtcclxuICAgICAgICAnLy9mb250cy5nb29nbGVhcGlzLmNvbS9pY29uP2ZhbWlseT1NYXRlcmlhbCtJY29ucycsXHJcbiAgICAgICAgJy8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1Sb2JvdG86MzAwLDQwMCw1MDAsNzAwJyxcclxuICAgIF0sXHJcbiAgICBcIndpZGdldHN0eWxlc1wiOiB7XHJcbiAgICAgICAgXCJfX3RoZW1lc19fXCI6IFtcclxuICAgICAgICAgICAge1wibmFtZVwiOlwibWF0ZXJpYWxfZGVmYXVsdFwiLFwidGV4dFwiOlwiRGVmYXVsdCBUaGVtZVwifSxcclxuICAgICAgICAgICAge1wibmFtZVwiOlwiYXp1cmUtYmx1ZVwiLFwidGV4dFwiOlwiQXp1cmUgJiBCbHVlXCJ9LFxyXG4gICAgICAgICAgICB7XCJuYW1lXCI6XCJyb3NlLXJlZFwiLFwidGV4dFwiOlwiUm9zZSAmIFJlZFwifSxcclxuICAgICAgICAgICAge1wibmFtZVwiOlwiY3lhbi1vcmFuZ2VcIixcInRleHRcIjpcIkN5YW4gJiBPcmFuZ2VcIn0sXHJcbiAgICAgICAgICAgIHtcIm5hbWVcIjpcIm1hZ2VudGEtdmlvbGV0XCIsXCJ0ZXh0XCI6XCJNYWdlbnRhICYgVmlvbGV0XCJ9LFxyXG4gICAgICAgICAgICB7XCJuYW1lXCI6XCJpbmRpZ28tcGlua1wiLFwidGV4dFwiOlwiSW5kaWdvICYgUGlua1wifSxcclxuICAgICAgICAgICAge1wibmFtZVwiOlwicHVycGxlLWdyZWVuXCIsXCJ0ZXh0XCI6XCJQdXJwbGUgJiBHcmVlblwifSxcclxuICAgICAgICAgICAge1wibmFtZVwiOlwiZGVlcHB1cnBsZS1hbWJlclwiLFwidGV4dFwiOlwiRGVlcCBQdXJwbGUgJiBBbWJlclwifSxcclxuICAgICAgICAgICAge1wibmFtZVwiOlwicGluay1ibHVlZ3JleVwiLFwidGV4dFwiOlwiUGluayAmIEJsdWUtR3JleVwifSxcclxuICAgICAgICAgICAgXHJcbiAgICAgICAgXVxyXG4gICAgfVxyXG59XHJcblxyXG4iXX0=