@alfalab/core-components-picker-button 11.12.8 → 11.12.10
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/{esm/Component-a9c8f92e.d.ts → Component-55db088c.d.ts} +1 -1
- package/Component-c44170fe.d.ts +5 -11
- package/Component-ebda875c.d.ts +12 -0
- package/{cssm/consts-ef43bf1b.d.ts → consts-98cfb385.d.ts} +1 -0
- package/{Component-a9c8f92e.d.ts → cssm/Component-55db088c.d.ts} +1 -1
- package/cssm/Component-c44170fe.d.ts +5 -11
- package/cssm/Component-ebda875c.d.ts +12 -0
- package/{esm/consts-ef43bf1b.d.ts → cssm/consts-98cfb385.d.ts} +1 -0
- package/cssm/field/Component.d.ts +1 -1
- package/cssm/{typings-a9c8f92e.d.ts → typings-55db088c.d.ts} +41 -32
- package/cssm/utils-34f6b81b.d.ts +1 -1
- package/desktop/Component.desktop.js +1 -1
- package/{modern/Component-a9c8f92e.d.ts → esm/Component-55db088c.d.ts} +1 -1
- package/esm/Component-c44170fe.d.ts +5 -11
- package/esm/Component-ebda875c.d.ts +12 -0
- package/{consts-ef43bf1b.d.ts → esm/consts-98cfb385.d.ts} +1 -0
- package/esm/desktop/Component.desktop.js +1 -1
- package/esm/field/Component.d.ts +1 -1
- package/esm/field/Component.js +1 -1
- package/esm/field/index.css +6 -6
- package/esm/index.css +5 -5
- package/esm/option/Component.js +1 -1
- package/esm/option/index.css +4 -4
- package/esm/{typings-a9c8f92e.d.ts → typings-55db088c.d.ts} +41 -32
- package/esm/utils-34f6b81b.d.ts +1 -1
- package/field/Component.d.ts +1 -1
- package/field/Component.js +1 -1
- package/field/index.css +6 -6
- package/index.css +5 -5
- package/{cssm/Component-a9c8f92e.d.ts → modern/Component-55db088c.d.ts} +1 -1
- package/modern/Component-c44170fe.d.ts +5 -11
- package/modern/Component-ebda875c.d.ts +12 -0
- package/modern/{consts-ef43bf1b.d.ts → consts-98cfb385.d.ts} +1 -0
- package/modern/desktop/Component.desktop.js +1 -1
- package/modern/field/Component.d.ts +1 -1
- package/modern/field/Component.js +1 -1
- package/modern/field/index.css +6 -6
- package/modern/index.css +5 -5
- package/modern/option/Component.js +1 -1
- package/modern/option/index.css +4 -4
- package/modern/{typings-a9c8f92e.d.ts → typings-55db088c.d.ts} +41 -32
- package/modern/utils-34f6b81b.d.ts +1 -1
- package/moderncssm/Component-55db088c.d.ts +5 -0
- package/moderncssm/Component-c44170fe.d.ts +5 -11
- package/moderncssm/Component-ebda875c.d.ts +12 -0
- package/moderncssm/consts-98cfb385.d.ts +13 -0
- package/moderncssm/field/Component.d.ts +1 -1
- package/moderncssm/{typings-a9c8f92e.d.ts → typings-55db088c.d.ts} +41 -32
- package/moderncssm/utils-34f6b81b.d.ts +1 -1
- package/option/Component.js +1 -1
- package/option/index.css +4 -4
- package/package.json +9 -9
- package/typings-55db088c.d.ts +1463 -0
- package/utils-34f6b81b.d.ts +1 -1
- package/@alfalab/icons-glyph/package.json +0 -14
- package/moderncssm/Component-a9c8f92e.d.ts +0 -5
- package/moderncssm/consts-ef43bf1b.d.ts +0 -12
- package/typings-a9c8f92e.d.ts +0 -1454
package/utils-34f6b81b.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode, RefObject } from 'react';
|
|
2
|
-
import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-
|
|
2
|
+
import { BaseSelectProps, GroupShape, OptionShape, OptionsListProps } from "./typings-55db088c";
|
|
3
3
|
declare const isGroup: (item: OptionShape | GroupShape) => item is GroupShape;
|
|
4
4
|
declare const isOptionShape: (item: OptionShape | string | null) => item is OptionShape;
|
|
5
5
|
declare const joinOptions: ({ selected, selectedMultiple, }: {
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@alfalab/icons-glyph",
|
|
3
|
-
"version": "2.140.0",
|
|
4
|
-
"license": "MIT",
|
|
5
|
-
"peerDependencies": {
|
|
6
|
-
"react": ">=16.8.0",
|
|
7
|
-
"react-dom": ">=16.8.0"
|
|
8
|
-
},
|
|
9
|
-
"main": "./index.js",
|
|
10
|
-
"module": "./esm/index.js",
|
|
11
|
-
"publishConfig": {
|
|
12
|
-
"access": "public"
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare const DEFAULT_VISIBLE_OPTIONS = 5;
|
|
2
|
-
declare const SIZE_TO_CLASSNAME_MAP: {
|
|
3
|
-
s: string;
|
|
4
|
-
m: string;
|
|
5
|
-
l: string;
|
|
6
|
-
xl: string;
|
|
7
|
-
48: string;
|
|
8
|
-
56: string;
|
|
9
|
-
64: string;
|
|
10
|
-
72: string;
|
|
11
|
-
};
|
|
12
|
-
export { DEFAULT_VISIBLE_OPTIONS, SIZE_TO_CLASSNAME_MAP };
|