@cloudflare/realtimekit-ui 1.0.0-staging.3 → 1.0.0-staging.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4248,10 +4248,7 @@ const RtkLeaveMeeting = class {
4248
4248
  render() {
4249
4249
  return (index$1.h(index$1.Host, { key: 'd6e7a2eba47854f5f3da4008137081383769d159' }, index$1.h("div", { key: 'afffb6ce1dd2b38dd3cf2731723dbd0c8e68e046', class: "leave-modal" }, index$1.h("div", { key: 'f60a1660e94307fdf36e5e52a513648adc741aa5', class: "header" }, index$1.h("h2", { key: '5e80bd3031ed95929d6560e79e5edfcca607b169', class: "title" }, this.t('leave'))), index$1.h("p", { key: 'adfd75ca8e0408f90687f39de5de3b237378deb0', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
4250
4250
  ? this.t('breakout_rooms.leave_confirmation')
4251
- : this.t('leave_confirmation')), index$1.h("div", { key: '395b4f29350512c4c9d512984482bb934aadf983', class: "content" }, index$1.h("rtk-button", { key: '85adbf49f8ae02e05e16a349c99152b525ff6520', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (index$1.h("rtk-button", { key: '6a965a9e4cad6f07624c7ac5255207b7b021b47c', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), index$1.h("rtk-button", { key: 'c34600d27f421992e9c473d1ef9f5bae80f189a4', variant: this.canEndMeeting ? 'secondary' : 'danger', title: this.t('leave'), onClick: this.handleLeave, class: {
4252
- 'secondary-btn': this.canEndMeeting,
4253
- 'secondary-danger-btn': this.canEndMeeting,
4254
- } }, this.t('leave')), this.canEndMeeting && (index$1.h("rtk-button", { key: '8a90f55894d6922573209dcda4cd70d78b7d67d0', variant: "danger", onClick: this.handleEndMeeting }, this.t('end.all')))))));
4251
+ : this.t('leave_confirmation')), index$1.h("div", { key: '395b4f29350512c4c9d512984482bb934aadf983', class: "content" }, index$1.h("rtk-button", { key: '85adbf49f8ae02e05e16a349c99152b525ff6520', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (index$1.h("rtk-button", { key: '6a965a9e4cad6f07624c7ac5255207b7b021b47c', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), index$1.h("rtk-button", { key: '41050c3895eeab4edc56742799505790d881cad9', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (index$1.h("rtk-button", { key: '15fafd5ba16a9b545ba170ca1c0b113294d65ce9', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
4255
4252
  }
4256
4253
  static get watchers() { return {
4257
4254
  "meeting": ["meetingChanged"]
@@ -77,10 +77,7 @@ export class RtkLeaveMeeting {
77
77
  render() {
78
78
  return (h(Host, { key: 'd6e7a2eba47854f5f3da4008137081383769d159' }, h("div", { key: 'afffb6ce1dd2b38dd3cf2731723dbd0c8e68e046', class: "leave-modal" }, h("div", { key: 'f60a1660e94307fdf36e5e52a513648adc741aa5', class: "header" }, h("h2", { key: '5e80bd3031ed95929d6560e79e5edfcca607b169', class: "title" }, this.t('leave'))), h("p", { key: 'adfd75ca8e0408f90687f39de5de3b237378deb0', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
79
79
  ? this.t('breakout_rooms.leave_confirmation')
80
- : this.t('leave_confirmation')), h("div", { key: '395b4f29350512c4c9d512984482bb934aadf983', class: "content" }, h("rtk-button", { key: '85adbf49f8ae02e05e16a349c99152b525ff6520', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: '6a965a9e4cad6f07624c7ac5255207b7b021b47c', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: 'c34600d27f421992e9c473d1ef9f5bae80f189a4', variant: this.canEndMeeting ? 'secondary' : 'danger', title: this.t('leave'), onClick: this.handleLeave, class: {
81
- 'secondary-btn': this.canEndMeeting,
82
- 'secondary-danger-btn': this.canEndMeeting,
83
- } }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '8a90f55894d6922573209dcda4cd70d78b7d67d0', variant: "danger", onClick: this.handleEndMeeting }, this.t('end.all')))))));
80
+ : this.t('leave_confirmation')), h("div", { key: '395b4f29350512c4c9d512984482bb934aadf983', class: "content" }, h("rtk-button", { key: '85adbf49f8ae02e05e16a349c99152b525ff6520', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: '6a965a9e4cad6f07624c7ac5255207b7b021b47c', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: '41050c3895eeab4edc56742799505790d881cad9', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '15fafd5ba16a9b545ba170ca1c0b113294d65ce9', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
84
81
  }
85
82
  static get is() { return "rtk-leave-meeting"; }
86
83
  static get encapsulation() { return "shadow"; }
@@ -19,7 +19,7 @@ import { d as defineCustomElement$a } from './p-64a6ea33.js';
19
19
  import { d as defineCustomElement$9 } from './p-71133697.js';
20
20
  import { d as defineCustomElement$8 } from './p-bed2e1b5.js';
21
21
  import { d as defineCustomElement$7 } from './p-87d8706e.js';
22
- import { d as defineCustomElement$6 } from './p-bb7c5e38.js';
22
+ import { d as defineCustomElement$6 } from './p-57634012.js';
23
23
  import { d as defineCustomElement$5 } from './p-906cb5bf.js';
24
24
  import { d as defineCustomElement$4 } from './p-ae1931dd.js';
25
25
  import { d as defineCustomElement$3 } from './p-d17beb97.js';
@@ -81,10 +81,7 @@ const RtkLeaveMeeting = /*@__PURE__*/ proxyCustomElement(class RtkLeaveMeeting e
81
81
  render() {
82
82
  return (h(Host, { key: 'd6e7a2eba47854f5f3da4008137081383769d159' }, h("div", { key: 'afffb6ce1dd2b38dd3cf2731723dbd0c8e68e046', class: "leave-modal" }, h("div", { key: 'f60a1660e94307fdf36e5e52a513648adc741aa5', class: "header" }, h("h2", { key: '5e80bd3031ed95929d6560e79e5edfcca607b169', class: "title" }, this.t('leave'))), h("p", { key: 'adfd75ca8e0408f90687f39de5de3b237378deb0', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
83
83
  ? this.t('breakout_rooms.leave_confirmation')
84
- : this.t('leave_confirmation')), h("div", { key: '395b4f29350512c4c9d512984482bb934aadf983', class: "content" }, h("rtk-button", { key: '85adbf49f8ae02e05e16a349c99152b525ff6520', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: '6a965a9e4cad6f07624c7ac5255207b7b021b47c', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: 'c34600d27f421992e9c473d1ef9f5bae80f189a4', variant: this.canEndMeeting ? 'secondary' : 'danger', title: this.t('leave'), onClick: this.handleLeave, class: {
85
- 'secondary-btn': this.canEndMeeting,
86
- 'secondary-danger-btn': this.canEndMeeting,
87
- } }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '8a90f55894d6922573209dcda4cd70d78b7d67d0', variant: "danger", onClick: this.handleEndMeeting }, this.t('end.all')))))));
84
+ : this.t('leave_confirmation')), h("div", { key: '395b4f29350512c4c9d512984482bb934aadf983', class: "content" }, h("rtk-button", { key: '85adbf49f8ae02e05e16a349c99152b525ff6520', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: '6a965a9e4cad6f07624c7ac5255207b7b021b47c', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: '41050c3895eeab4edc56742799505790d881cad9', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '15fafd5ba16a9b545ba170ca1c0b113294d65ce9', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
88
85
  }
89
86
  static get watchers() { return {
90
87
  "meeting": ["meetingChanged"]
@@ -26,7 +26,7 @@ import { d as defineCustomElement$x } from './p-0646bdc7.js';
26
26
  import { d as defineCustomElement$w } from './p-2f0318c7.js';
27
27
  import { d as defineCustomElement$v } from './p-64a6ea33.js';
28
28
  import { d as defineCustomElement$u } from './p-71133697.js';
29
- import { d as defineCustomElement$t } from './p-39af1790.js';
29
+ import { d as defineCustomElement$t } from './p-460cebe9.js';
30
30
  import { d as defineCustomElement$s } from './p-9217dbe9.js';
31
31
  import { d as defineCustomElement$r } from './p-bc68e74e.js';
32
32
  import { d as defineCustomElement$q } from './p-1d8ecb94.js';
@@ -37,7 +37,7 @@ import { d as defineCustomElement$m } from './p-bed2e1b5.js';
37
37
  import { d as defineCustomElement$l } from './p-746ae804.js';
38
38
  import { d as defineCustomElement$k } from './p-158fc95d.js';
39
39
  import { d as defineCustomElement$j } from './p-87d8706e.js';
40
- import { d as defineCustomElement$i } from './p-bb7c5e38.js';
40
+ import { d as defineCustomElement$i } from './p-57634012.js';
41
41
  import { d as defineCustomElement$h } from './p-ad50fcdc.js';
42
42
  import { d as defineCustomElement$g } from './p-971097d5.js';
43
43
  import { d as defineCustomElement$f } from './p-82fbdbf4.js';
@@ -1,4 +1,4 @@
1
- import { R as RtkChat$1, d as defineCustomElement$1 } from './p-624f14ef.js';
1
+ import { R as RtkChat$1, d as defineCustomElement$1 } from './p-da8491ef.js';
2
2
 
3
3
  const RtkChat = RtkChat$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkDialogManager$1, d as defineCustomElement$1 } from './p-39af1790.js';
1
+ import { R as RtkDialogManager$1, d as defineCustomElement$1 } from './p-460cebe9.js';
2
2
 
3
3
  const RtkDialogManager = RtkDialogManager$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { R as RtkLeaveMeeting$1, d as defineCustomElement$1 } from './p-bb7c5e38.js';
1
+ import { R as RtkLeaveMeeting$1, d as defineCustomElement$1 } from './p-57634012.js';
2
2
 
3
3
  const RtkLeaveMeeting = RtkLeaveMeeting$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -16,7 +16,7 @@ import { d as defineCustomElement$M } from './p-6453124f.js';
16
16
  import { d as defineCustomElement$L } from './p-749efee6.js';
17
17
  import { d as defineCustomElement$K } from './p-13ca3cc7.js';
18
18
  import { d as defineCustomElement$J } from './p-89bbfe71.js';
19
- import { d as defineCustomElement$I } from './p-624f14ef.js';
19
+ import { d as defineCustomElement$I } from './p-da8491ef.js';
20
20
  import { d as defineCustomElement$H } from './p-c8a6dfb8.js';
21
21
  import { d as defineCustomElement$G } from './p-78349933.js';
22
22
  import { d as defineCustomElement$F } from './p-915562c0.js';
@@ -30,7 +30,7 @@ import { d as defineCustomElement$y } from './p-0646bdc7.js';
30
30
  import { d as defineCustomElement$x } from './p-2f0318c7.js';
31
31
  import { d as defineCustomElement$w } from './p-64a6ea33.js';
32
32
  import { d as defineCustomElement$v } from './p-71133697.js';
33
- import { d as defineCustomElement$u } from './p-39af1790.js';
33
+ import { d as defineCustomElement$u } from './p-460cebe9.js';
34
34
  import { d as defineCustomElement$t } from './p-9217dbe9.js';
35
35
  import { d as defineCustomElement$s } from './p-bc68e74e.js';
36
36
  import { d as defineCustomElement$r } from './p-1d8ecb94.js';
@@ -41,7 +41,7 @@ import { d as defineCustomElement$n } from './p-bed2e1b5.js';
41
41
  import { d as defineCustomElement$m } from './p-746ae804.js';
42
42
  import { d as defineCustomElement$l } from './p-158fc95d.js';
43
43
  import { d as defineCustomElement$k } from './p-87d8706e.js';
44
- import { d as defineCustomElement$j } from './p-bb7c5e38.js';
44
+ import { d as defineCustomElement$j } from './p-57634012.js';
45
45
  import { d as defineCustomElement$i } from './p-ad50fcdc.js';
46
46
  import { d as defineCustomElement$h } from './p-971097d5.js';
47
47
  import { d as defineCustomElement$g } from './p-82fbdbf4.js';
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-04-15T08:34:49",
2
+ "timestamp": "2025-04-22T10:16:21",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.27.2",
@@ -238963,7 +238963,7 @@
238963
238963
  "path": "src/components/rtk-grid/rtk-grid.tsx"
238964
238964
  },
238965
238965
  "src/types/rtk-client.ts::Meeting": {
238966
- "declaration": "declare class RealtimeKitClient {\n #private;\n private constructor();\n static init(options: RealtimeKitClientOptions): Promise<RealtimeKitClient>;\n private static setupContext;\n join(): Promise<void>;\n leave(state?: leaveRoomState): Promise<void>;\n get participants(): Readonly<RTKParticipants$1>;\n get self(): Readonly<RTKSelf$1>;\n get meta(): Readonly<RTKMeta$1>;\n get ai(): Readonly<RTKAi>;\n get plugins(): Readonly<RTKPlugins$1>;\n get chat(): Readonly<RTKChat$1>;\n get polls(): Readonly<RTKPolls$1>;\n get connectedMeetings(): Readonly<RTKConnectedMeetings$1>;\n get recording(): Readonly<RTKRecording$1>;\n get livestream(): Readonly<RTKLivestream$1>;\n get stage(): Readonly<RTKStage>;\n get stores(): Readonly<RTKStoreManager>;\n get __internals__(): Readonly<RTKInternals>;\n joinRoom(): Promise<void>;\n leaveRoom(state?: leaveRoomState): Promise<void>;\n}",
238966
+ "declaration": "declare class RealtimeKitClient {\n private constructor();\n static init(options: RealtimeKitClientOptions): Promise<RealtimeKitClient>;\n private static setupContext;\n join(): Promise<void>;\n leave(state?: leaveRoomState): Promise<void>;\n get participants(): Readonly<RTKParticipants$1>;\n get self(): Readonly<RTKSelf$1>;\n get meta(): Readonly<RTKMeta$1>;\n get ai(): Readonly<RTKAi>;\n get plugins(): Readonly<RTKPlugins$1>;\n get chat(): Readonly<RTKChat$1>;\n get polls(): Readonly<RTKPolls$1>;\n get connectedMeetings(): Readonly<RTKConnectedMeetings$1>;\n get recording(): Readonly<RTKRecording$1>;\n get livestream(): Readonly<RTKLivestream$1>;\n get stage(): Readonly<RTKStage>;\n get stores(): Readonly<RTKStoreManager>;\n get __internals__(): Readonly<RTKInternals>;\n joinRoom(): Promise<void>;\n leaveRoom(state?: leaveRoomState): Promise<void>;\n}",
238967
238967
  "docstring": "",
238968
238968
  "path": "src/types/rtk-client.ts"
238969
238969
  },
@@ -14031,10 +14031,7 @@ const RtkLeaveMeeting = class {
14031
14031
  render() {
14032
14032
  return (h(Host, { key: 'd6e7a2eba47854f5f3da4008137081383769d159' }, h("div", { key: 'afffb6ce1dd2b38dd3cf2731723dbd0c8e68e046', class: "leave-modal" }, h("div", { key: 'f60a1660e94307fdf36e5e52a513648adc741aa5', class: "header" }, h("h2", { key: '5e80bd3031ed95929d6560e79e5edfcca607b169', class: "title" }, this.t('leave'))), h("p", { key: 'adfd75ca8e0408f90687f39de5de3b237378deb0', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
14033
14033
  ? this.t('breakout_rooms.leave_confirmation')
14034
- : this.t('leave_confirmation')), h("div", { key: '395b4f29350512c4c9d512984482bb934aadf983', class: "content" }, h("rtk-button", { key: '85adbf49f8ae02e05e16a349c99152b525ff6520', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: '6a965a9e4cad6f07624c7ac5255207b7b021b47c', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: 'c34600d27f421992e9c473d1ef9f5bae80f189a4', variant: this.canEndMeeting ? 'secondary' : 'danger', title: this.t('leave'), onClick: this.handleLeave, class: {
14035
- 'secondary-btn': this.canEndMeeting,
14036
- 'secondary-danger-btn': this.canEndMeeting,
14037
- } }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '8a90f55894d6922573209dcda4cd70d78b7d67d0', variant: "danger", onClick: this.handleEndMeeting }, this.t('end.all')))))));
14034
+ : this.t('leave_confirmation')), h("div", { key: '395b4f29350512c4c9d512984482bb934aadf983', class: "content" }, h("rtk-button", { key: '85adbf49f8ae02e05e16a349c99152b525ff6520', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: '6a965a9e4cad6f07624c7ac5255207b7b021b47c', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: '41050c3895eeab4edc56742799505790d881cad9', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '15fafd5ba16a9b545ba170ca1c0b113294d65ce9', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
14038
14035
  }
14039
14036
  static get watchers() { return {
14040
14037
  "meeting": ["meetingChanged"]
@@ -4244,10 +4244,7 @@ const RtkLeaveMeeting = class {
4244
4244
  render() {
4245
4245
  return (h(Host, { key: 'd6e7a2eba47854f5f3da4008137081383769d159' }, h("div", { key: 'afffb6ce1dd2b38dd3cf2731723dbd0c8e68e046', class: "leave-modal" }, h("div", { key: 'f60a1660e94307fdf36e5e52a513648adc741aa5', class: "header" }, h("h2", { key: '5e80bd3031ed95929d6560e79e5edfcca607b169', class: "title" }, this.t('leave'))), h("p", { key: 'adfd75ca8e0408f90687f39de5de3b237378deb0', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
4246
4246
  ? this.t('breakout_rooms.leave_confirmation')
4247
- : this.t('leave_confirmation')), h("div", { key: '395b4f29350512c4c9d512984482bb934aadf983', class: "content" }, h("rtk-button", { key: '85adbf49f8ae02e05e16a349c99152b525ff6520', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: '6a965a9e4cad6f07624c7ac5255207b7b021b47c', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: 'c34600d27f421992e9c473d1ef9f5bae80f189a4', variant: this.canEndMeeting ? 'secondary' : 'danger', title: this.t('leave'), onClick: this.handleLeave, class: {
4248
- 'secondary-btn': this.canEndMeeting,
4249
- 'secondary-danger-btn': this.canEndMeeting,
4250
- } }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '8a90f55894d6922573209dcda4cd70d78b7d67d0', variant: "danger", onClick: this.handleEndMeeting }, this.t('end.all')))))));
4247
+ : this.t('leave_confirmation')), h("div", { key: '395b4f29350512c4c9d512984482bb934aadf983', class: "content" }, h("rtk-button", { key: '85adbf49f8ae02e05e16a349c99152b525ff6520', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: '6a965a9e4cad6f07624c7ac5255207b7b021b47c', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: '41050c3895eeab4edc56742799505790d881cad9', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '15fafd5ba16a9b545ba170ca1c0b113294d65ce9', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
4251
4248
  }
4252
4249
  static get watchers() { return {
4253
4250
  "meeting": ["meetingChanged"]