@ng-formworks/material 16.3.0 → 17.3.0
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/esm2022/lib/material-design-cssframework.mjs +18 -18
- package/esm2022/lib/material-design-framework.component.mjs +119 -119
- package/esm2022/lib/material-design-framework.module.mjs +116 -116
- package/esm2022/lib/material-design.framework.mjs +60 -60
- package/esm2022/lib/widgets/flex-layout-root.component.mjs +44 -44
- package/esm2022/lib/widgets/flex-layout-section.component.mjs +90 -90
- package/esm2022/lib/widgets/material-add-reference.component.mjs +49 -49
- package/esm2022/lib/widgets/material-button-group.component.mjs +39 -39
- package/esm2022/lib/widgets/material-button.component.mjs +51 -51
- package/esm2022/lib/widgets/material-checkbox.component.mjs +51 -51
- package/esm2022/lib/widgets/material-checkboxes.component.mjs +64 -64
- package/esm2022/lib/widgets/material-chip-list.component.mjs +35 -35
- package/esm2022/lib/widgets/material-datepicker.component.mjs +44 -44
- package/esm2022/lib/widgets/material-file.component.mjs +35 -35
- package/esm2022/lib/widgets/material-input.component.mjs +48 -48
- package/esm2022/lib/widgets/material-number.component.mjs +52 -52
- package/esm2022/lib/widgets/material-one-of.component.mjs +35 -35
- package/esm2022/lib/widgets/material-radios.component.mjs +43 -43
- package/esm2022/lib/widgets/material-select.component.mjs +51 -51
- package/esm2022/lib/widgets/material-slider.component.mjs +40 -40
- package/esm2022/lib/widgets/material-stepper.component.mjs +35 -35
- package/esm2022/lib/widgets/material-tabs.component.mjs +51 -51
- package/esm2022/lib/widgets/material-textarea.component.mjs +45 -45
- package/esm2022/lib/widgets/public_api.mjs +51 -51
- package/esm2022/ng-formworks-material.mjs +4 -4
- package/esm2022/public_api.mjs +7 -7
- package/fesm2022/ng-formworks-material.mjs +1001 -1001
- package/fesm2022/ng-formworks-material.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/material-design-cssframework.d.ts +1 -1
- package/lib/material-design-framework.component.d.ts +35 -35
- package/lib/material-design-framework.module.d.ts +61 -61
- package/lib/material-design.framework.d.ts +46 -46
- package/lib/widgets/flex-layout-root.component.d.ts +15 -15
- package/lib/widgets/flex-layout-section.component.d.ts +25 -25
- package/lib/widgets/material-add-reference.component.d.ts +20 -20
- package/lib/widgets/material-button-group.component.d.ts +23 -23
- package/lib/widgets/material-button.component.d.ts +24 -24
- package/lib/widgets/material-checkbox.component.d.ts +25 -25
- package/lib/widgets/material-checkboxes.component.d.ts +27 -27
- package/lib/widgets/material-chip-list.component.d.ts +21 -21
- package/lib/widgets/material-datepicker.component.d.ts +22 -22
- package/lib/widgets/material-file.component.d.ts +21 -21
- package/lib/widgets/material-input.component.d.ts +23 -23
- package/lib/widgets/material-number.component.d.ts +26 -26
- package/lib/widgets/material-one-of.component.d.ts +21 -21
- package/lib/widgets/material-radios.component.d.ts +23 -23
- package/lib/widgets/material-select.component.d.ts +24 -24
- package/lib/widgets/material-slider.component.d.ts +25 -25
- package/lib/widgets/material-stepper.component.d.ts +21 -21
- package/lib/widgets/material-tabs.component.d.ts +20 -20
- package/lib/widgets/material-textarea.component.d.ts +22 -22
- package/lib/widgets/public_api.d.ts +41 -41
- package/package.json +5 -5
- package/public_api.d.ts +4 -4
|
@@ -1,19 +1,19 @@
|
|
|
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": "indigo-pink", "text": "Indigo & Pink" },
|
|
13
|
-
{ "name": "purple-green", "text": "Purple & Green" },
|
|
14
|
-
{ "name": "deeppurple-amber", "text": "Deep Purple & Amber" },
|
|
15
|
-
{ "name": "pink-bluegrey", "text": "Pink & Blue-Grey" }
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
};
|
|
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": "indigo-pink", "text": "Indigo & Pink" },
|
|
13
|
+
{ "name": "purple-green", "text": "Purple & Green" },
|
|
14
|
+
{ "name": "deeppurple-amber", "text": "Deep Purple & Amber" },
|
|
15
|
+
{ "name": "pink-bluegrey", "text": "Pink & Blue-Grey" }
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
19
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0ZXJpYWwtZGVzaWduLWNzc2ZyYW1ld29yay5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25nLWZvcm13b3Jrcy1tYXRlcmlhbC9zcmMvbGliL21hdGVyaWFsLWRlc2lnbi1jc3NmcmFtZXdvcmsudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsTUFBTSxDQUFDLE1BQU0sNkJBQTZCLEdBQUs7SUFDM0MsTUFBTSxFQUFFLGlCQUFpQjtJQUN6QixNQUFNLEVBQUMsaUJBQWlCO0lBQ3hCLFNBQVMsRUFBRSxFQUFFO0lBQ2IsYUFBYSxFQUFFO1FBQ1gsbURBQW1EO1FBQ25ELDBEQUEwRDtLQUM3RDtJQUNELGNBQWMsRUFBRTtRQUNaLFlBQVksRUFBRTtZQUNWLEVBQUMsTUFBTSxFQUFDLGtCQUFrQixFQUFDLE1BQU0sRUFBQyxlQUFlLEVBQUM7WUFDbEQsRUFBQyxNQUFNLEVBQUMsYUFBYSxFQUFDLE1BQU0sRUFBQyxlQUFlLEVBQUM7WUFDN0MsRUFBQyxNQUFNLEVBQUMsY0FBYyxFQUFDLE1BQU0sRUFBQyxnQkFBZ0IsRUFBQztZQUMvQyxFQUFDLE1BQU0sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLEVBQUMscUJBQXFCLEVBQUM7WUFDeEQsRUFBQyxNQUFNLEVBQUMsZUFBZSxFQUFDLE1BQU0sRUFBQyxrQkFBa0IsRUFBQztTQUNyRDtLQUNKO0NBQ0osQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbIlxyXG5leHBvcnQgY29uc3QgY3NzRnJhbWV3b3JrQ2ZnTWF0ZXJpYWxEZXNpZ246YW55PXtcclxuICAgIFwibmFtZVwiOiBcIm1hdGVyaWFsLWRlc2lnblwiLFxyXG4gICAgXCJ0ZXh0XCI6XCJNYXRlcmlhbCBEZXNpZ25cIixcclxuICAgIFwic2NyaXB0c1wiOiBbXSxcclxuICAgIFwic3R5bGVzaGVldHNcIjogW1xyXG4gICAgICAgICcvL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2ljb24/ZmFtaWx5PU1hdGVyaWFsK0ljb25zJyxcclxuICAgICAgICAnLy9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M/ZmFtaWx5PVJvYm90bzozMDAsNDAwLDUwMCw3MDAnLFxyXG4gICAgXSxcclxuICAgIFwid2lkZ2V0c3R5bGVzXCI6IHtcclxuICAgICAgICBcIl9fdGhlbWVzX19cIjogW1xyXG4gICAgICAgICAgICB7XCJuYW1lXCI6XCJtYXRlcmlhbF9kZWZhdWx0XCIsXCJ0ZXh0XCI6XCJEZWZhdWx0IFRoZW1lXCJ9LFxyXG4gICAgICAgICAgICB7XCJuYW1lXCI6XCJpbmRpZ28tcGlua1wiLFwidGV4dFwiOlwiSW5kaWdvICYgUGlua1wifSxcclxuICAgICAgICAgICAge1wibmFtZVwiOlwicHVycGxlLWdyZWVuXCIsXCJ0ZXh0XCI6XCJQdXJwbGUgJiBHcmVlblwifSxcclxuICAgICAgICAgICAge1wibmFtZVwiOlwiZGVlcHB1cnBsZS1hbWJlclwiLFwidGV4dFwiOlwiRGVlcCBQdXJwbGUgJiBBbWJlclwifSxcclxuICAgICAgICAgICAge1wibmFtZVwiOlwicGluay1ibHVlZ3JleVwiLFwidGV4dFwiOlwiUGluayAmIEJsdWUtR3JleVwifVxyXG4gICAgICAgIF1cclxuICAgIH1cclxufVxyXG5cclxuIl19
|