Sha256: 37a15fdd659f74511b364771fe2c01ffa4799ad001131b1dd366e406c71e38bd

Contents?: true

Size: 391 Bytes

Versions: 341

Compression:

Stored size: 391 Bytes

Contents

import PbEnhancedElement from '../pb_enhanced_element'

export default class PbFixedConfirmationToast extends PbEnhancedElement {
  static get selector() {
    return '.remove_toast'
  }

  connect() {
    this.self = this.element
    this.self.addEventListener('click', () => {
      this.removeToast(this.self)
    })
  }

  removeToast(elem) {
    elem.parentNode.removeChild(elem)
  }
}

Version data entries

341 entries across 341 versions & 1 rubygems

Version Path
playbook_ui-12.10.0.pre.alpha.PLAY705phonenumberreturn372 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.10.0.pre.alpha.PLAY677richtexteditorts370 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.10.0 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.9.1.pre.alpha.play664tiptapinvestigation353 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.9.1.pre.alpha.PLAY689bugtxtinputlabel346 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.9.1.pre.alpha.menucleanup345 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.9.1.pre.alpha.menucleanup342 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.9.1 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.9.0 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.8.0.pre.alpha.PLAY625phonenumberdark301 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.8.0.pre.alpha.PLAY625phonenumberdark300 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.8.0.pre.alpha.PLAY649mapkitstyles299 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.8.0.pre.alpha.PLAY645typescriptprogresstep298 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.8.0.pre.alpha.PLAY645typescriptprogresstep297 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.8.0.pre.alpha.rubyandnpmalpharelease296 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.8.0.pre.alpha.rubyandnpmalpharelease295 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.8.0.pre.alpha.rubyandnpmalpharelease294 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.8.0 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.7.1.pre.alpha.rubyandnpmalpharelease293 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js
playbook_ui-12.7.1.pre.alpha.rubyandnpmalpharelease292 app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js