@nuwatop/code-canvas-core 0.2.7 → 0.2.9
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.
|
@@ -25,7 +25,8 @@ export interface AndDynamicContainerProps {
|
|
|
25
25
|
placeholderFlexDirection?: 'column' | 'row';
|
|
26
26
|
/**
|
|
27
27
|
* 迭代器行下标(由父级传入,如 AndIterator.map 的 index)。
|
|
28
|
-
* 会并入传给动态根组件的 props,供子树内拼 dataSetField(如 `items[${index}].field`)。
|
|
28
|
+
* - 会并入传给动态根组件的 props,供子树内拼 dataSetField(如 `items[${index}].field`)。
|
|
29
|
+
* - 当 storePropsKey 的首段无字面量 [n] 时,与 storePropsKey 组合为按行读取 store(等价于 baseKey[index])。
|
|
29
30
|
*/
|
|
30
31
|
index?: number;
|
|
31
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndDynamicContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AndDynamicContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAQjD,MAAM,WAAW,wBAAwB;IACvC,eAAe;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe;IACf,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACrC,6BAA6B;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW;IACX,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS;IACT,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,qBAAqB;IACrB,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;IACtE,4BAA4B;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yCAAyC;IACzC,wBAAwB,CAAC,EAAE,QAAQ,GAAG,KAAK,CAAC;IAC5C;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAoCD;;;;;;;;;GASG;AACH,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CA0JlE,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|