@unicom-cloud/ui 0.8.105 → 0.8.106

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.
@@ -80,6 +80,12 @@ export interface SegmentedProps {
80
80
  * @description 用于表单提交和键盘导航
81
81
  */
82
82
  name?: string;
83
+ /**
84
+ * @zh 是否在挂载后立即触发一次 onChange(当有默认值时)
85
+ * @en Whether to trigger onChange once after mount (when there is a default value)
86
+ * @defaultValue false
87
+ */
88
+ immediateTrigger?: boolean;
83
89
  /**
84
90
  * 变化时的回调函数
85
91
  * @param value - 当前选中的值
package/version/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const I = "2025-07-16 14:47:58", t = "1752648478985", E = "2.66.0";
1
+ const I = "2025-07-16 17:37:00", t = "1752658620292", E = "2.66.0";
2
2
  export {
3
3
  E as VERSION,
4
4
  I as VERSION_BUILD_DATE,