@fundamental-ngx/core 0.35.0 → 0.35.1-rc.2
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/action-bar/package.json +1 -1
- package/action-sheet/package.json +1 -1
- package/alert/package.json +1 -1
- package/avatar/package.json +1 -1
- package/avatar-group/package.json +1 -1
- package/bar/package.json +1 -1
- package/breadcrumb/package.json +1 -1
- package/busy-indicator/package.json +1 -1
- package/button/package.json +1 -1
- package/calendar/package.json +1 -1
- package/card/package.json +1 -1
- package/carousel/package.json +1 -1
- package/checkbox/package.json +1 -1
- package/combobox/package.json +1 -1
- package/date-picker/package.json +1 -1
- package/datetime/package.json +1 -1
- package/datetime-picker/package.json +1 -1
- package/dialog/package.json +1 -1
- package/dynamic-page/package.json +1 -1
- package/dynamic-side-content/package.json +1 -1
- package/esm2020/flexible-column-layout/constants.mjs +17 -1
- package/esm2020/flexible-column-layout/flexible-column-layout.component.mjs +33 -33
- package/esm2020/flexible-column-layout/flexible-column-layout.module.mjs +42 -5
- package/esm2020/flexible-column-layout/public_api.mjs +2 -1
- package/facets/package.json +1 -1
- package/feed-input/package.json +1 -1
- package/feed-list-item/package.json +1 -1
- package/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs +89 -36
- package/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs +87 -36
- package/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
- package/file-uploader/package.json +1 -1
- package/fixed-card-layout/package.json +1 -1
- package/flexible-column-layout/constants.d.ts +9 -0
- package/flexible-column-layout/esm2020/constants.mjs +17 -1
- package/flexible-column-layout/esm2020/flexible-column-layout.component.mjs +33 -33
- package/flexible-column-layout/esm2020/flexible-column-layout.module.mjs +42 -5
- package/flexible-column-layout/esm2020/public_api.mjs +2 -1
- package/flexible-column-layout/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs +89 -36
- package/flexible-column-layout/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
- package/flexible-column-layout/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs +87 -36
- package/flexible-column-layout/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
- package/flexible-column-layout/flexible-column-layout.component.d.ts +23 -17
- package/flexible-column-layout/flexible-column-layout.module.d.ts +16 -1
- package/flexible-column-layout/package.json +1 -1
- package/flexible-column-layout/public_api.d.ts +1 -1
- package/form/package.json +1 -1
- package/formatted-text/package.json +1 -1
- package/grid-list/package.json +1 -1
- package/icon/package.json +1 -1
- package/illustrated-message/package.json +1 -1
- package/infinite-scroll/package.json +1 -1
- package/info-label/package.json +1 -1
- package/inline-help/package.json +1 -1
- package/input-group/package.json +1 -1
- package/layout-grid/package.json +1 -1
- package/layout-panel/package.json +1 -1
- package/link/package.json +1 -1
- package/list/package.json +1 -1
- package/menu/package.json +1 -1
- package/message-box/package.json +1 -1
- package/message-strip/package.json +1 -1
- package/message-toast/package.json +1 -1
- package/micro-process-flow/package.json +1 -1
- package/mobile-mode/package.json +1 -1
- package/multi-input/package.json +1 -1
- package/nested-list/package.json +1 -1
- package/notification/package.json +1 -1
- package/object-identifier/package.json +1 -1
- package/object-marker/package.json +1 -1
- package/object-number/package.json +1 -1
- package/object-status/package.json +1 -1
- package/package.json +1 -1
- package/pagination/package.json +1 -1
- package/panel/package.json +1 -1
- package/popover/package.json +1 -1
- package/product-switch/package.json +1 -1
- package/progress-indicator/package.json +1 -1
- package/quick-view/package.json +1 -1
- package/radio/package.json +1 -1
- package/rating-indicator/package.json +1 -1
- package/resizable-card-layout/package.json +1 -1
- package/schematics/ng-add/index.js +43 -0
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-add/schema.d.ts +1 -0
- package/schematics/ng-add/schema.json +58 -7
- package/schematics/utils/angular-json-utils.d.ts +3 -0
- package/schematics/utils/angular-json-utils.js +14 -0
- package/schematics/utils/angular-json-utils.js.map +1 -0
- package/scroll-spy/package.json +1 -1
- package/scrollbar/package.json +1 -1
- package/segmented-button/package.json +1 -1
- package/select/package.json +1 -1
- package/shared/package.json +1 -1
- package/shellbar/package.json +1 -1
- package/side-navigation/package.json +1 -1
- package/slider/package.json +1 -1
- package/split-button/package.json +1 -1
- package/splitter/package.json +1 -1
- package/status-indicator/package.json +1 -1
- package/step-input/package.json +1 -1
- package/switch/package.json +1 -1
- package/table/package.json +1 -1
- package/tabs/package.json +1 -1
- package/text/package.json +1 -1
- package/theming/package.json +1 -1
- package/tile/package.json +1 -1
- package/time/package.json +1 -1
- package/time-picker/package.json +1 -1
- package/timeline/package.json +1 -1
- package/title/package.json +1 -1
- package/token/package.json +1 -1
- package/toolbar/package.json +1 -1
- package/tree/package.json +1 -1
- package/upload-collection/package.json +1 -1
- package/utils/package.json +1 -1
- package/vertical-navigation/package.json +1 -1
- package/wizard/package.json +1 -1
|
@@ -4,24 +4,75 @@
|
|
|
4
4
|
"title": "Fundamental Library for Angular ng-add schematic",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
|
+
"project": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"description": "The name of the project.",
|
|
10
|
+
"$default": {
|
|
11
|
+
"$source": "projectName"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
7
14
|
"animations": {
|
|
8
15
|
"type": "boolean",
|
|
9
16
|
"default": true,
|
|
10
17
|
"description": "Whether Angular browser animations should be set up.",
|
|
11
18
|
"x-prompt": "Set up browser animations for Fundamental Library for Angular?"
|
|
12
19
|
},
|
|
20
|
+
"theme": {
|
|
21
|
+
"description": "The theme to apply",
|
|
22
|
+
"type": "string",
|
|
23
|
+
"default": "sap_fiori_3",
|
|
24
|
+
"x-prompt": {
|
|
25
|
+
"message": "Choose a prebuilt theme name, or \"custom\" for a custom theme for later configuration:",
|
|
26
|
+
"type": "list",
|
|
27
|
+
"items": [
|
|
28
|
+
{
|
|
29
|
+
"value": "sap_fiori_3",
|
|
30
|
+
"label": "Fiori 3 [Preview: https://sap.github.io/fundamental-ngx/#/core/home?theme=sap_fiori_3]"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"value": "sap_fiori_3_dark",
|
|
34
|
+
"label": "Fiori 3 Dark [Preview: https://sap.github.io/fundamental-ngx/#/core/home?theme=sap_fiori_3_dark]"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"value": "sap_fiori_3_hcb",
|
|
38
|
+
"label": "High Contrast Black [Preview: https://sap.github.io/fundamental-ngx/#/core/home?theme=sap_fiori_3_hcb]"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"value": "sap_fiori_3_hcw",
|
|
42
|
+
"label": "High Contrast White [Preview: https://sap.github.io/fundamental-ngx/#/core/home?theme=sap_fiori_3_hcw]"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"value": "sap_fiori_3_light_dark",
|
|
46
|
+
"label": "Light Dark [Preview: https://sap.github.io/fundamental-ngx/#/core/home?theme=sap_fiori_3_light_dark]"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"value": "sap_horizon",
|
|
50
|
+
"label": "Morning Horizon [Preview: https://sap.github.io/fundamental-ngx/#/core/home?theme=sap_horizon]"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"value": "sap_horizon_dark",
|
|
54
|
+
"label": "Evening Horizon [Preview: https://sap.github.io/fundamental-ngx/#/core/home?theme=sap_horizon_dark]"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"value": "sap_horizon_hcb",
|
|
58
|
+
"label": "High Contrast Black Horizon [Preview: https://sap.github.io/fundamental-ngx/#/core/home?theme=sap_horizon_hcb]"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"value": "sap_horizon_hcw",
|
|
62
|
+
"label": "High Contrast White Horizon [Preview: https://sap.github.io/fundamental-ngx/#/core/home?theme=sap_horizon_hcw]"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"value": "custom",
|
|
66
|
+
"label": "Custom - Manual setup"
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
},
|
|
13
71
|
"styleFonts": {
|
|
14
72
|
"type": "boolean",
|
|
15
73
|
"default": true,
|
|
16
74
|
"description": "Whether default fonts from theming should be added to styles file.",
|
|
17
75
|
"x-prompt": "Add default font imports into styles file?"
|
|
18
|
-
},
|
|
19
|
-
"project": {
|
|
20
|
-
"type": "string",
|
|
21
|
-
"description": "The name of the project.",
|
|
22
|
-
"$default": {
|
|
23
|
-
"$source": "projectName"
|
|
24
|
-
}
|
|
25
76
|
}
|
|
26
77
|
}
|
|
27
78
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getProjectTargetOptions = void 0;
|
|
4
|
+
const schematics_1 = require("@angular-devkit/schematics");
|
|
5
|
+
function getProjectTargetOptions(project, buildTarget) {
|
|
6
|
+
var _a, _b;
|
|
7
|
+
const options = (_b = (_a = project.targets) === null || _a === void 0 ? void 0 : _a.get(buildTarget)) === null || _b === void 0 ? void 0 : _b.options;
|
|
8
|
+
if (!options) {
|
|
9
|
+
throw new schematics_1.SchematicsException(`Cannot determine project target configuration for: ${buildTarget}.`);
|
|
10
|
+
}
|
|
11
|
+
return options;
|
|
12
|
+
}
|
|
13
|
+
exports.getProjectTargetOptions = getProjectTargetOptions;
|
|
14
|
+
//# sourceMappingURL=angular-json-utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"angular-json-utils.js","sourceRoot":"","sources":["../../../../../libs/core/schematics/utils/angular-json-utils.ts"],"names":[],"mappings":";;;AAEA,2DAAiE;AAEjE,SAAgB,uBAAuB,CACnC,OAA0B,EAC1B,WAAmB;;IAEnB,MAAM,OAAO,GAAG,MAAA,MAAA,OAAO,CAAC,OAAO,0CAAE,GAAG,CAAC,WAAW,CAAC,0CAAE,OAAO,CAAC;IAE3D,IAAI,CAAC,OAAO,EAAE;QACV,MAAM,IAAI,gCAAmB,CAAC,sDAAsD,WAAW,GAAG,CAAC,CAAC;KACvG;IAED,OAAO,OAAO,CAAC;AACnB,CAAC;AAXD,0DAWC"}
|
package/scroll-spy/package.json
CHANGED
package/scrollbar/package.json
CHANGED
package/select/package.json
CHANGED
package/shared/package.json
CHANGED
package/shellbar/package.json
CHANGED
package/slider/package.json
CHANGED
package/splitter/package.json
CHANGED
package/step-input/package.json
CHANGED
package/switch/package.json
CHANGED
package/table/package.json
CHANGED
package/tabs/package.json
CHANGED
package/text/package.json
CHANGED
package/theming/package.json
CHANGED
package/tile/package.json
CHANGED
package/time/package.json
CHANGED
package/time-picker/package.json
CHANGED
package/timeline/package.json
CHANGED
package/title/package.json
CHANGED
package/token/package.json
CHANGED
package/toolbar/package.json
CHANGED
package/tree/package.json
CHANGED
package/utils/package.json
CHANGED