Move configuration row to shared
This commit is contained in:
parent
2c81d9a052
commit
854bb8fb27
@ -5,4 +5,3 @@
|
|||||||
// Add here all your elements, the main JS file will import them all.
|
// Add here all your elements, the main JS file will import them all.
|
||||||
import './channel-configuration'
|
import './channel-configuration'
|
||||||
import './channel-home'
|
import './channel-home'
|
||||||
import './configuration-row'
|
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
import { html } from 'lit'
|
import { html } from 'lit'
|
||||||
import { customElement, property } from 'lit/decorators.js'
|
import { customElement, property } from 'lit/decorators.js'
|
||||||
import { LivechatElement } from '../../lib/elements/livechat'
|
import { LivechatElement } from './livechat'
|
||||||
|
|
||||||
@customElement('livechat-configuration-row')
|
@customElement('livechat-configuration-row')
|
||||||
export class ConfigurationRowElement extends LivechatElement {
|
export class ConfigurationRowElement extends LivechatElement {
|
||||||
@property({ attribute: false })
|
@property({ attribute: false })
|
||||||
public title: string = 'title'
|
public override title: string = 'title'
|
||||||
|
|
||||||
@property({ attribute: false })
|
@property({ attribute: false })
|
||||||
public description: string = 'Here\'s a description'
|
public description: string = 'Here\'s a description'
|
@ -5,3 +5,4 @@
|
|||||||
// Add here all your elements, the main JS file will import them all.
|
// Add here all your elements, the main JS file will import them all.
|
||||||
import './help-button'
|
import './help-button'
|
||||||
import './dynamic-table-form'
|
import './dynamic-table-form'
|
||||||
|
import './configuration-row'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user