Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(chore): thanks to information add to github #64

Merged
merged 6 commits into from
Mar 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 38 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @prizm-ui/\*
# Prizm UI

![prizm workflow](https://github.com/zyfra/Prizm/actions/workflows/ci.yml/badge.svg)

Expand Down Expand Up @@ -112,3 +112,40 @@ or you can only import to your root styles.less
```css
@import '~@prizm-ui/icons/base/src/styles/styles.less';
```

# Thanks to

This is a library for one of the best Angular frameworks. Thanks to [Angular team](https://github.com/angular)

Our library are based on Taiga UI by Tinkoff. Thanks to [Taiga UI](https://github.com/tinkoff/taiga-ui)

We use nrwl nx as monorepo. Thanks to [Nrwl team](https://github.com/nrwl)

Our charts library are base on AntV G2Plot. Thanks to [AntV G2Plot](https://github.com/antvis/G2Plot)

Also we want to give thanks to all the following

- [husky](https://github.com/typicode/husky)
- [ngx-markdown](https://github.com/jfcere/ngx-markdown)
- [ngx-mask](https://github.com/JsDaddy/ngx-mask)
- [primeng](https://github.com/primefaces/primeng)
- [ng-web-apis](https://www.npmjs.com/package/@ng-web-apis/common)
- [fantasticon](https://github.com/tancredi/fantasticon)
- [clibpboar.js](https://github.com/zenorocha/clipboard.js)
- [date-fns](https://github.com/date-fns/date-fns)
- [rxjs](https://github.com/ReactiveX/rxjs)
- [svg-icons-builder](https://github.com/angular-extensions/svg-icons-builder)
- [jest](https://github.com/facebook/jest)
- [lodash](https://github.com/lodash/lodash)
- [cypress](https://github.com/cypress-io/cypress)
- [playwright](https://github.com/microsoft/playwright)
- [highlight](https://github.com/highlightjs/highlight.js/)
- [highlightjs-line-numbers](https://github.com/wcoder/highlightjs-line-numbers.js/)
- [postcss](https://github.com/postcss/postcss)
- [prettier](https://github.com/prettier/prettier)
- [webpack](https://github.com/webpack/webpack)
- [pretty-quick](https://github.com/azz/pretty-quick)
- [eslint](https://github.com/eslint/eslint)
- [svg-to-ts](https://github.com/kreuzerk/svg-to-ts)
- [typescript](https://github.com/microsoft/TypeScript)
- [commitlint](https://github.com/conventional-changelog/commitlint)
15 changes: 15 additions & 0 deletions apps/doc/src/app/about-prizm/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## [1.0.0-beta.24](https://github.com/zyfra/Prizm) (03-03-2023)

### BUG FIXES

- fix(components/icon-button): incorrect calculation of IconButton height in DropdownHost
- fix(doc/dropdown-host): the nested dropdown did not open
- fix(components/input-icon-button): changing the default type of input-icon-button to button
- fix(components/table): fix font-weight for table header
- fix(components/input-number): add default value type number
- fix(components/pagination): changing totalRecords does not redraw buttons with page numbers

### Features

- feat(doc): add sla info to contact page

## [1.0.0-beta.23](https://github.com/zyfra/Prizm) (16-02-2023)

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import { PrizmDropdownHostDateListExampleComponent } from './examples/date-list-
PrizmRadioButtonModule,
PrizmCallFuncModule,
PrizmLetModule,
PrizmButtonModule,
FormsModule,
],
declarations: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@
</prizm-dropdown-host>

<ng-template #dropdown>
<prizm-data-list>
<ng-container header>Заголовок блока</ng-container>
<div class="box">
<button prizmButton appearanceType="outline">Кнопка 1</button>
<button prizmButton appearanceType="outline">Кнопка 2</button>
</div>
<ng-container footer>
<button prizmButton (click)="open = false; cdRef.markForCheck()">Закрыть</button>
</ng-container>
</prizm-data-list>
<button
prizmIconButton
appearanceType="fill"
[icon]="'account-card-details'"
appearance="primary"
size="m"
></button>
<!-- <prizm-data-list>-->
<!-- <ng-container header>Заголовок блока</ng-container>-->
<!-- <div class="box">-->
<!-- <button prizmButton appearanceType="outline">Кнопка 1</button>-->
<!-- <button prizmButton appearanceType="outline">Кнопка 2</button>-->
<!-- </div>-->
<!-- <ng-container footer>-->
<!-- <button prizmButton (click)="open = false; cdRef.markForCheck()">Закрыть</button>-->
<!-- </ng-container>-->
<!-- </prizm-data-list>-->
</ng-template>
2 changes: 1 addition & 1 deletion apps/doc/src/app/version-manager/versions.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface PrizmVersionMeta {

export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
{
label: '1.0.0-beta.23',
label: '1.0.0-beta.24',
baseHref: '',
},
{
Expand Down
6 changes: 3 additions & 3 deletions libs/charts/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/charts",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -10,8 +10,8 @@
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0",
"@prizm-ui/theme": "^1.0.0-beta.23",
"@prizm-ui/helpers": "^1.0.0-beta.23",
"@prizm-ui/theme": "^1.0.0-beta.24",
"@prizm-ui/helpers": "^1.0.0-beta.24",
"@antv/g2plot": "^2.4.22"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/components",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"description": "Prizm UI system design components library http://prizm.zyfra.com",
"license": "MIT",
"private": false,
Expand All @@ -17,9 +17,9 @@
"@ng-web-apis/resize-observer": "^1.0.3",
"@ng-web-apis/intersection-observer": "^3.0.0",
"@ng-web-apis/mutation-observer": "2.0.0",
"@prizm-ui/helpers": "^1.0.0-beta.23",
"@prizm-ui/core": "^1.0.0-beta.23",
"@prizm-ui/theme": "^1.0.0-beta.23"
"@prizm-ui/helpers": "^1.0.0-beta.24",
"@prizm-ui/core": "^1.0.0-beta.24",
"@prizm-ui/theme": "^1.0.0-beta.24"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { PrizmAccessorImplClass } from './prizm-accessor-impl.class';

@Directive()
export abstract class PrizmWrappedFormComponent extends PrizmAccessorImplClass {
public readonly formControl: FormControl;
public readonly formControl: FormControl = new FormControl();

constructor(public readonly injector: Injector, @Optional() @Self() public readonly ngControl: NgControl) {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
justify-content: center;
}

.z-wrapper {
min-height: inherit;
}

.addSize(@size, @height, @width, @padding) {
&[data-size='@{size}'] {
min-height: @height;
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/core",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"license": "MIT",
"description": "The main library for creating Angular components and elements using Prizm.",
"private": false,
Expand Down
8 changes: 4 additions & 4 deletions libs/deprecated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/deprecated",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"license": "MIT",
"description": "Library to make it easy to create Angular applications. Contains Injectables Service, RxJS utilities, directives, and standard pipes.",
"private": false,
Expand All @@ -19,9 +19,9 @@
"@ng-web-apis/mutation-observer": "2.0.0",
"primeicons": "^4.1.0",
"primeng": "^12.2.1",
"@prizm-ui/helpers": "^1.0.0-beta.23",
"@prizm-ui/core": "^1.0.0-beta.23",
"@prizm-ui/theme": "^1.0.0-beta.23"
"@prizm-ui/helpers": "^1.0.0-beta.24",
"@prizm-ui/core": "^1.0.0-beta.24",
"@prizm-ui/theme": "^1.0.0-beta.24"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/helpers",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"license": "MIT",
"description": "Library to make it easy to create Angular applications. Contains Injectables Service, RxJS utilities, directives, and standard pipes.",
"private": false,
Expand Down
4 changes: 2 additions & 2 deletions libs/icons/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/icons",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"description": "Prizm UI base icon pack library http://prizm.zyfra.com",
"private": false,
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0",
"@prizm-ui/core": "^1.0.0-beta.23"
"@prizm-ui/core": "^1.0.0-beta.24"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/icons/flags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/flag-icons",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"description": "Prizm UI flags icon pack library http://prizm.zyfra.com",
"private": false,
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0",
"@prizm-ui/core": "^1.0.0-beta.23"
"@prizm-ui/core": "^1.0.0-beta.24"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/install",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"description": "Package installer @prizm-ui/* , Angular schematic ng-add",
"schematics": "./src/collection.json",
"private": false,
Expand Down
8 changes: 4 additions & 4 deletions libs/schematics/src/ng-add/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ interface ImportingModule {
export const MAIN_PACKAGES: ReadonlyArray<Package> = [
{
name: '@prizm-ui/core',
version: '1.0.0-beta.23',
version: '1.0.0-beta.24',
},
{
name: '@prizm-ui/components',
version: '1.0.0-beta.23',
version: '1.0.0-beta.24',
},
{
name: '@prizm-ui/helpers',
version: '1.0.0-beta.23',
version: '1.0.0-beta.24',
},
];

export const INSTALL_PACKAGE: Readonly<Package> = {
name: '@prizm-ui/install',
version: '1.0.0-beta.23',
version: '1.0.0-beta.24',
};

export const MAIN_MODULES: ReadonlyArray<ImportingModule> = [
Expand Down
2 changes: 1 addition & 1 deletion libs/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/theme",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.ng14.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@prizm-ui/sdk",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@prizm-ui/sdk",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/sdk",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"license": "MIT",
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion package.ng14.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/sdk",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"license": "MIT",
"husky": {
"hooks": {
Expand Down