Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

export package members #2048

Merged
merged 1 commit into from
Mar 28, 2022
Merged

export package members #2048

merged 1 commit into from
Mar 28, 2022

Conversation

fschade
Copy link
Collaborator

@fschade fschade commented Mar 28, 2022

Description

ODS currently only add its members to vu by using vue.use,
it's currently not possible to create a custom component in the consuming app and re-use mixins from ODS.

This pr exposes those and makes it possible to import them e.g. import { mixins, utils, helpers } from 'owncloud-design-system'

Motivation and Context

We will introduce a new poc package in web which adds an experimental fork of oc-table to support column grouping.
This implementation needs certain parts of ods which are currently not exposed like mixins, utils, and helpers.

Related Issue

How Has This Been Tested?

manual installation by using yarn link

Types of changes

  • New feature (non-breaking change which adds functionality)
  • Technical debt

Checklist:

  • Code changes

@sonarcloud
Copy link

sonarcloud bot commented Mar 28, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@kulmann kulmann merged commit 126cfd8 into master Mar 28, 2022
@delete-merged-branch delete-merged-branch bot deleted the export-more branch March 28, 2022 15:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants