mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-02 17:35:08 +00:00
ACS-5290 Revert
This commit is contained in:
parent
e073d8369c
commit
5342e74605
10
.github/workflows/pull-request.yml
vendored
10
.github/workflows/pull-request.yml
vendored
@ -213,15 +213,15 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
- name: content-services
|
- name: content-services
|
||||||
exclude: "insights,core,extensions,process-services,process-services-cloud,eslint-plugin-eslint-angular"
|
exclude: "insights,core,extensions,process-services,process-services-cloud"
|
||||||
- name: core
|
- name: core
|
||||||
exclude: "insights,content-services,process-services,process-services-cloud,eslint-plugin-eslint-angular"
|
exclude: "insights,content-services,process-services,process-services-cloud"
|
||||||
- name: insights
|
- name: insights
|
||||||
exclude: "core,extensions,content-services,process-services-cloud,process-services,eslint-plugin-eslint-angular"
|
exclude: "core,extensions,content-services,process-services-cloud,process-services"
|
||||||
- name: process-services
|
- name: process-services
|
||||||
exclude: "core,extensions,content-services,process-services-cloud,insights,eslint-plugin-eslint-angular"
|
exclude: "core,extensions,content-services,process-services-cloud,insights"
|
||||||
- name: process-cloud
|
- name: process-cloud
|
||||||
exclude: "insights,core,extensions,content-services,process-services,eslint-plugin-eslint-angular"
|
exclude: "insights,core,extensions,content-services,process-services"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
61
angular.json
61
angular.json
@ -1020,67 +1020,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslint-angular": {
|
|
||||||
"root": "lib/eslint-angular",
|
|
||||||
"sourceRoot": "lib/eslint-angular/src",
|
|
||||||
"projectType": "library",
|
|
||||||
"prefix": "adf",
|
|
||||||
"architect": {
|
|
||||||
"build": {
|
|
||||||
"builder": "@nrwl/node:webpack",
|
|
||||||
"options": {
|
|
||||||
"projectRoot": "lib/eslint-angular",
|
|
||||||
"outputPath": "dist/libs/eslint-plugin-eslint-angular",
|
|
||||||
"main": "lib/eslint-angular/index.ts",
|
|
||||||
"generatePackageJson" : true,
|
|
||||||
"tsConfig": "lib/eslint-angular/tsconfig.lib.prod.json"
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"production": {
|
|
||||||
"projectRoot": "lib/eslint-angular",
|
|
||||||
"outputPath": "dist/libs/eslint-plugin-eslint-angular",
|
|
||||||
"main": "lib/eslint-angular/index.ts",
|
|
||||||
"generatePackageJson" : true,
|
|
||||||
"tsConfig": "lib/eslint-angular/tsconfig.lib.prod.json"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"defaultConfiguration": "production"
|
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"builder": "@nrwl/linter:eslint",
|
|
||||||
"options": {
|
|
||||||
"lintFilePatterns": [
|
|
||||||
"lib/eslint-angular/**/*.ts"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"bundle": {
|
|
||||||
"executor": "nx:run-commands",
|
|
||||||
"options": {
|
|
||||||
"commands": [
|
|
||||||
{
|
|
||||||
"command": "echo testing bundle created"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"npm-publish": {
|
|
||||||
"executor": "nx:run-commands",
|
|
||||||
"dependsOn": [
|
|
||||||
"build"
|
|
||||||
],
|
|
||||||
"options": {
|
|
||||||
"cwd": "dist/libs/eslint-plugin-eslint-angular",
|
|
||||||
"commands": [
|
|
||||||
{
|
|
||||||
"command": "npm publish --tag {args.tag}",
|
|
||||||
"forwardAllArgs": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cli": {
|
"cli": {
|
||||||
"root": "lib/cli",
|
"root": "lib/cli",
|
||||||
"sourceRoot": "lib/cli",
|
"sourceRoot": "lib/cli",
|
||||||
|
@ -51,7 +51,6 @@ A few other pages of information are also available:
|
|||||||
- [Process Services Cloud API](#process-services-cloud-api)
|
- [Process Services Cloud API](#process-services-cloud-api)
|
||||||
- [Extensions API](#extensions-api)
|
- [Extensions API](#extensions-api)
|
||||||
- [Insights API](#insights-api)
|
- [Insights API](#insights-api)
|
||||||
- [ESLint Angular API](#eslint-angular-api)
|
|
||||||
|
|
||||||
## User guide
|
## User guide
|
||||||
|
|
||||||
@ -599,19 +598,3 @@ for more information about installing and using the source code.
|
|||||||
<!--insights end-->
|
<!--insights end-->
|
||||||
|
|
||||||
[(Back to Contents)](#contents)
|
[(Back to Contents)](#contents)
|
||||||
|
|
||||||
## ESLint Angular API
|
|
||||||
|
|
||||||
Contains all custom rules used by ESLint.
|
|
||||||
|
|
||||||
<!--eslint-angular start-->
|
|
||||||
|
|
||||||
### Rules
|
|
||||||
|
|
||||||
| Name | Description | Source link |
|
|
||||||
|--------------------------------------------------------------------------------------------------------|-------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
|
|
||||||
| [Use none component view encapsulation](eslint-angular/rules/use-none-component-view-encapsulation.md) | Enforces using ViewEncapsulation.None for components. | [Source](../lib/eslint-angular/src/rules/use-none-component-view-encapsulation/use-none-component-view-encapsulation.ts) |
|
|
||||||
|
|
||||||
<!--eslint-angular end-->
|
|
||||||
|
|
||||||
[(Back to Contents)](#contents)
|
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
Title: Use none component view encapsulation
|
|
||||||
Added: v6.1.0
|
|
||||||
Status: Active
|
|
||||||
Last reviewed: 2023-05-23
|
|
||||||
---
|
|
||||||
|
|
||||||
# [Use none component view encapsulation](../../../lib/eslint-angular/src/rules/use-none-component-view-encapsulation/use-none-component-view-encapsulation.ts "Defined in use-none-component-view-encapsulation.ts")
|
|
||||||
|
|
||||||
Custom ESLint rule which check if component uses ViewEncapsulation.None. It has been implemented because None encapsulation makes themes styling easier.
|
|
||||||
It also allows to autofix.
|
|
||||||
|
|
||||||
## Basic Usage
|
|
||||||
Put this rule in eslintrc.json in rules.
|
|
||||||
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"rules": {
|
|
||||||
"@alfresco/eslint-angular/use-none-component-view-encapsulation": "error"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
@ -46,7 +46,6 @@ backend services have been tested with each released version of ADF.
|
|||||||
|
|
||||||
<!--v610 start-->
|
<!--v610 start-->
|
||||||
|
|
||||||
- [Use none component view encapsulation](eslint-angular/rules/use-none-component-view-encapsulation.md)
|
|
||||||
- [Search Chip Input component](content-services/components/search-chip-input.component.md)
|
- [Search Chip Input component](content-services/components/search-chip-input.component.md)
|
||||||
- [Search Logical Filter component](content-services/components/search-logical-filter.component.md)
|
- [Search Logical Filter component](content-services/components/search-logical-filter.component.md)
|
||||||
|
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
/*!
|
|
||||||
* @license
|
|
||||||
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import useNoneEncapsulationRule, {
|
|
||||||
RULE_NAME as useNoneEncapsulationRuleName
|
|
||||||
} from './src/rules/use-none-component-view-encapsulation/use-none-component-view-encapsulation';
|
|
||||||
|
|
||||||
export = {
|
|
||||||
rules: {
|
|
||||||
[useNoneEncapsulationRuleName]: useNoneEncapsulationRule
|
|
||||||
}
|
|
||||||
};
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
||||||
"dest": "../../dist/libs/eslint-angular",
|
|
||||||
"lib": {
|
|
||||||
"entryFile": "src/public-api.ts",
|
|
||||||
"flatModuleFile": "eslint-plugin-eslint-angular"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "@alfresco/eslint-plugin-eslint-angular",
|
|
||||||
"version": "6.1.0",
|
|
||||||
"description": "Alfresco ADF eslint angular custom rules",
|
|
||||||
"main": "main.js",
|
|
||||||
"author": "Hyland Software, Inc. and its affiliates",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
|
|
||||||
},
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
|
||||||
},
|
|
||||||
"keywords": [
|
|
||||||
"eslint",
|
|
||||||
"eslint-custom-rules"
|
|
||||||
],
|
|
||||||
"license": "Apache-2.0"
|
|
||||||
}
|
|
@ -1,123 +0,0 @@
|
|||||||
/*!
|
|
||||||
* @license
|
|
||||||
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { ASTUtils, isNotNullOrUndefined, RuleFixes, Selectors } from '@angular-eslint/utils';
|
|
||||||
import type { TSESTree } from '@typescript-eslint/utils';
|
|
||||||
import { createESLintRule } from '../../utils/create-eslint-rule/create-eslint-rule';
|
|
||||||
|
|
||||||
export const RULE_NAME = 'use-none-component-view-encapsulation';
|
|
||||||
|
|
||||||
type MessageIds = 'useNoneComponentViewEncapsulation'| 'suggestAddViewEncapsulationNone';
|
|
||||||
type DecoratorForClass = TSESTree.Decorator & {
|
|
||||||
parent: TSESTree.ClassDeclaration;
|
|
||||||
};
|
|
||||||
type PropertyInClassDecorator = TSESTree.Property & {
|
|
||||||
parent: TSESTree.CallExpression & {
|
|
||||||
parent: TSESTree.ObjectExpression & {
|
|
||||||
parent: TSESTree.Decorator & {
|
|
||||||
parent: TSESTree.ClassDeclaration;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
const metadataPropertyName = 'encapsulation';
|
|
||||||
const viewEncapsulationNone = 'ViewEncapsulation.None';
|
|
||||||
const nodeToReport = (node: TSESTree.Node) => {
|
|
||||||
if (!ASTUtils.isProperty(node)) {
|
|
||||||
return node;
|
|
||||||
}
|
|
||||||
return ASTUtils.isMemberExpression(node.value) ? node.value.property : node.value;
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Custom ESLint rule which check if component uses ViewEncapsulation.None. It has been implemented because None encapsulation makes themes styling easier.
|
|
||||||
* It also allows to autofix.
|
|
||||||
*/
|
|
||||||
export default createESLintRule<unknown[], MessageIds>({
|
|
||||||
name: RULE_NAME,
|
|
||||||
meta: {
|
|
||||||
type: 'suggestion',
|
|
||||||
docs: {
|
|
||||||
description: `Disallows using other encapsulation than \`${viewEncapsulationNone}\``,
|
|
||||||
recommended: false
|
|
||||||
},
|
|
||||||
hasSuggestions: true,
|
|
||||||
schema: [],
|
|
||||||
messages: {
|
|
||||||
useNoneComponentViewEncapsulation: `Using encapsulation other than '${viewEncapsulationNone}' makes themes styling harder.`,
|
|
||||||
suggestAddViewEncapsulationNone: `Add '${viewEncapsulationNone}'`
|
|
||||||
}
|
|
||||||
},
|
|
||||||
defaultOptions: [],
|
|
||||||
create(context) {
|
|
||||||
const encapsulationProperty = Selectors.metadataProperty(
|
|
||||||
metadataPropertyName
|
|
||||||
);
|
|
||||||
const withoutEncapsulationProperty =
|
|
||||||
`${Selectors.COMPONENT_CLASS_DECORATOR}:matches([expression.arguments.length=0], [expression.arguments.0.type='ObjectExpression']:not(:has(${encapsulationProperty})))` as const;
|
|
||||||
const nonNoneViewEncapsulationNoneProperty =
|
|
||||||
`${Selectors.COMPONENT_CLASS_DECORATOR} > CallExpression > ObjectExpression > ` +
|
|
||||||
`${encapsulationProperty}:matches([value.type='Identifier'][value.name='undefined'], [value.object.name='ViewEncapsulation'][value.property.name!='None'])`;
|
|
||||||
const selectors = [
|
|
||||||
withoutEncapsulationProperty,
|
|
||||||
nonNoneViewEncapsulationNoneProperty
|
|
||||||
].join(',');
|
|
||||||
return {
|
|
||||||
[selectors](node: DecoratorForClass | PropertyInClassDecorator) {
|
|
||||||
context.report({
|
|
||||||
node: nodeToReport(node),
|
|
||||||
messageId: 'useNoneComponentViewEncapsulation',
|
|
||||||
suggest: [
|
|
||||||
{
|
|
||||||
messageId: 'suggestAddViewEncapsulationNone',
|
|
||||||
fix: (fixer) => {
|
|
||||||
if (ASTUtils.isProperty(node)) {
|
|
||||||
return [
|
|
||||||
RuleFixes.getImportAddFix({
|
|
||||||
fixer,
|
|
||||||
importName: 'ViewEncapsulation',
|
|
||||||
moduleName: '@angular/core',
|
|
||||||
node: node.parent.parent.parent.parent
|
|
||||||
}),
|
|
||||||
ASTUtils.isMemberExpression(node.value)
|
|
||||||
? fixer.replaceText(node.value.property, 'None')
|
|
||||||
: fixer.replaceText(node.value, viewEncapsulationNone)
|
|
||||||
].filter(isNotNullOrUndefined);
|
|
||||||
}
|
|
||||||
|
|
||||||
return [
|
|
||||||
RuleFixes.getImportAddFix({
|
|
||||||
fixer,
|
|
||||||
importName: 'ViewEncapsulation',
|
|
||||||
moduleName: '@angular/core',
|
|
||||||
node: node.parent
|
|
||||||
}),
|
|
||||||
RuleFixes.getDecoratorPropertyAddFix(
|
|
||||||
node,
|
|
||||||
fixer,
|
|
||||||
`${metadataPropertyName}: ${viewEncapsulationNone}`
|
|
||||||
)
|
|
||||||
].filter(isNotNullOrUndefined);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
});
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
});
|
|
@ -1,20 +0,0 @@
|
|||||||
/*!
|
|
||||||
* @license
|
|
||||||
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { ESLintUtils } from '@typescript-eslint/utils';
|
|
||||||
|
|
||||||
export const createESLintRule = ESLintUtils.RuleCreator((ruleName) => ruleName);
|
|
@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"target": "ES2019",
|
|
||||||
"module": "commonjs",
|
|
||||||
"sourceMap": false,
|
|
||||||
"outDir": "dist",
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
"strict": true,
|
|
||||||
"noUnusedLocals": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"baseUrl": "src",
|
|
||||||
"types": [
|
|
||||||
"node"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"**/*"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"node_modules",
|
|
||||||
"tests"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "./tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"outDir": "../../dist/out-tsc",
|
|
||||||
"declarationMap": true
|
|
||||||
},
|
|
||||||
"exclude": ["src/test.ts", "**/*.spec.ts", "**/*.test.ts"],
|
|
||||||
"include": ["**/*.ts"]
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "./tsconfig.lib.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"declarationMap": false
|
|
||||||
},
|
|
||||||
"angularCompilerOptions": {
|
|
||||||
"compilationMode": "partial"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "../../tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"outDir": "../../dist/out-tsc"
|
|
||||||
},
|
|
||||||
"files": ["src/test.ts"],
|
|
||||||
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"]
|
|
||||||
}
|
|
@ -10,8 +10,7 @@ eval projects=( "adf-core"
|
|||||||
"adf-extensions"
|
"adf-extensions"
|
||||||
"adf-testing"
|
"adf-testing"
|
||||||
"adf-process-services"
|
"adf-process-services"
|
||||||
"adf-process-services-cloud",
|
"adf-process-services-cloud" )
|
||||||
"eslint-plugin-eslint-angular" )
|
|
||||||
|
|
||||||
show_help() {
|
show_help() {
|
||||||
echo "Usage: npm-check-bundles.sh"
|
echo "Usage: npm-check-bundles.sh"
|
||||||
|
@ -17,8 +17,7 @@ eval projects=( "cli"
|
|||||||
"process-services-cloud"
|
"process-services-cloud"
|
||||||
"insights"
|
"insights"
|
||||||
"testing"
|
"testing"
|
||||||
"extensions"
|
"extensions" )
|
||||||
"eslint-angular" )
|
|
||||||
|
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user