@namiml/sdk-core 3.4.0-dev.202605201800 → 3.4.0-dev.202605261547
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 +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -98,7 +98,7 @@ const {
|
|
|
98
98
|
// version — stamped by scripts/version.sh
|
|
99
99
|
NAMI_SDK_VERSION: exports.NAMI_SDK_VERSION = "3.4.0",
|
|
100
100
|
// full package version including dev suffix — stamped by scripts/version.sh
|
|
101
|
-
NAMI_SDK_PACKAGE_VERSION: exports.NAMI_SDK_PACKAGE_VERSION = "3.4.0-dev.
|
|
101
|
+
NAMI_SDK_PACKAGE_VERSION: exports.NAMI_SDK_PACKAGE_VERSION = "3.4.0-dev.202605261547",
|
|
102
102
|
// environments
|
|
103
103
|
PRODUCTION: exports.PRODUCTION = "production", DEVELOPMENT: exports.DEVELOPMENT = "development",
|
|
104
104
|
// error messages
|
package/dist/index.d.ts
CHANGED
|
@@ -712,6 +712,8 @@ type TResponsiveGrid = TBaseComponent & {
|
|
|
712
712
|
loopVariable?: string;
|
|
713
713
|
loopSource?: string;
|
|
714
714
|
loopSourceConditions: TTestObject[];
|
|
715
|
+
groupBy?: string;
|
|
716
|
+
groupHeaderTemplate?: TComponent;
|
|
715
717
|
};
|
|
716
718
|
type TRepeatingGrid = TBaseComponent & {
|
|
717
719
|
component: "repeatingGrid";
|
|
@@ -723,6 +725,8 @@ type TRepeatingGrid = TBaseComponent & {
|
|
|
723
725
|
columnSpacing?: number;
|
|
724
726
|
rowSpacing?: number;
|
|
725
727
|
itemAlignment?: string;
|
|
728
|
+
groupBy?: string;
|
|
729
|
+
groupHeaderTemplate?: TComponent;
|
|
726
730
|
};
|
|
727
731
|
type TToggleSwitch = TBaseComponent & {
|
|
728
732
|
component: 'toggleSwitch';
|
package/dist/index.mjs
CHANGED
|
@@ -96,7 +96,7 @@ const {
|
|
|
96
96
|
// version — stamped by scripts/version.sh
|
|
97
97
|
NAMI_SDK_VERSION = "3.4.0",
|
|
98
98
|
// full package version including dev suffix — stamped by scripts/version.sh
|
|
99
|
-
NAMI_SDK_PACKAGE_VERSION = "3.4.0-dev.
|
|
99
|
+
NAMI_SDK_PACKAGE_VERSION = "3.4.0-dev.202605261547",
|
|
100
100
|
// environments
|
|
101
101
|
PRODUCTION = "production", DEVELOPMENT = "development",
|
|
102
102
|
// error messages
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@namiml/sdk-core",
|
|
3
|
-
"version": "3.4.0-dev.
|
|
3
|
+
"version": "3.4.0-dev.202605261547",
|
|
4
4
|
"description": "Platform-agnostic core for the Nami SDK — business logic, API, types, and state management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|