Skip to content

Commit

Permalink
Import ScopedElementsMixin from toolkit
Browse files Browse the repository at this point in the history
We are planing to vendor it there.
  • Loading branch information
lazka committed Jan 21, 2025
1 parent 9bd3e4a commit 969eb8a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
},
"cloneSubmodules": true,
"packageRules": [
{
"matchPackageNames": ["@open-wc/scoped-elements"],
"allowedVersions": "<3"
},
{
"matchPackageNames": ["pdfjs-dist"],
"allowedVersions": "<4.6"
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"@dbp-toolkit/tabulator-table": "^0.1.1",
"@digital-blueprint/esign-app": "^2.1.5",
"@fontsource/nunito-sans": "^5.0.0",
"@open-wc/scoped-elements": "^2.1.0",
"@tugraz/font-source-sans-pro": "^0.2.4",
"@tugraz/web-components": "^0.3.6",
"@webcomponents/scoped-custom-element-registry": "^0.0.9",
Expand Down
2 changes: 1 addition & 1 deletion src/dbp-create-request.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {createInstance, setOverridesByGlobalCache} from './i18n.js';
import {css, html} from 'lit';
import {ScopedElementsMixin} from '@open-wc/scoped-elements';
import {ScopedElementsMixin} from '@dbp-toolkit/common';
import DBPDispatchLitElement from './dbp-dispatch-lit-element';
import * as commonUtils from '@dbp-toolkit/common/utils';
import * as commonStyles from '@dbp-toolkit/common/styles';
Expand Down
2 changes: 1 addition & 1 deletion src/dbp-show-requests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {createInstance, setOverridesByGlobalCache} from './i18n';
import {css, html} from 'lit';
import {ScopedElementsMixin} from '@open-wc/scoped-elements';
import {ScopedElementsMixin} from '@dbp-toolkit/common';
import DBPDispatchLitElement from './dbp-dispatch-lit-element';
import * as commonUtils from '@dbp-toolkit/common/utils';
import * as commonStyles from '@dbp-toolkit/common/styles';
Expand Down
2 changes: 1 addition & 1 deletion src/person-select.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {PersonSelect} from '@dbp-toolkit/person-select';
import {ScopedElementsMixin} from '@open-wc/scoped-elements';
import {ScopedElementsMixin} from '@dbp-toolkit/common';

export class CustomPersonSelect extends ScopedElementsMixin(PersonSelect) {
// If the search term matches a matriculationNumber, we search for that,
Expand Down

0 comments on commit 969eb8a

Please sign in to comment.