@dialpad/dialtone 9.49.2 → 9.51.0
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.
- package/dist/css/dialtone.css +2 -2
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-expressive-dark.css +1 -1
- package/dist/tokens/css/variables-expressive-light.css +1 -1
- package/dist/tokens/css/variables-expressive-sm-dark.css +1 -1
- package/dist/tokens/css/variables-expressive-sm-light.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/css/variables-tmo-dark.css +1 -1
- package/dist/tokens/css/variables-tmo-light.css +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-expressive-dark.less +1 -1
- package/dist/tokens/less/variables-expressive-light.less +1 -1
- package/dist/tokens/less/variables-expressive-sm-dark.less +1 -1
- package/dist/tokens/less/variables-expressive-sm-light.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/tokens/less/variables-tmo-dark.less +1 -1
- package/dist/tokens/less/variables-tmo-light.less +1 -1
- package/dist/vue2/chunks/{dropdown-8L_PePwv.js → dropdown-6UoczdUY.js} +2 -2
- package/dist/vue2/chunks/{dropdown-8L_PePwv.js.map → dropdown-6UoczdUY.js.map} +1 -1
- package/dist/vue2/chunks/{dropdown-2D4i6Qkg.js → dropdown-pHxnQPzT.js} +2 -2
- package/dist/vue2/chunks/{dropdown-2D4i6Qkg.js.map → dropdown-pHxnQPzT.js.map} +1 -1
- package/dist/vue2/chunks/{popover_constants-kQaX7G4a.js → popover_constants-WsOUIY-m.js} +2 -2
- package/dist/vue2/chunks/{popover_constants-kQaX7G4a.js.map → popover_constants-WsOUIY-m.js.map} +1 -1
- package/dist/vue2/chunks/{popover_constants-qUYTzsS3.js → popover_constants-XnGWXaxX.js} +2 -2
- package/dist/vue2/chunks/{popover_constants-qUYTzsS3.js.map → popover_constants-XnGWXaxX.js.map} +1 -1
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +2 -2
- package/dist/vue2/dialtone-vue.js +2 -2
- package/dist/vue2/lib/callbar-button-with-popover.cjs +1 -1
- package/dist/vue2/lib/callbar-button-with-popover.js +1 -1
- package/dist/vue2/lib/callbar-button.cjs +1 -1
- package/dist/vue2/lib/callbar-button.js +1 -1
- package/dist/vue2/lib/combobox-multi-select.cjs +1 -1
- package/dist/vue2/lib/combobox-multi-select.js +1 -1
- package/dist/vue2/lib/combobox-with-popover.cjs +1 -1
- package/dist/vue2/lib/combobox-with-popover.js +1 -1
- package/dist/vue2/lib/contact-row.cjs +1 -1
- package/dist/vue2/lib/contact-row.js +1 -1
- package/dist/vue2/lib/datepicker.cjs +1 -1
- package/dist/vue2/lib/datepicker.js +1 -1
- package/dist/vue2/lib/dropdown.cjs +2 -2
- package/dist/vue2/lib/dropdown.js +2 -2
- package/dist/vue2/lib/editor.cjs +1 -1
- package/dist/vue2/lib/editor.js +1 -1
- package/dist/vue2/lib/emoji-picker.cjs +24 -12
- package/dist/vue2/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue2/lib/emoji-picker.js +24 -12
- package/dist/vue2/lib/emoji-picker.js.map +1 -1
- package/dist/vue2/lib/emoji-row.cjs +1 -1
- package/dist/vue2/lib/emoji-row.js +1 -1
- package/dist/vue2/lib/general-row.cjs +21 -4
- package/dist/vue2/lib/general-row.cjs.map +1 -1
- package/dist/vue2/lib/general-row.js +21 -4
- package/dist/vue2/lib/general-row.js.map +1 -1
- package/dist/vue2/lib/group-row.cjs +1 -1
- package/dist/vue2/lib/group-row.js +1 -1
- package/dist/vue2/lib/hovercard.cjs +1 -1
- package/dist/vue2/lib/hovercard.js +1 -1
- package/dist/vue2/lib/input.cjs +5 -3
- package/dist/vue2/lib/input.cjs.map +1 -1
- package/dist/vue2/lib/input.js +5 -3
- package/dist/vue2/lib/input.js.map +1 -1
- package/dist/vue2/lib/ivr-node.cjs +2 -2
- package/dist/vue2/lib/ivr-node.js +2 -2
- package/dist/vue2/lib/message-input.cjs +1 -1
- package/dist/vue2/lib/message-input.js +1 -1
- package/dist/vue2/lib/popover.cjs +50 -3
- package/dist/vue2/lib/popover.cjs.map +1 -1
- package/dist/vue2/lib/popover.js +51 -4
- package/dist/vue2/lib/popover.js.map +1 -1
- package/dist/vue2/lib/tooltip-directive.cjs +1 -1
- package/dist/vue2/lib/tooltip-directive.js +1 -1
- package/dist/vue2/lib/tooltip.cjs +1 -1
- package/dist/vue2/lib/tooltip.js +2 -2
- package/dist/vue2/style.css +64 -56
- package/dist/vue2/types/components/input/input.vue.d.ts +6 -4
- package/dist/vue2/types/components/input/input.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/input/input_constants.d.ts +1 -0
- package/dist/vue2/types/components/popover/popover_constants.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +23 -0
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue3/chunks/{dropdown-tVfEPEl1.js → dropdown-oA-_Gotg.js} +2 -2
- package/dist/vue3/chunks/{dropdown-tVfEPEl1.js.map → dropdown-oA-_Gotg.js.map} +1 -1
- package/dist/vue3/chunks/{dropdown-XFYig-ys.js → dropdown-p-Azgwov.js} +2 -2
- package/dist/vue3/chunks/{dropdown-XFYig-ys.js.map → dropdown-p-Azgwov.js.map} +1 -1
- package/dist/vue3/chunks/{popover_constants-kQaX7G4a.js → popover_constants-WsOUIY-m.js} +2 -2
- package/dist/vue3/chunks/{popover_constants-kQaX7G4a.js.map → popover_constants-WsOUIY-m.js.map} +1 -1
- package/dist/vue3/chunks/{popover_constants-qUYTzsS3.js → popover_constants-XnGWXaxX.js} +2 -2
- package/dist/vue3/chunks/{popover_constants-qUYTzsS3.js.map → popover_constants-XnGWXaxX.js.map} +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +2 -2
- package/dist/vue3/dialtone-vue.js +2 -2
- package/dist/vue3/lib/callbar-button-with-popover.cjs +1 -1
- package/dist/vue3/lib/callbar-button-with-popover.js +1 -1
- package/dist/vue3/lib/callbar-button.cjs +1 -1
- package/dist/vue3/lib/callbar-button.js +1 -1
- package/dist/vue3/lib/combobox-multi-select.cjs +1 -1
- package/dist/vue3/lib/combobox-multi-select.js +1 -1
- package/dist/vue3/lib/combobox-with-popover.cjs +1 -1
- package/dist/vue3/lib/combobox-with-popover.js +1 -1
- package/dist/vue3/lib/contact-row.cjs +1 -1
- package/dist/vue3/lib/contact-row.js +1 -1
- package/dist/vue3/lib/datepicker.cjs +1 -1
- package/dist/vue3/lib/datepicker.js +1 -1
- package/dist/vue3/lib/dropdown.cjs +2 -2
- package/dist/vue3/lib/dropdown.js +2 -2
- package/dist/vue3/lib/editor.cjs +1 -1
- package/dist/vue3/lib/editor.js +1 -1
- package/dist/vue3/lib/emoji-picker.cjs +50 -28
- package/dist/vue3/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue3/lib/emoji-picker.js +50 -28
- package/dist/vue3/lib/emoji-picker.js.map +1 -1
- package/dist/vue3/lib/emoji-row.cjs +1 -1
- package/dist/vue3/lib/emoji-row.js +1 -1
- package/dist/vue3/lib/general-row.cjs +21 -4
- package/dist/vue3/lib/general-row.cjs.map +1 -1
- package/dist/vue3/lib/general-row.js +21 -4
- package/dist/vue3/lib/general-row.js.map +1 -1
- package/dist/vue3/lib/group-row.cjs +1 -1
- package/dist/vue3/lib/group-row.js +1 -1
- package/dist/vue3/lib/hovercard.cjs +1 -1
- package/dist/vue3/lib/hovercard.js +1 -1
- package/dist/vue3/lib/input.cjs +5 -3
- package/dist/vue3/lib/input.cjs.map +1 -1
- package/dist/vue3/lib/input.js +5 -3
- package/dist/vue3/lib/input.js.map +1 -1
- package/dist/vue3/lib/ivr-node.cjs +2 -2
- package/dist/vue3/lib/ivr-node.js +2 -2
- package/dist/vue3/lib/message-input.cjs +1 -1
- package/dist/vue3/lib/message-input.js +1 -1
- package/dist/vue3/lib/popover.cjs +50 -3
- package/dist/vue3/lib/popover.cjs.map +1 -1
- package/dist/vue3/lib/popover.js +51 -4
- package/dist/vue3/lib/popover.js.map +1 -1
- package/dist/vue3/lib/tooltip-directive.cjs +1 -1
- package/dist/vue3/lib/tooltip-directive.js +1 -1
- package/dist/vue3/lib/tooltip.cjs +1 -1
- package/dist/vue3/lib/tooltip.js +2 -2
- package/dist/vue3/style.css +64 -56
- package/dist/vue3/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/input/input.vue.d.ts +6 -4
- package/dist/vue3/types/components/input/input.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/input/input_constants.d.ts +1 -0
- package/dist/vue3/types/components/popover/popover_constants.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +23 -0
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -23,7 +23,7 @@ const lib_collapsible = require("./lib/collapsible.cjs");
|
|
|
23
23
|
const lib_combobox = require("./chunks/index-4qgKeErp.js");
|
|
24
24
|
const lib_datepicker = require("./lib/datepicker.cjs");
|
|
25
25
|
const lib_descriptionList = require("./lib/description-list.cjs");
|
|
26
|
-
const dropdown = require("./chunks/dropdown-
|
|
26
|
+
const dropdown = require("./chunks/dropdown-p-Azgwov.js");
|
|
27
27
|
const lib_dropdown = require("./lib/dropdown.cjs");
|
|
28
28
|
const dropdown_constants = require("./chunks/dropdown_constants-2pGCXy7m.js");
|
|
29
29
|
const lib_emoji = require("./lib/emoji.cjs");
|
|
@@ -51,7 +51,7 @@ const notice_action = require("./chunks/notice_action-WTucGhvr.js");
|
|
|
51
51
|
const notice_constants = require("./chunks/notice_constants-UXo9e3bS.js");
|
|
52
52
|
const lib_pagination = require("./lib/pagination.cjs");
|
|
53
53
|
const lib_popover = require("./lib/popover.cjs");
|
|
54
|
-
const popover_constants = require("./chunks/popover_constants-
|
|
54
|
+
const popover_constants = require("./chunks/popover_constants-XnGWXaxX.js");
|
|
55
55
|
const lib_presence = require("./lib/presence.cjs");
|
|
56
56
|
const lib_radio = require("./lib/radio.cjs");
|
|
57
57
|
const lib_radioGroup = require("./lib/radio-group.cjs");
|
|
@@ -21,7 +21,7 @@ import { DtCollapsible } from "./lib/collapsible.js";
|
|
|
21
21
|
import { DtCombobox, LABEL_SIZES } from "./chunks/index-b_MgDylR.js";
|
|
22
22
|
import { DtDatepicker, formatLong, formatMedium, formatNoYear, formatNumerical, formatShort } from "./lib/datepicker.js";
|
|
23
23
|
import { DT_DESCRIPTION_LIST_DIRECTION, DtDescriptionList } from "./lib/description-list.js";
|
|
24
|
-
import { DtDropdown } from "./chunks/dropdown-
|
|
24
|
+
import { DtDropdown } from "./chunks/dropdown-oA-_Gotg.js";
|
|
25
25
|
import { DtDropdownSeparator } from "./lib/dropdown.js";
|
|
26
26
|
import { DROPDOWN_PADDING_CLASSES } from "./chunks/dropdown_constants-w1MXGC3Z.js";
|
|
27
27
|
import { DtEmoji } from "./lib/emoji.js";
|
|
@@ -49,7 +49,7 @@ import { DtNoticeAction, DtNoticeContent, DtNoticeIcon } from "./chunks/notice_a
|
|
|
49
49
|
import { NOTICE_KINDS, NOTICE_ROLES } from "./chunks/notice_constants-7Qt2CQEY.js";
|
|
50
50
|
import { DtPagination } from "./lib/pagination.js";
|
|
51
51
|
import { DtPopover } from "./lib/popover.js";
|
|
52
|
-
import { POPOVER_APPEND_TO_VALUES, POPOVER_CONTENT_WIDTHS, POPOVER_DIRECTIONS, POPOVER_HEADER_FOOTER_PADDING_CLASSES, POPOVER_INITIAL_FOCUS_STRINGS, POPOVER_PADDING_CLASSES, POPOVER_ROLES, POPOVER_STICKY_VALUES, TOOLTIP_DELAY_MS, TOOLTIP_DIRECTIONS, TOOLTIP_HIDE_ON_CLICK_VARIANTS, TOOLTIP_KIND_MODIFIERS, TOOLTIP_STICKY_VALUES } from "./chunks/popover_constants-
|
|
52
|
+
import { POPOVER_APPEND_TO_VALUES, POPOVER_CONTENT_WIDTHS, POPOVER_DIRECTIONS, POPOVER_HEADER_FOOTER_PADDING_CLASSES, POPOVER_INITIAL_FOCUS_STRINGS, POPOVER_PADDING_CLASSES, POPOVER_ROLES, POPOVER_STICKY_VALUES, TOOLTIP_DELAY_MS, TOOLTIP_DIRECTIONS, TOOLTIP_HIDE_ON_CLICK_VARIANTS, TOOLTIP_KIND_MODIFIERS, TOOLTIP_STICKY_VALUES } from "./chunks/popover_constants-WsOUIY-m.js";
|
|
53
53
|
import { DtPresence, PRESENCE_STATES, PRESENCE_STATES_LIST } from "./lib/presence.js";
|
|
54
54
|
import { DtRadio, RADIO_INPUT_VALIDATION_CLASSES } from "./lib/radio.js";
|
|
55
55
|
import { DtRadioGroup } from "./lib/radio-group.js";
|
|
@@ -9,7 +9,7 @@ const lib_button = require("./button.cjs");
|
|
|
9
9
|
const lib_icon = require("./icon.cjs");
|
|
10
10
|
require("../common/constants.cjs");
|
|
11
11
|
require("./tooltip.cjs");
|
|
12
|
-
require("../chunks/popover_constants-
|
|
12
|
+
require("../chunks/popover_constants-XnGWXaxX.js");
|
|
13
13
|
require("tippy.js");
|
|
14
14
|
require("../chunks/modal-VgxXAQFP.js");
|
|
15
15
|
require("../chunks/sr_only_close_button-xGrHFjwA.js");
|
|
@@ -7,7 +7,7 @@ import { DtButton } from "./button.js";
|
|
|
7
7
|
import { DtIcon } from "./icon.js";
|
|
8
8
|
import "../common/constants.js";
|
|
9
9
|
import "./tooltip.js";
|
|
10
|
-
import "../chunks/popover_constants-
|
|
10
|
+
import "../chunks/popover_constants-WsOUIY-m.js";
|
|
11
11
|
import "tippy.js";
|
|
12
12
|
import "../chunks/modal-XOr4kiNZ.js";
|
|
13
13
|
import "../chunks/sr_only_close_button-3EdsV-dH.js";
|
|
@@ -7,7 +7,7 @@ const lib_button = require("./button.cjs");
|
|
|
7
7
|
const lib_tooltip = require("./tooltip.cjs");
|
|
8
8
|
require("../common/constants.cjs");
|
|
9
9
|
require("../chunks/link_constants-x8NwdqmA.js");
|
|
10
|
-
require("../chunks/popover_constants-
|
|
10
|
+
require("../chunks/popover_constants-XnGWXaxX.js");
|
|
11
11
|
require("tippy.js");
|
|
12
12
|
const CALLBAR_BUTTON_VALID_WIDTH_SIZE = ["sm", "md", "lg", "xl"];
|
|
13
13
|
const _sfc_main = {
|
|
@@ -5,7 +5,7 @@ import { DtButton } from "./button.js";
|
|
|
5
5
|
import { DtTooltip } from "./tooltip.js";
|
|
6
6
|
import "../common/constants.js";
|
|
7
7
|
import "../chunks/link_constants-AfTWrr-n.js";
|
|
8
|
-
import "../chunks/popover_constants-
|
|
8
|
+
import "../chunks/popover_constants-WsOUIY-m.js";
|
|
9
9
|
import "tippy.js";
|
|
10
10
|
const CALLBAR_BUTTON_VALID_WIDTH_SIZE = ["sm", "md", "lg", "xl"];
|
|
11
11
|
const _sfc_main = {
|
|
@@ -6,7 +6,7 @@ const lib_chip = require("./chip.cjs");
|
|
|
6
6
|
const lib_validationMessages = require("./validation-messages.cjs");
|
|
7
7
|
const common_validators = require("../common/validators.cjs");
|
|
8
8
|
const common_utils = require("../common/utils.cjs");
|
|
9
|
-
const popover_constants = require("../chunks/popover_constants-
|
|
9
|
+
const popover_constants = require("../chunks/popover_constants-XnGWXaxX.js");
|
|
10
10
|
const sr_only_close_button = require("../chunks/sr_only_close_button-xGrHFjwA.js");
|
|
11
11
|
const vue = require("vue");
|
|
12
12
|
const _pluginVue_exportHelper = require("../chunks/_plugin-vue_export-helper-fhnQq0tA.js");
|
|
@@ -4,7 +4,7 @@ import { DtChip } from "./chip.js";
|
|
|
4
4
|
import { DtValidationMessages } from "./validation-messages.js";
|
|
5
5
|
import { validationMessageValidator } from "../common/validators.js";
|
|
6
6
|
import { hasSlotContent } from "../common/utils.js";
|
|
7
|
-
import { POPOVER_APPEND_TO_VALUES } from "../chunks/popover_constants-
|
|
7
|
+
import { POPOVER_APPEND_TO_VALUES } from "../chunks/popover_constants-WsOUIY-m.js";
|
|
8
8
|
import { SrOnlyCloseButtonMixin } from "../chunks/sr_only_close_button-3EdsV-dH.js";
|
|
9
9
|
import { resolveComponent, openBlock, createBlock, createSlots, withCtx, createElementVNode, createElementBlock, Fragment, renderList, mergeProps, toHandlers, withKeys, createTextVNode, toDisplayString, createVNode, withModifiers, renderSlot } from "vue";
|
|
10
10
|
import { _export_sfc } from "../chunks/_plugin-vue_export-helper-caHeSgYY.js";
|
|
@@ -7,7 +7,7 @@ const vue = require("vue");
|
|
|
7
7
|
const _pluginVue_exportHelper = require("../chunks/_plugin-vue_export-helper-fhnQq0tA.js");
|
|
8
8
|
const lib_popover = require("./popover.cjs");
|
|
9
9
|
const dropdown_constants = require("../chunks/dropdown_constants-2pGCXy7m.js");
|
|
10
|
-
const popover_constants = require("../chunks/popover_constants-
|
|
10
|
+
const popover_constants = require("../chunks/popover_constants-XnGWXaxX.js");
|
|
11
11
|
require("../chunks/keyboard_list_navigation-fJnl_Iox.js");
|
|
12
12
|
require("./list-item.cjs");
|
|
13
13
|
require("../chunks/list_item_constants-EiqkqZvP.js");
|
|
@@ -5,7 +5,7 @@ import { resolveComponent, openBlock, createBlock, mergeProps, withCtx, createEl
|
|
|
5
5
|
import { _export_sfc } from "../chunks/_plugin-vue_export-helper-caHeSgYY.js";
|
|
6
6
|
import { DtPopover } from "./popover.js";
|
|
7
7
|
import { DROPDOWN_PADDING_CLASSES } from "../chunks/dropdown_constants-w1MXGC3Z.js";
|
|
8
|
-
import { POPOVER_CONTENT_WIDTHS, POPOVER_APPEND_TO_VALUES } from "../chunks/popover_constants-
|
|
8
|
+
import { POPOVER_CONTENT_WIDTHS, POPOVER_APPEND_TO_VALUES } from "../chunks/popover_constants-WsOUIY-m.js";
|
|
9
9
|
import "../chunks/keyboard_list_navigation-ScXhrxya.js";
|
|
10
10
|
import "./list-item.js";
|
|
11
11
|
import "../chunks/list_item_constants-u1xcN9Dd.js";
|
|
@@ -20,7 +20,7 @@ require("./badge.cjs");
|
|
|
20
20
|
require("./button.cjs");
|
|
21
21
|
require("../chunks/link_constants-x8NwdqmA.js");
|
|
22
22
|
require("./tooltip.cjs");
|
|
23
|
-
require("../chunks/popover_constants-
|
|
23
|
+
require("../chunks/popover_constants-XnGWXaxX.js");
|
|
24
24
|
require("tippy.js");
|
|
25
25
|
const _sfc_main = {
|
|
26
26
|
name: "DtRecipeContactRow",
|
|
@@ -18,7 +18,7 @@ import "./badge.js";
|
|
|
18
18
|
import "./button.js";
|
|
19
19
|
import "../chunks/link_constants-AfTWrr-n.js";
|
|
20
20
|
import "./tooltip.js";
|
|
21
|
-
import "../chunks/popover_constants-
|
|
21
|
+
import "../chunks/popover_constants-WsOUIY-m.js";
|
|
22
22
|
import "tippy.js";
|
|
23
23
|
const _sfc_main = {
|
|
24
24
|
name: "DtRecipeContactRow",
|
|
@@ -8,7 +8,7 @@ const lib_button = require("./button.cjs");
|
|
|
8
8
|
const lib_icon = require("./icon.cjs");
|
|
9
9
|
require("../chunks/stack_constants-SMzMWnAQ.js");
|
|
10
10
|
require("../chunks/_plugin-vue_export-helper-fhnQq0tA.js");
|
|
11
|
-
require("../chunks/popover_constants-
|
|
11
|
+
require("../chunks/popover_constants-XnGWXaxX.js");
|
|
12
12
|
require("tippy.js");
|
|
13
13
|
require("../common/utils.cjs");
|
|
14
14
|
require("../common/constants.cjs");
|
|
@@ -6,7 +6,7 @@ import { DtButton } from "./button.js";
|
|
|
6
6
|
import { DtIcon } from "./icon.js";
|
|
7
7
|
import "../chunks/stack_constants-HraCekPm.js";
|
|
8
8
|
import "../chunks/_plugin-vue_export-helper-caHeSgYY.js";
|
|
9
|
-
import "../chunks/popover_constants-
|
|
9
|
+
import "../chunks/popover_constants-WsOUIY-m.js";
|
|
10
10
|
import "tippy.js";
|
|
11
11
|
import "../common/utils.js";
|
|
12
12
|
import "../common/constants.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const dropdown = require("../chunks/dropdown-
|
|
3
|
+
const dropdown = require("../chunks/dropdown-p-Azgwov.js");
|
|
4
4
|
const vue = require("vue");
|
|
5
5
|
const _pluginVue_exportHelper = require("../chunks/_plugin-vue_export-helper-fhnQq0tA.js");
|
|
6
6
|
const dropdown_constants = require("../chunks/dropdown_constants-2pGCXy7m.js");
|
|
@@ -15,7 +15,7 @@ require("@dialpad/dialtone-icons/icons.json");
|
|
|
15
15
|
require("./button.cjs");
|
|
16
16
|
require("../chunks/link_constants-x8NwdqmA.js");
|
|
17
17
|
require("./popover.cjs");
|
|
18
|
-
require("../chunks/popover_constants-
|
|
18
|
+
require("../chunks/popover_constants-XnGWXaxX.js");
|
|
19
19
|
require("tippy.js");
|
|
20
20
|
require("../chunks/modal-VgxXAQFP.js");
|
|
21
21
|
require("./lazy-show.cjs");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DtDropdown } from "../chunks/dropdown-
|
|
1
|
+
import { DtDropdown } from "../chunks/dropdown-oA-_Gotg.js";
|
|
2
2
|
import { openBlock, createElementBlock } from "vue";
|
|
3
3
|
import { _export_sfc } from "../chunks/_plugin-vue_export-helper-caHeSgYY.js";
|
|
4
4
|
import { DROPDOWN_PADDING_CLASSES } from "../chunks/dropdown_constants-w1MXGC3Z.js";
|
|
@@ -13,7 +13,7 @@ import "@dialpad/dialtone-icons/icons.json";
|
|
|
13
13
|
import "./button.js";
|
|
14
14
|
import "../chunks/link_constants-AfTWrr-n.js";
|
|
15
15
|
import "./popover.js";
|
|
16
|
-
import "../chunks/popover_constants-
|
|
16
|
+
import "../chunks/popover_constants-WsOUIY-m.js";
|
|
17
17
|
import "tippy.js";
|
|
18
18
|
import "../chunks/modal-XOr4kiNZ.js";
|
|
19
19
|
import "./lazy-show.js";
|
package/dist/vue3/lib/editor.cjs
CHANGED
|
@@ -50,7 +50,7 @@ require("./presence.cjs");
|
|
|
50
50
|
require("@dialpad/dialtone-icons/vue3/hash");
|
|
51
51
|
require("@dialpad/dialtone-icons/vue3/lock");
|
|
52
52
|
require("../chunks/stack_constants-SMzMWnAQ.js");
|
|
53
|
-
require("../chunks/popover_constants-
|
|
53
|
+
require("../chunks/popover_constants-XnGWXaxX.js");
|
|
54
54
|
require("../chunks/modal-VgxXAQFP.js");
|
|
55
55
|
require("../chunks/sr_only_close_button-xGrHFjwA.js");
|
|
56
56
|
require("./lazy-show.cjs");
|
package/dist/vue3/lib/editor.js
CHANGED
|
@@ -48,7 +48,7 @@ import "./presence.js";
|
|
|
48
48
|
import "@dialpad/dialtone-icons/vue3/hash";
|
|
49
49
|
import "@dialpad/dialtone-icons/vue3/lock";
|
|
50
50
|
import "../chunks/stack_constants-HraCekPm.js";
|
|
51
|
-
import "../chunks/popover_constants-
|
|
51
|
+
import "../chunks/popover_constants-WsOUIY-m.js";
|
|
52
52
|
import "../chunks/modal-XOr4kiNZ.js";
|
|
53
53
|
import "../chunks/sr_only_close_button-3EdsV-dH.js";
|
|
54
54
|
import "./lazy-show.js";
|
|
@@ -17,7 +17,7 @@ require("@dialpad/dialtone-icons/vue3");
|
|
|
17
17
|
require("../chunks/icon_constants-QYpmdE0R.js");
|
|
18
18
|
require("@dialpad/dialtone-icons/icons.json");
|
|
19
19
|
require("../chunks/link_constants-x8NwdqmA.js");
|
|
20
|
-
require("../chunks/popover_constants-
|
|
20
|
+
require("../chunks/popover_constants-XnGWXaxX.js");
|
|
21
21
|
require("tippy.js");
|
|
22
22
|
const _hoisted_1$5 = { class: "d-emoji-picker__search d-emoji-picker__alignment" };
|
|
23
23
|
const _sfc_main$5 = {
|
|
@@ -138,8 +138,9 @@ const _sfc_main$4 = {
|
|
|
138
138
|
* @param {String} tabId - The name of the tab that was selected
|
|
139
139
|
*/
|
|
140
140
|
"selected-tabset",
|
|
141
|
-
"
|
|
142
|
-
"
|
|
141
|
+
"shift-tab-key-pressed",
|
|
142
|
+
"tab-key-pressed",
|
|
143
|
+
"arrow-down-key-pressed"
|
|
143
144
|
],
|
|
144
145
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
145
146
|
const props = __props;
|
|
@@ -204,13 +205,13 @@ const _sfc_main$4 = {
|
|
|
204
205
|
if (event.key === "Tab") {
|
|
205
206
|
event.preventDefault();
|
|
206
207
|
if (event.shiftKey) {
|
|
207
|
-
emits("
|
|
208
|
+
emits("shift-tab-key-pressed");
|
|
208
209
|
} else {
|
|
209
|
-
emits("
|
|
210
|
+
emits("tab-key-pressed");
|
|
210
211
|
}
|
|
211
212
|
}
|
|
212
213
|
if (event.key === "ArrowDown") {
|
|
213
|
-
emits("
|
|
214
|
+
emits("arrow-down-key-pressed");
|
|
214
215
|
}
|
|
215
216
|
}
|
|
216
217
|
__expose({
|
|
@@ -536,9 +537,9 @@ const _sfc_main$3 = {
|
|
|
536
537
|
"focus-skin-selector",
|
|
537
538
|
/**
|
|
538
539
|
* Emitted when the user shift tab in first tab of emoji selector
|
|
539
|
-
* @event
|
|
540
|
+
* @event shift-tab-key-pressed
|
|
540
541
|
*/
|
|
541
|
-
"
|
|
542
|
+
"shift-tab-key-pressed"
|
|
542
543
|
],
|
|
543
544
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
544
545
|
const props = __props;
|
|
@@ -719,7 +720,7 @@ const _sfc_main$3 = {
|
|
|
719
720
|
scrollToTab(indexTab, true);
|
|
720
721
|
} else {
|
|
721
722
|
scrollToTab(1, false);
|
|
722
|
-
emits("
|
|
723
|
+
emits("shift-tab-key-pressed");
|
|
723
724
|
}
|
|
724
725
|
} else {
|
|
725
726
|
if (focusEmoji(indexTab + 1, 0)) {
|
|
@@ -1216,6 +1217,9 @@ const _sfc_main = {
|
|
|
1216
1217
|
const selectedTabset = vue.ref({});
|
|
1217
1218
|
const scrollIntoTab = vue.ref(0);
|
|
1218
1219
|
const isScrolling = vue.ref(false);
|
|
1220
|
+
const searchInputRef = vue.ref(null);
|
|
1221
|
+
const emojiSelectorRef = vue.ref(null);
|
|
1222
|
+
const tabsetRef = vue.ref(null);
|
|
1219
1223
|
const showRecentlyUsedTab = vue.computed(() => props.recentlyUsedEmojis.length > 0);
|
|
1220
1224
|
vue.watch(
|
|
1221
1225
|
() => props.searchQuery,
|
|
@@ -1237,36 +1241,54 @@ const _sfc_main = {
|
|
|
1237
1241
|
function updateHighlightedEmoji(emoji) {
|
|
1238
1242
|
highlightedEmoji.value = emoji;
|
|
1239
1243
|
}
|
|
1244
|
+
function focusNextSectionFromEmojiTabSet() {
|
|
1245
|
+
if (props.showSearch) {
|
|
1246
|
+
searchInputRef.value.focusSearchInput();
|
|
1247
|
+
} else {
|
|
1248
|
+
emojiSelectorRef.value.focusEmojiSelector();
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
function focusNextSectionFromEmojiSelector() {
|
|
1252
|
+
if (props.showSearch) {
|
|
1253
|
+
searchInputRef.value.focusSearchInput();
|
|
1254
|
+
} else {
|
|
1255
|
+
tabsetRef.value.focusTabset();
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1240
1258
|
return (_ctx, _cache) => {
|
|
1241
1259
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
1242
1260
|
vue.createElementVNode("div", _hoisted_2, [
|
|
1243
1261
|
vue.createVNode(_sfc_main$4, {
|
|
1244
|
-
|
|
1262
|
+
ref_key: "tabsetRef",
|
|
1263
|
+
ref: tabsetRef,
|
|
1245
1264
|
"emoji-filter": internalSearchQuery.value,
|
|
1246
1265
|
"show-recently-used-tab": showRecentlyUsedTab.value,
|
|
1247
1266
|
"scroll-into-tab": scrollIntoTab.value,
|
|
1248
1267
|
"tabset-labels": __props.tabSetLabels,
|
|
1249
1268
|
"is-scrolling": isScrolling.value,
|
|
1250
|
-
|
|
1251
|
-
|
|
1269
|
+
onTabKeyPressed: focusNextSectionFromEmojiTabSet,
|
|
1270
|
+
onShiftTabKeyPressed: _cache[0] || (_cache[0] = ($event) => _ctx.$refs.skinSelectorRef.focusSkinSelector()),
|
|
1271
|
+
onArrowDownKeyPressed: focusNextSectionFromEmojiTabSet,
|
|
1252
1272
|
onSelectedTabset: scrollToSelectedTabset,
|
|
1253
|
-
onKeydown: _cache[
|
|
1273
|
+
onKeydown: _cache[1] || (_cache[1] = vue.withKeys(($event) => emits("close"), ["esc"]))
|
|
1254
1274
|
}, null, 8, ["emoji-filter", "show-recently-used-tab", "scroll-into-tab", "tabset-labels", "is-scrolling"])
|
|
1255
1275
|
]),
|
|
1256
1276
|
vue.createElementVNode("div", _hoisted_3, [
|
|
1257
1277
|
__props.showSearch ? (vue.openBlock(), vue.createBlock(_sfc_main$5, {
|
|
1258
1278
|
key: 0,
|
|
1259
|
-
|
|
1279
|
+
ref_key: "searchInputRef",
|
|
1280
|
+
ref: searchInputRef,
|
|
1260
1281
|
modelValue: internalSearchQuery.value,
|
|
1261
|
-
"onUpdate:modelValue": _cache[
|
|
1282
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => internalSearchQuery.value = $event),
|
|
1262
1283
|
"search-placeholder-label": __props.searchPlaceholderLabel,
|
|
1263
|
-
onSelectFirstEmoji: _cache[
|
|
1264
|
-
onFocusTabset: _cache[
|
|
1265
|
-
onFocusEmojiSelector: _cache[
|
|
1266
|
-
onKeydown: _cache[
|
|
1284
|
+
onSelectFirstEmoji: _cache[3] || (_cache[3] = ($event) => emits("selected-emoji", highlightedEmoji.value)),
|
|
1285
|
+
onFocusTabset: _cache[4] || (_cache[4] = ($event) => _ctx.$refs.tabsetRef.focusTabset()),
|
|
1286
|
+
onFocusEmojiSelector: _cache[5] || (_cache[5] = ($event) => _ctx.$refs.emojiSelectorRef.focusEmojiSelector()),
|
|
1287
|
+
onKeydown: _cache[6] || (_cache[6] = vue.withKeys(($event) => emits("close"), ["esc"]))
|
|
1267
1288
|
}, null, 8, ["modelValue", "search-placeholder-label"])) : vue.createCommentVNode("", true),
|
|
1268
1289
|
vue.createVNode(_sfc_main$3, {
|
|
1269
|
-
|
|
1290
|
+
ref_key: "emojiSelectorRef",
|
|
1291
|
+
ref: emojiSelectorRef,
|
|
1270
1292
|
"emoji-filter": internalSearchQuery.value,
|
|
1271
1293
|
"skin-tone": __props.skinTone,
|
|
1272
1294
|
"tabset-labels": __props.tabSetLabels,
|
|
@@ -1277,10 +1299,10 @@ const _sfc_main = {
|
|
|
1277
1299
|
onScrollIntoTab: updateScrollIntoTab,
|
|
1278
1300
|
onIsScrolling: updateIsScrolling,
|
|
1279
1301
|
onHighlightedEmoji: updateHighlightedEmoji,
|
|
1280
|
-
onSelectedEmoji: _cache[
|
|
1281
|
-
onFocusSkinSelector: _cache[
|
|
1282
|
-
|
|
1283
|
-
onKeydown: _cache[
|
|
1302
|
+
onSelectedEmoji: _cache[7] || (_cache[7] = ($event) => emits("selected-emoji", $event)),
|
|
1303
|
+
onFocusSkinSelector: _cache[8] || (_cache[8] = ($event) => _ctx.$refs.skinSelectorRef.focusSkinSelector()),
|
|
1304
|
+
onShiftTabKeyPressed: focusNextSectionFromEmojiSelector,
|
|
1305
|
+
onKeydown: _cache[9] || (_cache[9] = vue.withKeys(($event) => emits("close"), ["esc"]))
|
|
1284
1306
|
}, null, 8, ["emoji-filter", "skin-tone", "tabset-labels", "search-results-label", "search-no-results-label", "recently-used-emojis", "selected-tabset"])
|
|
1285
1307
|
]),
|
|
1286
1308
|
vue.createElementVNode("div", _hoisted_4, [
|
|
@@ -1290,10 +1312,10 @@ const _sfc_main = {
|
|
|
1290
1312
|
"is-hovering": !!highlightedEmoji.value,
|
|
1291
1313
|
"skin-selector-button-tooltip-label": __props.skinSelectorButtonTooltipLabel,
|
|
1292
1314
|
"skin-tone": __props.skinTone,
|
|
1293
|
-
onSkinTone: _cache[
|
|
1294
|
-
onFocusTabset: _cache[
|
|
1295
|
-
onFocusLastEmoji: _cache[
|
|
1296
|
-
onKeydown: _cache[
|
|
1315
|
+
onSkinTone: _cache[10] || (_cache[10] = ($event) => emits("skin-tone", $event)),
|
|
1316
|
+
onFocusTabset: _cache[11] || (_cache[11] = ($event) => _ctx.$refs.tabsetRef.focusTabset()),
|
|
1317
|
+
onFocusLastEmoji: _cache[12] || (_cache[12] = ($event) => _ctx.$refs.emojiSelectorRef.focusLastEmoji()),
|
|
1318
|
+
onKeydown: _cache[13] || (_cache[13] = vue.withKeys(($event) => emits("close"), ["esc"]))
|
|
1297
1319
|
}, null, 8, ["is-hovering", "skin-selector-button-tooltip-label", "skin-tone"])
|
|
1298
1320
|
])
|
|
1299
1321
|
]);
|