@lucca-front/ng 21.3.0 → 21.3.1-rc.1

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.
@@ -6,7 +6,7 @@ declare class FormHeaderComponent {
6
6
  */
7
7
  readonly headingLevel: i0.InputSignal<1 | 2 | 3 | 4 | 5 | 6>;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FormHeaderComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<FormHeaderComponent, "lu-form-header]", never, { "headingLevel": { "alias": "headingLevel"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormHeaderComponent, "lu-form-header", never, { "headingLevel": { "alias": "headingLevel"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
10
10
  }
11
11
 
12
12
  /**
@@ -8,7 +8,7 @@ declare class SoftwareIconComponent {
8
8
  readonly domain = "https://cdn.lucca.fr";
9
9
  readonly path = "/transverse/prisme/visuals/software-icon/";
10
10
  readonly extension = ".svg";
11
- readonly icon: _angular_core.InputSignal<"absences" | "timesheet" | "office" | "projects" | "shifts" | "performance" | "engagement" | "training" | "recruitment" | "mood" | "analytics" | "employee-administration" | "shared-documents" | "faces" | "business-expenses" | "invoices" | "payment-methods" | "accounting-assistant" | "certified-einvoicing-platform" | "compensation" | "payslip" | "benefits" | "payroll-assistant" | "cloud-control" | "ask-lucca" | "calendar" | "administration" | "client-center" | "sandbox" | "store" | "lucca">;
11
+ readonly icon: _angular_core.InputSignal<"absences" | "timesheet" | "office" | "projects" | "shifts" | "performance" | "engagement" | "training" | "recruitment" | "mood" | "analytics" | "employee-administration" | "shared-documents" | "faces" | "business-expenses" | "invoices" | "payment-methods" | "accounting-assistant" | "certified-einvoicing-platform" | "compensation" | "payslip" | "benefits" | "payroll-assistant" | "cloud-control" | "ask-lucca" | "ask-salesforce" | "calendar" | "administration" | "client-center" | "sandbox" | "store" | "lucca">;
12
12
  readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
13
13
  readonly withTooltip: _angular_core.InputSignalWithTransform<boolean, unknown>;
14
14
  readonly iconAlt: _angular_core.InputSignal<string>;
@@ -23,7 +23,7 @@ declare class SoftwareIconComponent {
23
23
  */
24
24
  declare const SOFTWARE_ICON_SIZE: readonly ["XXS", "XS", "S", "L"];
25
25
  type SoftwareIconSize = (typeof SOFTWARE_ICON_SIZE)[number];
26
- declare const SOFTWARE_ICON: readonly ["absences", "timesheet", "office", "projects", "shifts", "performance", "engagement", "training", "recruitment", "mood", "analytics", "employee-administration", "shared-documents", "faces", "business-expenses", "invoices", "payment-methods", "accounting-assistant", "certified-einvoicing-platform", "compensation", "payslip", "benefits", "payroll-assistant", "cloud-control", "ask-lucca", "calendar", "administration", "client-center", "sandbox", "store", "lucca"];
26
+ declare const SOFTWARE_ICON: readonly ["absences", "timesheet", "office", "projects", "shifts", "performance", "engagement", "training", "recruitment", "mood", "analytics", "employee-administration", "shared-documents", "faces", "business-expenses", "invoices", "payment-methods", "accounting-assistant", "certified-einvoicing-platform", "compensation", "payslip", "benefits", "payroll-assistant", "cloud-control", "ask-lucca", "ask-salesforce", "calendar", "administration", "client-center", "sandbox", "store", "lucca"];
27
27
  type SoftwareIcon = (typeof SOFTWARE_ICON)[number];
28
28
 
29
29
  export { LU_SOFTWARE_ICON_WRAPPER, SOFTWARE_ICON, SOFTWARE_ICON_SIZE, SoftwareIconComponent };
@@ -169,6 +169,7 @@ declare class TimePickerComponent extends BasePickerComponent {
169
169
  protected readonly hoursDisplay: _angular_core.Signal<number | "––">;
170
170
  protected readonly minutesDisplay: _angular_core.Signal<number | "––">;
171
171
  protected readonly hours: _angular_core.Signal<number>;
172
+ protected readonly hoursInputValue: _angular_core.Signal<number | "––">;
172
173
  protected readonly minutes: _angular_core.Signal<number>;
173
174
  protected readonly pickerClasses: _angular_core.Signal<{
174
175
  [x: string]: boolean;