Giter VIP home page Giter VIP logo

vuelendar's Introduction

The Codest

Company API

vuelendar's People

Contributors

lusarz avatar mstaniuk avatar nicktu12 avatar paweljw avatar wojciech-bak 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

Watchers

 avatar  avatar  avatar  avatar

vuelendar's Issues

Bitbucket error on npm run test:e2E

Hello guys,
When I run e2E tests, I get this error.

Error: Command failed: npm install --only=production
npm ERR! Error while executing:
npm ERR! /usr/local/bin/git ls-remote -h -t ssh://[email protected]/lusarz/vuelendar.git
npm ERR!
npm ERR! [email protected]: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/valdoghafoor/.npm/_logs/2019-04-15T14_38_26_513Z-debug.log

I think it comes from the fact that in mock-example, vuelendar is referenced in package.json with a bitbucket link.

  "dependencies": {
    "vuelendar": "git+ssh://[email protected]/lusarz/vuelendar.git"
  },
  "devDependencies": {
    "node-sass": "^4.11.0"
  },

Is it on purpose ?

Reduce Calendar

Hello,

Thank you for this plugin. I like it and it works !

I would like to know if it was possible to permit to reduce the calendar when we click on the month ?

Thank you !

Compile sass file to css

Having both css and sass would allow users without sass-loader to use the package and sass users to override variables to custom style the component

Disabled Days not working for Range Selector

When using the Range Selector the disabling of Dates is not working.

<v-range-selector
  :start-date.sync="range.start"
  :end-date.sync="range.end"
   disabled-dates="['2019-04-21', '2020-09-25']"
  ></v-range-selector>

image

Nuxt.js

Hello!

I tried to add this component using plugins on nuxt.js but unfortunately, it is not working.
Is there a way to add it to Nuxt?

disabled dates are not working properly

Hi, I am using your calendar component for one of my project, but it seems that the disabled-dates props are not working properly, it is disabling only "to" date

<v-range-selector :start-date.sync="range.start" :end-date.sync="range.end" :disabledDates="{ to: '2020-02-24', from: '2020-02-12' }"/>

this is the code which is I am using

Select multiple days?

I want to select multiple dates. Not in range. it can be a random future date. Can I able to select multi-date with this package?

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.