@choosemycompany/ui 0.34.0 → 0.35.0

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.d.ts CHANGED
@@ -18,6 +18,8 @@ import { GlobalComponents } from 'vue';
18
18
  import { GlobalDirectives } from 'vue';
19
19
  import { HoverMenuConfig } from './CmcTable.d.ts';
20
20
  import { MethodOptions } from 'vue';
21
+ import { Month } from './types';
22
+ import { Month as Month_2 } from '../../../../../../../src/types';
21
23
  import { MultiselectMixinProps } from 'vue-multiselect';
22
24
  import { PointerMixinProps } from 'vue-multiselect';
23
25
  import { PublicProps } from 'vue';
@@ -570,12 +572,20 @@ declare interface CertificateProps {
570
572
  primaryType: PrimaryType;
571
573
  rank?: Rank;
572
574
  period: number;
573
- month?: Month;
575
+ month?: Month_2;
574
576
  country: string;
575
577
  width?: number;
576
578
  height?: number;
579
+ version?: CertificateVersion;
577
580
  }
578
581
 
582
+ export declare type CertificateVersion = (typeof certificateVersionOptions)[keyof typeof certificateVersionOptions];
583
+
584
+ export declare const certificateVersionOptions: {
585
+ readonly cmc2026: "cmc-2026";
586
+ readonly cmc2026haw: "cmc-2026-haw";
587
+ };
588
+
579
589
  export declare const CmcAlert: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
580
590
  click: () => any;
581
591
  }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -611,6 +621,7 @@ export declare const CmcButtonGroup: __VLS_WithTemplateSlots_2<typeof __VLS_comp
611
621
 
612
622
  export declare const CmcCertificate: DefineComponent<CertificateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CertificateProps> & Readonly<{}>, {
613
623
  rank: Rank;
624
+ version: CertificateVersion;
614
625
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
615
626
 
616
627
  export declare const CmcCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -872,9 +883,9 @@ export declare const inputVariantOptions: {
872
883
  readonly borderless: "borderless";
873
884
  };
874
885
 
875
- declare type Month = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
886
+ export { Month }
876
887
 
877
- declare type PrimaryType = keyof typeof primaryTypeOptions;
888
+ export declare type PrimaryType = keyof typeof primaryTypeOptions;
878
889
 
879
890
  export declare const primaryTypeOptions: {
880
891
  readonly employees: "employees";
@@ -941,7 +952,7 @@ declare interface Props_7 {
941
952
  title: string;
942
953
  }
943
954
 
944
- declare type Rank = keyof typeof rankOptions;
955
+ export declare type Rank = keyof typeof rankOptions;
945
956
 
946
957
  export declare const rankOptions: {
947
958
  readonly attestation: "attestation";