@acorex/platform 20.0.20 → 20.0.21
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/package.json
CHANGED
package/widgets/index.d.ts
CHANGED
|
@@ -245,7 +245,9 @@ declare class AXPDateTimeBoxWidgetViewComponent extends AXPValueWidgetComponent<
|
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
declare class AXPDateTimeBoxWidgetEditComponent extends AXPValueWidgetComponent<string | string[]> {
|
|
248
|
+
#private;
|
|
248
249
|
protected validationService: AXValidationService;
|
|
250
|
+
private settingService;
|
|
249
251
|
protected validationMessage?: string | null;
|
|
250
252
|
protected multiple: Signal<boolean>;
|
|
251
253
|
protected clearButton: Signal<boolean>;
|
|
@@ -254,7 +256,7 @@ declare class AXPDateTimeBoxWidgetEditComponent extends AXPValueWidgetComponent<
|
|
|
254
256
|
protected placeholder: Signal<string>;
|
|
255
257
|
protected internalValue: Signal<string[]>;
|
|
256
258
|
protected handleValueChange(e: AXValueChangedEvent, i: number): void;
|
|
257
|
-
protected calendarFormat:
|
|
259
|
+
protected calendarFormat: _angular_core.WritableSignal<string>;
|
|
258
260
|
protected addItem(): void;
|
|
259
261
|
protected deleteItem(i: number): void;
|
|
260
262
|
private get __class();
|