@fundamental-ngx/core 0.35.4-rc.7 → 0.35.4
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/esm2020/breadcrumb.component.mjs +3 -3
- package/breadcrumb/fesm2015/fundamental-ngx-core-breadcrumb.mjs +2 -2
- package/breadcrumb/fesm2015/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/breadcrumb/fesm2020/fundamental-ngx-core-breadcrumb.mjs +2 -2
- package/breadcrumb/fesm2020/fundamental-ngx-core-breadcrumb.mjs.map +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/combobox.component.d.ts +8 -1
- package/combobox/combobox.interface.d.ts +1 -0
- package/combobox/esm2020/combobox-mobile/combobox-mobile.component.mjs +2 -2
- package/combobox/esm2020/combobox.component.mjs +27 -9
- package/combobox/esm2020/combobox.interface.mjs +1 -1
- package/combobox/fesm2015/fundamental-ngx-core-combobox.mjs +27 -9
- package/combobox/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/combobox/fesm2020/fundamental-ngx-core-combobox.mjs +27 -9
- package/combobox/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/combobox/package.json +1 -1
- package/content-density/package.json +3 -3
- 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/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2020/combobox/combobox-mobile/combobox-mobile.component.mjs +2 -2
- package/esm2020/combobox/combobox.component.mjs +27 -9
- package/esm2020/combobox/combobox.interface.mjs +1 -1
- package/esm2020/overflow-layout/directives/overflow-item-ref.directive.mjs +2 -1
- package/esm2020/overflow-layout/interfaces/overflow-item-ref.interface.mjs +1 -1
- package/esm2020/overflow-layout/interfaces/overflow-item.interface.mjs +1 -1
- package/esm2020/overflow-layout/overflow-layout.component.mjs +4 -3
- package/esm2020/overflow-layout/overflow-layout.service.mjs +12 -10
- 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-breadcrumb.mjs +2 -2
- package/fesm2015/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-combobox.mjs +27 -9
- package/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2015/fundamental-ngx-core-overflow-layout.mjs +15 -11
- package/fesm2015/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-breadcrumb.mjs +2 -2
- package/fesm2020/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-combobox.mjs +27 -9
- package/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
- package/fesm2020/fundamental-ngx-core-overflow-layout.mjs +15 -11
- package/fesm2020/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/file-uploader/package.json +1 -1
- package/fixed-card-layout/package.json +1 -1
- package/flexible-column-layout/package.json +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/overflow-layout/directives/overflow-item-ref.directive.d.ts +5 -2
- package/overflow-layout/esm2020/directives/overflow-item-ref.directive.mjs +2 -1
- package/overflow-layout/esm2020/interfaces/overflow-item-ref.interface.mjs +1 -1
- package/overflow-layout/esm2020/interfaces/overflow-item.interface.mjs +1 -1
- package/overflow-layout/esm2020/overflow-layout.component.mjs +4 -3
- package/overflow-layout/esm2020/overflow-layout.service.mjs +12 -10
- package/overflow-layout/fesm2015/fundamental-ngx-core-overflow-layout.mjs +15 -11
- package/overflow-layout/fesm2015/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/overflow-layout/fesm2020/fundamental-ngx-core-overflow-layout.mjs +15 -11
- package/overflow-layout/fesm2020/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
- package/overflow-layout/interfaces/overflow-item-ref.interface.d.ts +4 -1
- package/overflow-layout/interfaces/overflow-item.interface.d.ts +3 -0
- package/overflow-layout/overflow-layout.service.d.ts +1 -0
- package/overflow-layout/package.json +13 -13
- package/package.json +13 -26
- 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/add-animations/index.d.ts +1 -0
- package/schematics/add-animations/index.js +42 -0
- package/schematics/add-animations/index.js.map +1 -0
- package/schematics/collection.json +9 -0
- package/schematics/migrations/migrate-theme-fonts/index.d.ts +2 -0
- package/schematics/migrations/migrate-theme-fonts/index.js +85 -0
- package/schematics/migrations/migrate-theme-fonts/index.js.map +1 -0
- package/schematics/migrations/migrate-theme-fonts/schema.d.ts +4 -0
- package/schematics/migrations/migrate-theme-fonts/schema.js +3 -0
- package/schematics/migrations/migrate-theme-fonts/schema.js.map +1 -0
- package/schematics/migrations/migrate-theme-fonts/schema.json +21 -0
- package/schematics/migrations/migrate-theme-fonts/styles.d.ts +2 -0
- package/schematics/migrations/migrate-theme-fonts/styles.js +20 -0
- package/schematics/migrations/migrate-theme-fonts/styles.js.map +1 -0
- package/schematics/ng-add/index.js +168 -198
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-add/schema.d.ts +1 -1
- package/schematics/ng-add/schema.json +6 -6
- package/schematics/ng-add/styles.d.ts +4 -0
- package/{assets/fundamental-ngx-core-fonts.scss → schematics/ng-add/styles.js} +20 -10
- package/schematics/ng-add/styles.js.map +1 -0
- package/schematics/utils/file-utils.js +1 -1
- package/schematics/utils/file-utils.js.map +1 -1
- 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
- package/assets/fonts/sap_fiori_3_fonts.css +0 -6
- package/assets/fonts/sap_horizon_fonts.css +0 -6
- package/assets/fundamental-ngx-core.scss +0 -1
- package/schematics/migrations/migration-0.36/index.d.ts +0 -2
- package/schematics/migrations/migration-0.36/index.js +0 -113
- package/schematics/migrations/migration-0.36/index.js.map +0 -1
- package/schematics/migrations.json +0 -9
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
package/wizard/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '~fundamental-styles/dist/icon.css';
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
const core_1 = require("@angular-devkit/core");
|
|
13
|
-
const schematics_1 = require("@angular-devkit/schematics");
|
|
14
|
-
const workspace_1 = require("@schematics/angular/utility/workspace");
|
|
15
|
-
const file_utils_1 = require("../../utils/file-utils");
|
|
16
|
-
function default_1() {
|
|
17
|
-
return (0, schematics_1.chain)([removeStylesFromConfig(), removeIconFonts(), removeFontStyles(), noticeAddSchematics()]);
|
|
18
|
-
}
|
|
19
|
-
exports.default = default_1;
|
|
20
|
-
function removeStylesFromConfig() {
|
|
21
|
-
return (_, context) => __awaiter(this, void 0, void 0, function* () {
|
|
22
|
-
return (0, workspace_1.updateWorkspace)((workspace) => {
|
|
23
|
-
workspace.projects.forEach((project) => {
|
|
24
|
-
project.targets.forEach((target) => {
|
|
25
|
-
var _a, _b;
|
|
26
|
-
const styles = (_a = target.options) === null || _a === void 0 ? void 0 : _a.styles;
|
|
27
|
-
if (!((_b = target.options) === null || _b === void 0 ? void 0 : _b.styles) || !styles || !(0, core_1.isJsonArray)(styles)) {
|
|
28
|
-
return;
|
|
29
|
-
}
|
|
30
|
-
const stylesToRemove = [
|
|
31
|
-
'node_modules/fundamental-styles/dist/icon.css',
|
|
32
|
-
'./node_modules/@sap-theming/theming-base-content/content/Base/baseLib/sap_fiori_3/css_variables.css',
|
|
33
|
-
'./node_modules/fundamental-styles/dist/theming/sap_fiori_3.css'
|
|
34
|
-
];
|
|
35
|
-
stylesToRemove.forEach((styleToRemove) => {
|
|
36
|
-
const indexInStylesArray = styles.findIndex((configStyle) => typeof configStyle === 'string' && configStyle === styleToRemove);
|
|
37
|
-
if (indexInStylesArray > -1) {
|
|
38
|
-
styles.splice(indexInStylesArray, 1);
|
|
39
|
-
context.logger.info(`✅️ Removed '${styleToRemove}' style from angular.json`);
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
target.options.styles = styles;
|
|
43
|
-
});
|
|
44
|
-
});
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
function removeIconFonts() {
|
|
49
|
-
return (tree, context) => (0, workspace_1.updateWorkspace)((workspace) => {
|
|
50
|
-
workspace.projects.forEach((project) => {
|
|
51
|
-
project.targets.forEach((target) => {
|
|
52
|
-
var _a, _b;
|
|
53
|
-
const styles = (_a = target.options) === null || _a === void 0 ? void 0 : _a.styles;
|
|
54
|
-
if (!((_b = target.options) === null || _b === void 0 ? void 0 : _b.styles) || !styles || !(0, core_1.isJsonArray)(styles)) {
|
|
55
|
-
return;
|
|
56
|
-
}
|
|
57
|
-
const iconFonts = ['sap_fiori_3_fonts', 'sap_horizon_fonts'];
|
|
58
|
-
iconFonts.forEach((fontFile) => {
|
|
59
|
-
// Remove file
|
|
60
|
-
const fontFileWithPath = `${project.sourceRoot}/theming/${fontFile}.css`;
|
|
61
|
-
if (tree.exists(fontFileWithPath)) {
|
|
62
|
-
tree.delete(fontFileWithPath);
|
|
63
|
-
context.logger.info(`✅️ Removed ${fontFile}.css file.`);
|
|
64
|
-
}
|
|
65
|
-
// Remove from config
|
|
66
|
-
const indexInStylesArray = styles.findIndex((style) => (0, core_1.isJsonObject)(style) && (style === null || style === void 0 ? void 0 : style.bundleName) === `${fontFile}`);
|
|
67
|
-
if (indexInStylesArray > -1) {
|
|
68
|
-
styles.splice(indexInStylesArray, 1);
|
|
69
|
-
context.logger.info(`✅️ Removed '${fontFile}' style from angular.json`);
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
target.options.styles = styles;
|
|
73
|
-
});
|
|
74
|
-
});
|
|
75
|
-
});
|
|
76
|
-
}
|
|
77
|
-
function removeFontStyles() {
|
|
78
|
-
return (tree, context) => {
|
|
79
|
-
const styleSheets = (0, file_utils_1.findStylesheetFiles)(tree);
|
|
80
|
-
if (styleSheets.length > 0) {
|
|
81
|
-
const FONT_FACE_REGEX = /(@font-face)[\w\s]?{[s\S\W\w]+?(?=\s}\s)?\s?}[\n\s]*/gi;
|
|
82
|
-
styleSheets.forEach((styleSheet) => {
|
|
83
|
-
let buffer = tree.read(styleSheet);
|
|
84
|
-
if (!buffer) {
|
|
85
|
-
return;
|
|
86
|
-
}
|
|
87
|
-
let contents = buffer.toString();
|
|
88
|
-
if (FONT_FACE_REGEX.test(contents)) {
|
|
89
|
-
const matches = contents
|
|
90
|
-
.match(FONT_FACE_REGEX)
|
|
91
|
-
.filter((m) => { var _a; return (_a = m.match(/~@sap-theming.*\.woff/)) === null || _a === void 0 ? void 0 : _a.length; });
|
|
92
|
-
if (matches.length === 0) {
|
|
93
|
-
return;
|
|
94
|
-
}
|
|
95
|
-
matches.forEach((match) => {
|
|
96
|
-
contents = contents.replace(match, '');
|
|
97
|
-
});
|
|
98
|
-
tree.overwrite(styleSheet, contents);
|
|
99
|
-
context.logger.info(`✅️ Removed font styles from stylesheets.`);
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
}
|
|
103
|
-
context.logger.info(`⚠️ Notice: If you have imported font styles from @sap-theming, please remove it since now it controlled by fundamental-ngx`);
|
|
104
|
-
return tree;
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
function noticeAddSchematics() {
|
|
108
|
-
return (_, context) => {
|
|
109
|
-
context.logger.info(`ℹ️ Now you have run ng-add schematics once again to setup things in the right way.`);
|
|
110
|
-
// Unfortunately we cannot run it on our own because ng-update doesn't respect schema so there is no way to get options here and pass them further
|
|
111
|
-
};
|
|
112
|
-
}
|
|
113
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/core/schematics/migrations/migration-0.36/index.ts"],"names":[],"mappings":"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"}
|