Blaine Landowski

Results 19 issues of Blaine Landowski

Updated deps; Switched to pdfjs-dist copied from @jBtje/vue3pdf

## Markup: ```vue mdi-chevron-left Get Events mdi-chevron-right import { ref } from 'vue' export default { setup(props, context) { const calendar = ref(null) const start = '2022-05-01' const end =...

I'm attempting to make a PR for a feature, and I can't link and test locally before finishing it out. I get the error "Cannot find "iconsGroup" of undefined. It...

C: VCalendar
labs

**Is your feature request related to a problem? Please describe.** I'd like to create complex relationship with through tables. ``` User id name ``` ``` UserToType userId userTypeId ``` ```...

enhancement

**Is your feature request related to a problem? Please describe.** A common DB ORM feature is the ability to have a deletedAt date column that gets updated with deleting, so...

enhancement

```vue import { ref } from 'vue' const gradientsData = [ ['#222'], ['#42b3f4'], ['red', 'orange', 'yellow'], ['purple', 'violet'], ['#00c6ff', '#F0F', '#FF0'], ['#f72047', '#ffd200', '#1feaea'], ] const fill = ref(true) const...

T: feature
C: VSparkline
labs

```vue {{ thisDate }} import { ref } from 'vue' const thisDate = ref(new Date()) const format24 = ref('24hr') const seconds = ref(false) const actions = ref(false) ```

T: feature
C: VTimePicker
labs

```vue ${{ item.value }} import { ref } from 'vue' const value = ref([ [ 423, 446, 675, 510, 590, 610, 760, ], [ 409, 446, 575, 490, 420, 470,...

T: feature
S: has merge conflicts
C: VSparkline

``` vue {{ itemsCount }} import { ref } from 'vue' export default { name: 'Playground', // eslint-disable-next-line padded-blocks setup () { const search = ref(null) const items = ref([...

T: feature
C: VDataIterator