@orderingstack/front-components-product-configurator 1.6.0-beta.1 → 1.6.0-beta.2
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/index.cjs.js +5 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/utils/index.d.ts +2 -2
- package/dist/utils/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IProduct } from '@orderingstack/ordering-types';
|
|
1
|
+
import { EProductKind, EProductKindBucket, IProduct } from '@orderingstack/ordering-types';
|
|
2
2
|
export declare function classNames(...classes: unknown[]): string;
|
|
3
3
|
export declare const isZeroString: (value: string) => boolean;
|
|
4
4
|
export declare const isApiBooleanTrue: (value?: boolean | string) => boolean;
|
|
@@ -8,5 +8,5 @@ export declare const getOptionsKindId: (contextName: string) => string;
|
|
|
8
8
|
export declare const getItemImage: (item: IProduct) => string;
|
|
9
9
|
export declare const isVisible: (item: IProduct) => boolean;
|
|
10
10
|
export declare function findGroupInProductItemsBySelCtx(selCtx: string, parent: IProduct): IProduct | null;
|
|
11
|
-
export declare const
|
|
11
|
+
export declare const isAnyGroupOptionKind: (kind: EProductKind | EProductKindBucket) => Boolean;
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAA;AAE1F,wBAAgB,UAAU,CAAC,GAAG,OAAO,EAAE,OAAO,EAAE,GAAG,MAAM,CAExD;AAED,eAAO,MAAM,YAAY,UAAW,MAAM,KAAG,OAK5C,CAAA;AAED,eAAO,MAAM,gBAAgB,WAAY,OAAO,GAAG,MAAM,KAAG,OAK3D,CAAA;AAED,eAAO,MAAM,YAAY,WACf,MAAM,GAAG,SAAS,UAClB,MAAM,GAAG,SAAS,iBACX,OAAO,GAAG,SAAS,KACjC,MAOF,CAAA;AAED,eAAO,MAAM,UAAU,OAAQ,MAAM,SAOpC,CAAA;AAED,eAAO,MAAM,gBAAgB,gBAAiB,MAAM,KAAG,MAEtD,CAAA;AAED,eAAO,MAAM,YAAY,SAAU,QAAQ,WAI1C,CAAA;AAED,eAAO,MAAM,SAAS,SAAU,QAAQ,YAOvC,CAAA;AAED,wBAAgB,+BAA+B,CAC7C,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,QAAQ,GACf,QAAQ,GAAG,IAAI,CAsBjB;AAED,eAAO,MAAM,oBAAoB,SAAU,YAAY,GAAG,kBAAkB,KAAG,OAG3C,CAAA"}
|