@ironsource/shared-ui 2.0.0 → 2.0.1
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/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c48dc06e_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_cca772e9_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e5202bb9_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_4e432056_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_92d83650_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_11c1bb3f_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c6156fa0_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_7422cf08_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_19f8fedd_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_2a214b95_lang.css +1 -0
- package/{Skeleton.vue_vue_type_style_index_0_scoped_9837f0ce_lang.css → Skeleton.vue_vue_type_style_index_0_scoped_5ed40068_lang.css} +1 -1
- package/SkeletonV4.vue_vue_type_style_index_0_scoped_2f3b3470_lang.css +1 -0
- package/Table.vue_vue_type_style_index_0_scoped_76fef9bd_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +1 -0
- package/components/button/v4/ButtonV4.vue.js +4 -4
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/dialog/v4/DialogV4.vue.d.ts +34 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +87 -56
- package/components/dialog/v4/index.d.ts +128 -2
- package/components/dropdown/common/Dropdown.common.js +29 -29
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +136 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +147 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +8 -8
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +39 -11
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +77 -47
- package/components/dropdown/v4/Dropdown.types.d.ts +1 -1
- package/components/dropdown/v4/Dropdown.types.js +2 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +42 -7
- package/components/dropdown/v4/DropdownV4.vue.js +4 -4
- package/components/dropdown/v4/DropdownV4.vue2.js +193 -163
- package/components/dropdown/v4/OptionV4.vue.d.ts +20 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +54 -37
- package/components/dropdown/v4/index.d.ts +824 -70
- package/components/dropdown/v4/index.js +11 -8
- package/components/includeExclude/IncludeExclude.vue.js +3 -3
- package/components/includeExclude/IncludeExclude.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +2 -2
- package/components/includeExclude/index.d.ts +20 -20
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +9 -10
- package/components/input/v4/index.d.ts +20 -20
- package/components/layout/FormCard.vue.d.ts +1 -1
- package/components/layout/index.d.ts +12 -12
- package/components/multibar/MultiBarMenu.vue2.js +7 -6
- package/components/skeleton/v3/Skeleton.vue.js +7 -0
- package/components/skeleton/{Skeleton.vue2.js → v3/Skeleton.vue2.js} +1 -1
- package/components/skeleton/v4/SkeletonV4.vue.d.ts +41 -0
- package/components/skeleton/v4/SkeletonV4.vue.js +7 -0
- package/components/skeleton/v4/SkeletonV4.vue2.js +23 -0
- package/components/skeleton/v4/index.d.ts +94 -0
- package/components/skeleton/v4/index.js +6 -0
- package/components/table/v3/Table.vue.js +5 -5
- package/components/table/v3/Table.vue2.js +3 -3
- package/components/table/v4/DataGrid.vue.d.ts +7 -2
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +175 -169
- package/components/table/v4/DataGridMenu.vue.d.ts +5 -0
- package/components/table/v4/DataGridMenu.vue.js +3 -3
- package/components/table/v4/DataGridMenu.vue2.js +49 -38
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +34 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +7 -0
- package/components/table/v4/DataGridRowsCounter.vue2.js +36 -0
- package/components/table/v4/index.d.ts +56 -6
- package/components/table/v4/index.js +6 -4
- package/components/table/v4/storyUtils.d.ts +1 -0
- package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
- package/components/toggle/v4/index.d.ts +20 -20
- package/index.d.ts +2401 -360
- package/index.js +119 -119
- package/mocks/apps.d.ts +7 -0
- package/package.json +6 -2
- package/testids/index.d.ts +3 -1
- package/testids/index.js +10 -10
- package/utils/array.js +1 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_31e553e8_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_14dcdae5_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_7a670808_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_99f1dcca_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c218ef1f_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_c0c12287_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_571b7c2f_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_2a01a791_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_85bff8f4_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_92add735_lang.css +0 -1
- package/Table.vue_vue_type_style_index_0_scoped_6b769df2_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css +0 -1
- package/components/skeleton/Skeleton.vue.js +0 -7
- /package/components/skeleton/{Skeleton.vue.d.ts → v3/Skeleton.vue.d.ts} +0 -0
- /package/components/skeleton/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/skeleton/{index.js → v3/index.js} +0 -0
|
@@ -1,20 +1,23 @@
|
|
|
1
1
|
import o from "./DropdownV4.vue.js";
|
|
2
2
|
import r from "./DefaultDropdownTrigger.vue.js";
|
|
3
3
|
import p from "./IconButtonDropdownTrigger.vue.js";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
4
|
+
import i from "./ChipDropdownTrigger.vue.js";
|
|
5
|
+
import m from "./AppDropdownTrigger.vue.js";
|
|
6
|
+
import t from "./OptionV4.vue.js";
|
|
7
|
+
const w = () => [
|
|
7
8
|
o,
|
|
8
9
|
r,
|
|
9
10
|
p,
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
i,
|
|
12
|
+
m,
|
|
13
|
+
t
|
|
12
14
|
];
|
|
13
15
|
export {
|
|
14
|
-
|
|
16
|
+
m as AppDropdownTrigger,
|
|
17
|
+
i as ChipDropdownTrigger,
|
|
15
18
|
r as DefaultDropdownTrigger,
|
|
16
19
|
o as Dropdown,
|
|
17
|
-
|
|
20
|
+
w as DropdownTypes,
|
|
18
21
|
p as IconButtonDropdownTrigger,
|
|
19
|
-
|
|
22
|
+
t as Option
|
|
20
23
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./IncludeExclude.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../IncludeExclude.
|
|
4
|
-
const
|
|
3
|
+
// import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-fb054d88"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../IncludeExclude.
|
|
1
|
+
import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css"; import { defineComponent as Te, computed as v, ref as u, watch as j, provide as Oe, openBlock as d, createBlock as I, unref as t, withCtx as g, createElementVNode as a, renderSlot as C, createTextVNode as w, toDisplayString as J, createCommentVNode as h, createVNode as f, Transition as $e, createElementBlock as o, normalizeClass as Q, mergeProps as O, Fragment as $, renderList as R, toRaw as T, nextTick as Re } from "vue";
|
|
2
2
|
import Ae from "../popover/Popover.vue.js";
|
|
3
3
|
import N from "../button/v3/Button.vue.js";
|
|
4
4
|
import "../button/v3/IconButton.vue.js";
|
|
@@ -7,7 +7,7 @@ import Ee from "../search/v3/Search.vue.js";
|
|
|
7
7
|
import "../typography/Heading.vue.js";
|
|
8
8
|
import X from "../typography/Text.vue.js";
|
|
9
9
|
import Be from "../checkbox/v3/Checkbox.vue.js";
|
|
10
|
-
import b from "../skeleton/Skeleton.vue.js";
|
|
10
|
+
import b from "../skeleton/v3/Skeleton.vue.js";
|
|
11
11
|
import Pe from "../emptyState/v3/EmptyState.vue.js";
|
|
12
12
|
import { useToggle as Ve } from "../../composables/useToggle.js";
|
|
13
13
|
import { IncludeExcludeContext as Le } from "./IncludeExcludeContext.js";
|
|
@@ -85,6 +85,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
85
85
|
searchPlaceholder: string;
|
|
86
86
|
clearable: boolean;
|
|
87
87
|
showIcon: boolean;
|
|
88
|
+
iconKey: string;
|
|
88
89
|
isLoading: boolean;
|
|
89
90
|
titleText: string;
|
|
90
91
|
distanceOffset: number;
|
|
@@ -94,7 +95,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
94
95
|
optionProps: any;
|
|
95
96
|
showSubTitle: boolean;
|
|
96
97
|
subTitleKey: string;
|
|
97
|
-
iconKey: string;
|
|
98
98
|
textKey: string;
|
|
99
99
|
showImage: boolean;
|
|
100
100
|
triggerTextFunc: (option: unknown) => string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./IncludeExcludeDragDrop.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../IncludeExcludeDragDrop.
|
|
4
|
-
const
|
|
3
|
+
// import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-5764fd61"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../IncludeExcludeDragDrop.
|
|
1
|
+
import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css"; import { defineComponent as Re, computed as p, ref as c, watch as H, provide as Ae, openBlock as i, createBlock as O, unref as l, withCtx as h, createElementVNode as s, renderSlot as v, normalizeClass as N, createTextVNode as C, toDisplayString as le, createCommentVNode as f, createVNode as g, Transition as Pe, createElementBlock as u, mergeProps as w, Fragment as U, renderList as W, toRaw as S, isRef as Ee, nextTick as Fe } from "vue";
|
|
2
2
|
import $e from "../popover/Popover.vue.js";
|
|
3
3
|
import G from "../button/v3/Button.vue.js";
|
|
4
4
|
import "../button/v3/IconButton.vue.js";
|
|
@@ -7,7 +7,7 @@ import ze from "../search/v3/Search.vue.js";
|
|
|
7
7
|
import "../typography/Heading.vue.js";
|
|
8
8
|
import te from "../typography/Text.vue.js";
|
|
9
9
|
import He from "../checkbox/v3/Checkbox.vue.js";
|
|
10
|
-
import b from "../skeleton/Skeleton.vue.js";
|
|
10
|
+
import b from "../skeleton/v3/Skeleton.vue.js";
|
|
11
11
|
import Ne from "../emptyState/v3/EmptyState.vue.js";
|
|
12
12
|
import { useToggle as Ue } from "../../composables/useToggle.js";
|
|
13
13
|
import { IncludeExcludeContext as We } from "./IncludeExcludeContext.js";
|
|
@@ -1339,6 +1339,7 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1339
1339
|
searchPlaceholder: string;
|
|
1340
1340
|
clearable: boolean;
|
|
1341
1341
|
showIcon: boolean;
|
|
1342
|
+
iconKey: string;
|
|
1342
1343
|
isLoading: boolean;
|
|
1343
1344
|
titleText: string;
|
|
1344
1345
|
distanceOffset: number;
|
|
@@ -1348,7 +1349,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1348
1349
|
optionProps: any;
|
|
1349
1350
|
showSubTitle: boolean;
|
|
1350
1351
|
subTitleKey: string;
|
|
1351
|
-
iconKey: string;
|
|
1352
1352
|
textKey: string;
|
|
1353
1353
|
showImage: boolean;
|
|
1354
1354
|
triggerTextFunc: (option: unknown) => string;
|
|
@@ -1377,6 +1377,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1377
1377
|
type: import("vue").PropType<boolean>;
|
|
1378
1378
|
default: boolean;
|
|
1379
1379
|
};
|
|
1380
|
+
iconKey: {
|
|
1381
|
+
type: import("vue").PropType<string>;
|
|
1382
|
+
default: string;
|
|
1383
|
+
};
|
|
1380
1384
|
isLoading: {
|
|
1381
1385
|
type: import("vue").PropType<boolean>;
|
|
1382
1386
|
default: boolean;
|
|
@@ -1414,10 +1418,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1414
1418
|
type: import("vue").PropType<string>;
|
|
1415
1419
|
default: string;
|
|
1416
1420
|
};
|
|
1417
|
-
iconKey: {
|
|
1418
|
-
type: import("vue").PropType<string>;
|
|
1419
|
-
default: string;
|
|
1420
|
-
};
|
|
1421
1421
|
textKey: {
|
|
1422
1422
|
type: import("vue").PropType<string>;
|
|
1423
1423
|
default: string;
|
|
@@ -1436,7 +1436,7 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1436
1436
|
};
|
|
1437
1437
|
}>> & {
|
|
1438
1438
|
"onUpdate:modelValue"?: (val: unknown[]) => any;
|
|
1439
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "searchAttribute" | "searchPlaceholder" | "clearable" | "showIcon" | "isLoading" | "titleText" | "distanceOffset" | "skiddingOffset" | "keyField" | "imgProps" | "optionProps" | "showSubTitle" | "subTitleKey" | "
|
|
1439
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "searchAttribute" | "searchPlaceholder" | "clearable" | "showIcon" | "iconKey" | "isLoading" | "titleText" | "distanceOffset" | "skiddingOffset" | "keyField" | "imgProps" | "optionProps" | "showSubTitle" | "subTitleKey" | "textKey" | "showImage" | "triggerTextFunc">;
|
|
1440
1440
|
$attrs: {
|
|
1441
1441
|
[x: string]: unknown;
|
|
1442
1442
|
};
|
|
@@ -1475,6 +1475,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1475
1475
|
type: import("vue").PropType<boolean>;
|
|
1476
1476
|
default: boolean;
|
|
1477
1477
|
};
|
|
1478
|
+
iconKey: {
|
|
1479
|
+
type: import("vue").PropType<string>;
|
|
1480
|
+
default: string;
|
|
1481
|
+
};
|
|
1478
1482
|
isLoading: {
|
|
1479
1483
|
type: import("vue").PropType<boolean>;
|
|
1480
1484
|
default: boolean;
|
|
@@ -1512,10 +1516,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1512
1516
|
type: import("vue").PropType<string>;
|
|
1513
1517
|
default: string;
|
|
1514
1518
|
};
|
|
1515
|
-
iconKey: {
|
|
1516
|
-
type: import("vue").PropType<string>;
|
|
1517
|
-
default: string;
|
|
1518
|
-
};
|
|
1519
1519
|
textKey: {
|
|
1520
1520
|
type: import("vue").PropType<string>;
|
|
1521
1521
|
default: string;
|
|
@@ -1541,6 +1541,7 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1541
1541
|
searchPlaceholder: string;
|
|
1542
1542
|
clearable: boolean;
|
|
1543
1543
|
showIcon: boolean;
|
|
1544
|
+
iconKey: string;
|
|
1544
1545
|
isLoading: boolean;
|
|
1545
1546
|
titleText: string;
|
|
1546
1547
|
distanceOffset: number;
|
|
@@ -1550,7 +1551,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1550
1551
|
optionProps: any;
|
|
1551
1552
|
showSubTitle: boolean;
|
|
1552
1553
|
subTitleKey: string;
|
|
1553
|
-
iconKey: string;
|
|
1554
1554
|
textKey: string;
|
|
1555
1555
|
showImage: boolean;
|
|
1556
1556
|
triggerTextFunc: (option: unknown) => string;
|
|
@@ -1599,6 +1599,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1599
1599
|
type: import("vue").PropType<boolean>;
|
|
1600
1600
|
default: boolean;
|
|
1601
1601
|
};
|
|
1602
|
+
iconKey: {
|
|
1603
|
+
type: import("vue").PropType<string>;
|
|
1604
|
+
default: string;
|
|
1605
|
+
};
|
|
1602
1606
|
isLoading: {
|
|
1603
1607
|
type: import("vue").PropType<boolean>;
|
|
1604
1608
|
default: boolean;
|
|
@@ -1636,10 +1640,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1636
1640
|
type: import("vue").PropType<string>;
|
|
1637
1641
|
default: string;
|
|
1638
1642
|
};
|
|
1639
|
-
iconKey: {
|
|
1640
|
-
type: import("vue").PropType<string>;
|
|
1641
|
-
default: string;
|
|
1642
|
-
};
|
|
1643
1643
|
textKey: {
|
|
1644
1644
|
type: import("vue").PropType<string>;
|
|
1645
1645
|
default: string;
|
|
@@ -1687,6 +1687,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1687
1687
|
type: import("vue").PropType<boolean>;
|
|
1688
1688
|
default: boolean;
|
|
1689
1689
|
};
|
|
1690
|
+
iconKey: {
|
|
1691
|
+
type: import("vue").PropType<string>;
|
|
1692
|
+
default: string;
|
|
1693
|
+
};
|
|
1690
1694
|
isLoading: {
|
|
1691
1695
|
type: import("vue").PropType<boolean>;
|
|
1692
1696
|
default: boolean;
|
|
@@ -1724,10 +1728,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1724
1728
|
type: import("vue").PropType<string>;
|
|
1725
1729
|
default: string;
|
|
1726
1730
|
};
|
|
1727
|
-
iconKey: {
|
|
1728
|
-
type: import("vue").PropType<string>;
|
|
1729
|
-
default: string;
|
|
1730
|
-
};
|
|
1731
1731
|
textKey: {
|
|
1732
1732
|
type: import("vue").PropType<string>;
|
|
1733
1733
|
default: string;
|
|
@@ -1753,6 +1753,7 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1753
1753
|
searchPlaceholder: string;
|
|
1754
1754
|
clearable: boolean;
|
|
1755
1755
|
showIcon: boolean;
|
|
1756
|
+
iconKey: string;
|
|
1756
1757
|
isLoading: boolean;
|
|
1757
1758
|
titleText: string;
|
|
1758
1759
|
distanceOffset: number;
|
|
@@ -1762,7 +1763,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1762
1763
|
optionProps: any;
|
|
1763
1764
|
showSubTitle: boolean;
|
|
1764
1765
|
subTitleKey: string;
|
|
1765
|
-
iconKey: string;
|
|
1766
1766
|
textKey: string;
|
|
1767
1767
|
showImage: boolean;
|
|
1768
1768
|
triggerTextFunc: (option: unknown) => string;
|
|
@@ -124,10 +124,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
124
124
|
mandatory: boolean;
|
|
125
125
|
autoFocus: boolean;
|
|
126
126
|
prefix: string;
|
|
127
|
-
feedbackVariant: FeedbackVariant;
|
|
128
127
|
hoverHelpText: string;
|
|
129
128
|
hoverHelpTextPlacement: TooltipPositions;
|
|
130
129
|
feedbackText: string;
|
|
130
|
+
feedbackVariant: FeedbackVariant;
|
|
131
131
|
viewOnly: boolean;
|
|
132
132
|
labelDirection: LabelDirection;
|
|
133
133
|
hideNumberArrows: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./TextField.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../TextField.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-473bab9b"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "../../../TextField.
|
|
2
|
-
import
|
|
1
|
+
import "../../../TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css"; import { defineComponent as K, computed as w, ref as G, openBlock as l, createElementBlock as o, mergeProps as y, unref as t, createBlock as u, createCommentVNode as n, createElementVNode as g, normalizeClass as M, renderSlot as F, withCtx as v, createTextVNode as h, toDisplayString as x, withKeys as W, withModifiers as S, createVNode as b, pushScopeId as j, popScopeId as q } from "vue";
|
|
2
|
+
import p from "../../icon/v4/IconV4.vue.js";
|
|
3
3
|
import J from "../../tooltip/v4/TooltipV4.vue.js";
|
|
4
4
|
import T from "../../typography/v4/Typography.vue.js";
|
|
5
5
|
import { InputTestIdModifiers as f } from "../../../testids/index.js";
|
|
@@ -7,7 +7,7 @@ import { inputCommon as Q } from "../common/Input.common.js";
|
|
|
7
7
|
import U from "../../shared/FieldLabel.vue.js";
|
|
8
8
|
import X from "../../shared/FieldHelpText.vue.js";
|
|
9
9
|
import { useTestIdAttrs as Y } from "../../../utils/testIds.js";
|
|
10
|
-
const Z = (e) => (j("data-v-
|
|
10
|
+
const Z = (e) => (j("data-v-473bab9b"), e = e(), q(), e), _ = {
|
|
11
11
|
key: 0,
|
|
12
12
|
class: "icon-container icon-before"
|
|
13
13
|
}, ee = ["value", "placeholder", "disabled", "type", "step", "maxlength"], te = ["onClick"], le = {
|
|
@@ -141,21 +141,20 @@ const Z = (e) => (j("data-v-d4dc4582"), e = e(), q(), e), _ = {
|
|
|
141
141
|
class: "apply-button",
|
|
142
142
|
onClick: S(P, ["stop", "prevent"])
|
|
143
143
|
}, [
|
|
144
|
-
|
|
144
|
+
b(t(p), {
|
|
145
145
|
name: "check",
|
|
146
146
|
size: "20px"
|
|
147
147
|
})
|
|
148
148
|
], 8, te)) : n("", !0),
|
|
149
149
|
e.inlineError || t(d)?.error?.value ? (l(), o("div", le, [
|
|
150
|
-
|
|
150
|
+
b(t(J), y({
|
|
151
151
|
disabled: !e.inlineErrorText && !t(d)?.error?.value,
|
|
152
152
|
text: e.inlineErrorText || t(d)?.error?.value,
|
|
153
153
|
"test-id": e.testId
|
|
154
154
|
}, t(c)[t(f).TOOLTIP]), {
|
|
155
155
|
default: v(() => [
|
|
156
|
-
|
|
156
|
+
b(t(p), {
|
|
157
157
|
name: "warning-circle",
|
|
158
|
-
type: "fill",
|
|
159
158
|
size: "16px"
|
|
160
159
|
})
|
|
161
160
|
]),
|
|
@@ -178,11 +177,11 @@ const Z = (e) => (j("data-v-d4dc4582"), e = e(), q(), e), _ = {
|
|
|
178
177
|
}, t(c)[t(f).TOGGLE_PASSWORD], {
|
|
179
178
|
onClick: a[5] || (a[5] = (i) => m.value = !m.value)
|
|
180
179
|
}), [
|
|
181
|
-
m.value ? (l(), u(t(
|
|
180
|
+
m.value ? (l(), u(t(p), {
|
|
182
181
|
key: 0,
|
|
183
182
|
name: "eye",
|
|
184
183
|
size: "16px"
|
|
185
|
-
})) : (l(), u(t(
|
|
184
|
+
})) : (l(), u(t(p), {
|
|
186
185
|
key: 1,
|
|
187
186
|
name: "eye-slash",
|
|
188
187
|
size: "16px"
|
|
@@ -201,7 +200,7 @@ const Z = (e) => (j("data-v-d4dc4582"), e = e(), q(), e), _ = {
|
|
|
201
200
|
"test-id": e.testId
|
|
202
201
|
}, null, 8, ["text", "variant", "show-icon", "test-id"])) : n("", !0),
|
|
203
202
|
e.maxLength ? (l(), o("div", ie, [
|
|
204
|
-
|
|
203
|
+
b(t(T), { variant: "caption" }, {
|
|
205
204
|
default: v(() => [
|
|
206
205
|
h(x(t(H)) + " ", 1),
|
|
207
206
|
oe,
|
|
@@ -14,10 +14,10 @@ declare const TextFieldTypes: () => ({
|
|
|
14
14
|
mandatory: boolean;
|
|
15
15
|
autoFocus: boolean;
|
|
16
16
|
prefix: string;
|
|
17
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
18
17
|
hoverHelpText: string;
|
|
19
18
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
20
19
|
feedbackText: string;
|
|
20
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
21
21
|
viewOnly: boolean;
|
|
22
22
|
labelDirection: "top" | "inside";
|
|
23
23
|
hideNumberArrows: boolean;
|
|
@@ -70,10 +70,6 @@ declare const TextFieldTypes: () => ({
|
|
|
70
70
|
type: import("vue").PropType<string>;
|
|
71
71
|
default: string;
|
|
72
72
|
};
|
|
73
|
-
feedbackVariant: {
|
|
74
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
75
|
-
default: any;
|
|
76
|
-
};
|
|
77
73
|
hoverHelpText: {
|
|
78
74
|
type: import("vue").PropType<string>;
|
|
79
75
|
default: string;
|
|
@@ -86,6 +82,10 @@ declare const TextFieldTypes: () => ({
|
|
|
86
82
|
type: import("vue").PropType<string>;
|
|
87
83
|
default: string;
|
|
88
84
|
};
|
|
85
|
+
feedbackVariant: {
|
|
86
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
87
|
+
default: any;
|
|
88
|
+
};
|
|
89
89
|
viewOnly: {
|
|
90
90
|
type: import("vue").PropType<boolean>;
|
|
91
91
|
default: boolean;
|
|
@@ -133,7 +133,7 @@ declare const TextFieldTypes: () => ({
|
|
|
133
133
|
}>> & {
|
|
134
134
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
135
135
|
onApply?: () => any;
|
|
136
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "modelValue" | "placeholder" | "mandatory" | "autoFocus" | "prefix" | "
|
|
136
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "modelValue" | "placeholder" | "mandatory" | "autoFocus" | "prefix" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "showFeedbackTextIcon">;
|
|
137
137
|
$attrs: {
|
|
138
138
|
[x: string]: unknown;
|
|
139
139
|
};
|
|
@@ -188,10 +188,6 @@ declare const TextFieldTypes: () => ({
|
|
|
188
188
|
type: import("vue").PropType<string>;
|
|
189
189
|
default: string;
|
|
190
190
|
};
|
|
191
|
-
feedbackVariant: {
|
|
192
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
193
|
-
default: any;
|
|
194
|
-
};
|
|
195
191
|
hoverHelpText: {
|
|
196
192
|
type: import("vue").PropType<string>;
|
|
197
193
|
default: string;
|
|
@@ -204,6 +200,10 @@ declare const TextFieldTypes: () => ({
|
|
|
204
200
|
type: import("vue").PropType<string>;
|
|
205
201
|
default: string;
|
|
206
202
|
};
|
|
203
|
+
feedbackVariant: {
|
|
204
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
205
|
+
default: any;
|
|
206
|
+
};
|
|
207
207
|
viewOnly: {
|
|
208
208
|
type: import("vue").PropType<boolean>;
|
|
209
209
|
default: boolean;
|
|
@@ -267,10 +267,10 @@ declare const TextFieldTypes: () => ({
|
|
|
267
267
|
mandatory: boolean;
|
|
268
268
|
autoFocus: boolean;
|
|
269
269
|
prefix: string;
|
|
270
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
271
270
|
hoverHelpText: string;
|
|
272
271
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
273
272
|
feedbackText: string;
|
|
273
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
274
274
|
viewOnly: boolean;
|
|
275
275
|
labelDirection: "top" | "inside";
|
|
276
276
|
hideNumberArrows: boolean;
|
|
@@ -343,10 +343,6 @@ declare const TextFieldTypes: () => ({
|
|
|
343
343
|
type: import("vue").PropType<string>;
|
|
344
344
|
default: string;
|
|
345
345
|
};
|
|
346
|
-
feedbackVariant: {
|
|
347
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
348
|
-
default: any;
|
|
349
|
-
};
|
|
350
346
|
hoverHelpText: {
|
|
351
347
|
type: import("vue").PropType<string>;
|
|
352
348
|
default: string;
|
|
@@ -359,6 +355,10 @@ declare const TextFieldTypes: () => ({
|
|
|
359
355
|
type: import("vue").PropType<string>;
|
|
360
356
|
default: string;
|
|
361
357
|
};
|
|
358
|
+
feedbackVariant: {
|
|
359
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
360
|
+
default: any;
|
|
361
|
+
};
|
|
362
362
|
viewOnly: {
|
|
363
363
|
type: import("vue").PropType<boolean>;
|
|
364
364
|
default: boolean;
|
|
@@ -453,10 +453,6 @@ declare const TextFieldTypes: () => ({
|
|
|
453
453
|
type: import("vue").PropType<string>;
|
|
454
454
|
default: string;
|
|
455
455
|
};
|
|
456
|
-
feedbackVariant: {
|
|
457
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
458
|
-
default: any;
|
|
459
|
-
};
|
|
460
456
|
hoverHelpText: {
|
|
461
457
|
type: import("vue").PropType<string>;
|
|
462
458
|
default: string;
|
|
@@ -469,6 +465,10 @@ declare const TextFieldTypes: () => ({
|
|
|
469
465
|
type: import("vue").PropType<string>;
|
|
470
466
|
default: string;
|
|
471
467
|
};
|
|
468
|
+
feedbackVariant: {
|
|
469
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
470
|
+
default: any;
|
|
471
|
+
};
|
|
472
472
|
viewOnly: {
|
|
473
473
|
type: import("vue").PropType<boolean>;
|
|
474
474
|
default: boolean;
|
|
@@ -532,10 +532,10 @@ declare const TextFieldTypes: () => ({
|
|
|
532
532
|
mandatory: boolean;
|
|
533
533
|
autoFocus: boolean;
|
|
534
534
|
prefix: string;
|
|
535
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
536
535
|
hoverHelpText: string;
|
|
537
536
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
538
537
|
feedbackText: string;
|
|
538
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
539
539
|
viewOnly: boolean;
|
|
540
540
|
labelDirection: "top" | "inside";
|
|
541
541
|
hideNumberArrows: boolean;
|
|
@@ -39,8 +39,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
39
39
|
}, {
|
|
40
40
|
title: string;
|
|
41
41
|
testId: string;
|
|
42
|
-
noPadding: boolean;
|
|
43
42
|
actionButtons: boolean;
|
|
43
|
+
noPadding: boolean;
|
|
44
44
|
saveLabel: string;
|
|
45
45
|
cancelLabel: string;
|
|
46
46
|
saveLoading: boolean;
|
|
@@ -202,8 +202,8 @@ declare const FormCardTypes: () => (({
|
|
|
202
202
|
$props: Partial<{
|
|
203
203
|
title: string;
|
|
204
204
|
testId: string;
|
|
205
|
-
noPadding: boolean;
|
|
206
205
|
actionButtons: boolean;
|
|
206
|
+
noPadding: boolean;
|
|
207
207
|
saveLabel: string;
|
|
208
208
|
cancelLabel: string;
|
|
209
209
|
saveLoading: boolean;
|
|
@@ -216,11 +216,11 @@ declare const FormCardTypes: () => (({
|
|
|
216
216
|
type: import("vue").PropType<string>;
|
|
217
217
|
default: string;
|
|
218
218
|
};
|
|
219
|
-
|
|
219
|
+
actionButtons: {
|
|
220
220
|
type: import("vue").PropType<boolean>;
|
|
221
221
|
default: boolean;
|
|
222
222
|
};
|
|
223
|
-
|
|
223
|
+
noPadding: {
|
|
224
224
|
type: import("vue").PropType<boolean>;
|
|
225
225
|
default: boolean;
|
|
226
226
|
};
|
|
@@ -239,7 +239,7 @@ declare const FormCardTypes: () => (({
|
|
|
239
239
|
}>> & {
|
|
240
240
|
onCancel?: () => any;
|
|
241
241
|
onSave?: () => any;
|
|
242
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "
|
|
242
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "actionButtons" | "noPadding" | "saveLabel" | "cancelLabel" | "saveLoading">;
|
|
243
243
|
$attrs: {
|
|
244
244
|
[x: string]: unknown;
|
|
245
245
|
};
|
|
@@ -262,11 +262,11 @@ declare const FormCardTypes: () => (({
|
|
|
262
262
|
type: import("vue").PropType<string>;
|
|
263
263
|
default: string;
|
|
264
264
|
};
|
|
265
|
-
|
|
265
|
+
actionButtons: {
|
|
266
266
|
type: import("vue").PropType<boolean>;
|
|
267
267
|
default: boolean;
|
|
268
268
|
};
|
|
269
|
-
|
|
269
|
+
noPadding: {
|
|
270
270
|
type: import("vue").PropType<boolean>;
|
|
271
271
|
default: boolean;
|
|
272
272
|
};
|
|
@@ -291,8 +291,8 @@ declare const FormCardTypes: () => (({
|
|
|
291
291
|
}, string, {
|
|
292
292
|
title: string;
|
|
293
293
|
testId: string;
|
|
294
|
-
noPadding: boolean;
|
|
295
294
|
actionButtons: boolean;
|
|
295
|
+
noPadding: boolean;
|
|
296
296
|
saveLabel: string;
|
|
297
297
|
cancelLabel: string;
|
|
298
298
|
saveLoading: boolean;
|
|
@@ -325,11 +325,11 @@ declare const FormCardTypes: () => (({
|
|
|
325
325
|
type: import("vue").PropType<string>;
|
|
326
326
|
default: string;
|
|
327
327
|
};
|
|
328
|
-
|
|
328
|
+
actionButtons: {
|
|
329
329
|
type: import("vue").PropType<boolean>;
|
|
330
330
|
default: boolean;
|
|
331
331
|
};
|
|
332
|
-
|
|
332
|
+
noPadding: {
|
|
333
333
|
type: import("vue").PropType<boolean>;
|
|
334
334
|
default: boolean;
|
|
335
335
|
};
|
|
@@ -361,11 +361,11 @@ declare const FormCardTypes: () => (({
|
|
|
361
361
|
type: import("vue").PropType<string>;
|
|
362
362
|
default: string;
|
|
363
363
|
};
|
|
364
|
-
|
|
364
|
+
actionButtons: {
|
|
365
365
|
type: import("vue").PropType<boolean>;
|
|
366
366
|
default: boolean;
|
|
367
367
|
};
|
|
368
|
-
|
|
368
|
+
noPadding: {
|
|
369
369
|
type: import("vue").PropType<boolean>;
|
|
370
370
|
default: boolean;
|
|
371
371
|
};
|
|
@@ -390,8 +390,8 @@ declare const FormCardTypes: () => (({
|
|
|
390
390
|
}, string, {
|
|
391
391
|
title: string;
|
|
392
392
|
testId: string;
|
|
393
|
-
noPadding: boolean;
|
|
394
393
|
actionButtons: boolean;
|
|
394
|
+
noPadding: boolean;
|
|
395
395
|
saveLabel: string;
|
|
396
396
|
cancelLabel: string;
|
|
397
397
|
saveLoading: boolean;
|
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
import "../../MultiBarMenu.vue_vue_type_style_index_0_scoped_ae2bbc6c_lang.css"; import { defineComponent as
|
|
1
|
+
import "../../MultiBarMenu.vue_vue_type_style_index_0_scoped_ae2bbc6c_lang.css"; import { defineComponent as s, openBlock as l, createBlock as d, unref as t, withCtx as o, createVNode as m, createSlots as c, createTextVNode as u, toDisplayString as f } from "vue";
|
|
2
2
|
import _ from "../dropdown/v4/DropdownV4.vue.js";
|
|
3
3
|
import "../dropdown/v4/DefaultDropdownTrigger.vue.js";
|
|
4
4
|
import "../dropdown/v4/IconButtonDropdownTrigger.vue.js";
|
|
5
5
|
import "../dropdown/v4/ChipDropdownTrigger.vue.js";
|
|
6
|
+
import "../dropdown/v4/AppDropdownTrigger.vue.js";
|
|
6
7
|
import g from "../dropdown/v4/OptionV4.vue.js";
|
|
7
8
|
import x from "../icon/v4/IconV4.vue.js";
|
|
8
|
-
const
|
|
9
|
+
const C = /* @__PURE__ */ s({
|
|
9
10
|
__name: "MultiBarMenu",
|
|
10
11
|
props: {
|
|
11
12
|
menuItems: { default: () => [] }
|
|
12
13
|
},
|
|
13
14
|
emits: ["selected"],
|
|
14
|
-
setup(a, { emit:
|
|
15
|
+
setup(a, { emit: p }) {
|
|
15
16
|
const n = (r) => r.title;
|
|
16
|
-
return (r, i) => (
|
|
17
|
+
return (r, i) => (l(), d(t(_), {
|
|
17
18
|
class: "multi-bar-menu",
|
|
18
19
|
options: a.menuItems,
|
|
19
20
|
"display-value": n,
|
|
20
21
|
"predefined-trigger": "icon-button",
|
|
21
22
|
placement: "right-end",
|
|
22
23
|
skidding: -20,
|
|
23
|
-
"onUpdate:selected": i[0] || (i[0] = (e) =>
|
|
24
|
+
"onUpdate:selected": i[0] || (i[0] = (e) => p("selected", e))
|
|
24
25
|
}, {
|
|
25
26
|
default: o(({ option: e }) => [
|
|
26
27
|
m(t(g), { option: e }, c({
|
|
@@ -46,5 +47,5 @@ const w = /* @__PURE__ */ l({
|
|
|
46
47
|
}
|
|
47
48
|
});
|
|
48
49
|
export {
|
|
49
|
-
|
|
50
|
+
C as default
|
|
50
51
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import e from "./Skeleton.vue2.js";
|
|
2
|
+
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../Skeleton.vue_vue_type_style_index_0_scoped_5ed40068_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-5ed40068"]]);
|
|
5
|
+
export {
|
|
6
|
+
p as default
|
|
7
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "
|
|
1
|
+
import "../../../Skeleton.vue_vue_type_style_index_0_scoped_5ed40068_lang.css"; import { defineComponent as l, openBlock as n, createElementBlock as t, normalizeClass as r, renderSlot as a } from "vue";
|
|
2
2
|
const i = /* @__PURE__ */ l({
|
|
3
3
|
__name: "Skeleton",
|
|
4
4
|
props: {
|