Code Monkey home page Code Monkey logo

mosaic's People

Contributors

aden-git avatar agalaktionov avatar anrodkin avatar anywie avatar bogdanhpk avatar cooleso avatar dependabot[bot] avatar di-did-done avatar dmitry-dedukhin avatar dron1ch avatar elenka-111 avatar evilfant avatar fyzlog avatar gorskygriff avatar imrekq avatar itsaplev avatar kuryakovden avatar leonvay avatar lskramarov avatar makspob avatar margar1ta avatar mikeozornin avatar norf-g avatar oburdasov avatar pimenovoleg avatar positivejs avatar roll314 avatar snyk-bot avatar tverskih avatar vsiardziuk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mosaic's Issues

Docs: class names not visible in dark theme

I'm submitting a

  • bug
  • feature request
  • question

The text of the class name is almost invisible.
If possible, they should be written in the text-light style. If not, then the usual with opacity 0.5.
image

If the current behavior is a bug, please provide the steps to reproduce it

  1. Open Typography Page: https://mosaic.ptsecurity.com/typography/overview
  2. Enable dark theme

What is the expected behavior?
The text of the class name is visible (mc-display-3, ...)

Please tell us about your environment:

  • Mosaic version: all
  • Browser: all

Other information

mcInput haven't [name] binding

I'm submitting a

  • bug
  • feature request
  • question

What is the current behavior?
If I set [name] binding to mcInput it's not passed to input element

If the current behavior is a bug, please provide the steps to reproduce it

// component.ts
...
nameField: string = 'some-name';
...
<!-- template.html -->
<mc-form-field>
        <input [name]="nameField" mcInput [(ngModel)]="value" type="text">
</mc-form-field>

2019-02-21 10 26 22

What is the expected behavior?
[name] binding is passed to input element, it should generate

<input class="mc-input ng-pristine ng-valid ng-touched" mcinput="" type="text" name="some-name" ng-reflect-name="some-name" ng-reflect-model="" ng-reflect-type="text" id="mc-input-0">

Please tell us about your environment:

  • Mosaic version: 1.0.0-beta.0
  • Browser: all

Other information

Focus isolation inside datepicker's dialog

I'm submitting a bug

  • bug
  • feature request
  • question

What is the current behavior?
Datepicker's dropdown dialog loses focus on Tab navigation.

If the current behavior is a bug, please provide the steps to reproduce it

  1. Set focus to calendar input
  2. Dialog opens
  3. Focus is set to current date button
  4. Press Tab
  5. Focus moves outside the dialog to any next focusable page element
  6. Dialog is not closed

What is the expected behavior?
Focus should be isolated inside datepicker's dialog. Tab from the last focusable element should move focus to the first one

  1. Press calendar button inside the datepicker's input
  2. Focus moves to calendar grid
  3. Current value is highlighted
  4. Press Tab
  5. Focus moves to period-button

Please tell us about your environment:

  • Mosaic version: 1.0.0-beta.5 (791d50c)
  • Browser: Chrome 73.0.3683.103 (Официальная сборка), (64 бит)

Update RXJS to match new Angular project rxjs version

I'm submitting a

  • bug
  • feature request
  • question

What is the current behavior?
This library depends on rxjs v6.x.x.

What is the expected behavior?
Since new Angular projects are created with rxjs v7.4.x, It would be great if this library would either support both, or support the newer of the two.

Please tell us about your environment:

  • Mosaic version: 13.1.0
  • Browser: all

Other information:
From codebase observations the most notable breaking changes are:

I did not check all of the code...

Error in localization of month names in Datepicker

I'm submitting a

  • bug
  • feature request
  • question

What is the current behavior?
Abbreviations Feb., Sept. and nov. wrong.
The point is not needed anywhere.

image

image

What is the expected behavior?
Correct as it is ↓ only with capital:

monthNames: {
short: {
standalone: ['янв', 'фев', 'март', 'апр', 'май', 'июнь', 'июль', 'авг', 'сен', 'окт', 'ноя', 'дек'],

Please tell us about your environment:

  • Mosaic version: 8.x.x
  • Browser: all

mc-cleaner and mc-stepper bunched together

I'm submitting a

  • bug
  • feature request
  • question

What is the current behavior?

mc-cleaner and mc-stepper bunched together

If the current behavior is a bug, please provide the steps to reproduce it

https://stackblitz.com/edit/angular-ddtrql?file=app/input-number-overview-example.html

What is the expected behavior?

mc-cleaner and mc-stepper are located nearby

Please tell us about your environment:

  • Mosaic version: "1.0.0-beta.7"
  • Browser: [all]

Other information

It is impossible to increase / decrease the input value by pressing the step control if the input value = '' and the parameters min, max are not set

I'm submitting a

  • bug
  • feature request
  • question

What is the current behavior?

Click on the stepper arrow.

If the current behavior is a bug, please provide the steps to reproduce it
Input field left blank

It is impossible to increase / decrease the input value by pressing the step control if the input value = '' and the parameters min, max are not set

https://stackblitz.com/edit/angular-ddtrql?file=app/input-number-overview-example.html

What is the expected behavior?

The input field is filled with the value 0

Please tell us about your environment:

  • Mosaic version: 1.0.0-beta.7
  • Browser: [all]

Other information

Unable to read trough documentation, because it is in Russian

I would like to know, if the documentation for this quite awesome component library is only in Russian, or if the error is somewhere else...

  • bug
  • feature request
  • question

What is the current behavior?
I see all pages in Russian.

What is the expected behavior?
I assumed, that since the git pages are in English, and that since texts in buttons are in English, I would see docs in English too.

Please tell us about your environment:

  • Mosaic version: x.x.x
  • Browser: Chrome 99

Other information

navigator.language = "cs-CZ"
navigator.languages = ['cs-CZ', 'cs', 'en-US', 'en']

Unexpected unknown type selector "mc-calendar__body-cell-content"

I'm submitting a

  • bug
  • feature request
  • question

What is the current behavior?

In source code packages/mosaic/datepicker/_datepicker-theme.scss has unexpected unknown type selector "mc-calendar__body-cell-content"

Please tell us about your environment:

  • Mosaic version: 9.*.*
  • Browser: [all]

Datepicker's calendar icon button should be focusable

I'm submitting a bug

  • bug
  • feature request
  • question

What is the current behavior?
Datepicker's calendar icon button should be focusable, button should have a focus state

If the current behavior is a bug, please provide the steps to reproduce it

  1. Set focus to calendar input
  2. Press Tab
  3. Focus goes outside the control to the next focusable page element

What is the expected behavior?

  1. Set focus to calendar input
  2. Press Tab
  3. Focus goes to calendar button with icon
  4. Button is highlighted (visually visible focus state)

Please tell us about your environment:

  • Mosaic version: 1.0.0-beta.5 (791d50c)
  • Browser: Chrome 73.0.3683.103 (Официальная сборка), (64 бит)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.