@elliemae/ds-form-combobox 3.70.0-next.39 → 3.70.0-next.40
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/package.json +15 -15
- package/dist/types/tests/DSCombobox.a11y.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.api.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.creatable.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.data-testid.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.disabled.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.events.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.exports.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.force-focus-first-option-on-type.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.get-owner-props.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.keyboard.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.multi-select.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.onlyselectable.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.pui-18034.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.pui-18238.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.pui-18541.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.read-only.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.single-select.test.d.ts +0 -1
- package/dist/types/tests/DSCombobox.usemask.test.d.ts +0 -1
- package/dist/types/tests/utils.d.ts +0 -30
- package/dist/types/typescript-testing/slot-props.d.ts +0 -1
- package/dist/types/typescript-testing/typescript-combobox-multi-valid.d.ts +0 -1
- package/dist/types/typescript-testing/typescript-combobox-single-valid.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-combobox",
|
|
3
|
-
"version": "3.70.0-next.
|
|
3
|
+
"version": "3.70.0-next.40",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Combobox",
|
|
6
6
|
"files": [
|
|
@@ -37,26 +37,26 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"uid": "^2.0.2",
|
|
40
|
-
"@elliemae/ds-button-v2": "3.70.0-next.
|
|
41
|
-
"@elliemae/ds-fast-list": "3.70.0-next.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-menu-items": "3.70.0-next.
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-props-helpers": "3.70.0-next.
|
|
49
|
-
"@elliemae/ds-system": "3.70.0-next.
|
|
50
|
-
"@elliemae/ds-typography": "3.70.0-next.
|
|
40
|
+
"@elliemae/ds-button-v2": "3.70.0-next.40",
|
|
41
|
+
"@elliemae/ds-fast-list": "3.70.0-next.40",
|
|
42
|
+
"@elliemae/ds-circular-progress-indicator": "3.70.0-next.40",
|
|
43
|
+
"@elliemae/ds-floating-context": "3.70.0-next.40",
|
|
44
|
+
"@elliemae/ds-menu-items": "3.70.0-next.40",
|
|
45
|
+
"@elliemae/ds-grid": "3.70.0-next.40",
|
|
46
|
+
"@elliemae/ds-icons": "3.70.0-next.40",
|
|
47
|
+
"@elliemae/ds-pills-v2": "3.70.0-next.40",
|
|
48
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.40",
|
|
49
|
+
"@elliemae/ds-system": "3.70.0-next.40",
|
|
50
|
+
"@elliemae/ds-typography": "3.70.0-next.40"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@elliemae/pui-theme": "~2.13.0",
|
|
54
54
|
"jest": "^30.0.0",
|
|
55
55
|
"styled-components": "~5.3.9",
|
|
56
56
|
"styled-system": "^5.1.5",
|
|
57
|
-
"@elliemae/ds-
|
|
58
|
-
"@elliemae/ds-
|
|
59
|
-
"@elliemae/ds-test-utils": "3.70.0-next.
|
|
57
|
+
"@elliemae/ds-monorepo-devops": "3.70.0-next.40",
|
|
58
|
+
"@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.40",
|
|
59
|
+
"@elliemae/ds-test-utils": "3.70.0-next.40"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"@elliemae/pui-theme": "~2.13.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export const basicOptions: {
|
|
2
|
-
dsId: string;
|
|
3
|
-
type: string;
|
|
4
|
-
value: string;
|
|
5
|
-
label: string;
|
|
6
|
-
}[];
|
|
7
|
-
export const groupedOptions: ({
|
|
8
|
-
dsId: string;
|
|
9
|
-
type: string;
|
|
10
|
-
value: string;
|
|
11
|
-
label: string;
|
|
12
|
-
} | {
|
|
13
|
-
dsId: string;
|
|
14
|
-
type: string;
|
|
15
|
-
value?: undefined;
|
|
16
|
-
label?: undefined;
|
|
17
|
-
} | {
|
|
18
|
-
dsId: string;
|
|
19
|
-
type: string;
|
|
20
|
-
label: string;
|
|
21
|
-
value?: undefined;
|
|
22
|
-
})[];
|
|
23
|
-
export const selectOptions: string[];
|
|
24
|
-
export const optionsWithApplyAriaDisabled: {
|
|
25
|
-
dsId: string;
|
|
26
|
-
type: string;
|
|
27
|
-
value: string;
|
|
28
|
-
label: string;
|
|
29
|
-
applyAriaDisabled: boolean;
|
|
30
|
-
}[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|