@veloceapps/sdk 12.0.0-14 → 12.0.0-16
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/cms/index.d.ts +28 -28
- package/core/index.d.ts +7 -7
- package/fesm2022/veloceapps-sdk-cms.mjs +48 -54
- package/fesm2022/veloceapps-sdk-cms.mjs.map +1 -1
- package/fesm2022/veloceapps-sdk-core.mjs +14 -29
- package/fesm2022/veloceapps-sdk-core.mjs.map +1 -1
- package/fesm2022/veloceapps-sdk.mjs +73 -79
- package/fesm2022/veloceapps-sdk.mjs.map +1 -1
- package/index.d.ts +140 -140
- package/package.json +1 -1
@@ -1952,27 +1952,24 @@ class CalendarDirective {
|
|
1952
1952
|
}
|
1953
1953
|
}
|
1954
1954
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CalendarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
1955
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: CalendarDirective, isStandalone:
|
1955
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: CalendarDirective, isStandalone: true, selector: "[vlCalendar]", inputs: { vlCalendar: "vlCalendar" }, ngImport: i0 }); }
|
1956
1956
|
}
|
1957
1957
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CalendarDirective, decorators: [{
|
1958
1958
|
type: Directive,
|
1959
|
-
args: [{
|
1960
|
-
selector: '[vlCalendar]',
|
1961
|
-
standalone: false,
|
1962
|
-
}]
|
1959
|
+
args: [{ selector: '[vlCalendar]' }]
|
1963
1960
|
}], propDecorators: { vlCalendar: [{
|
1964
1961
|
type: Input
|
1965
1962
|
}] } });
|
1966
1963
|
|
1967
1964
|
class SdkDirectivesModule {
|
1968
1965
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SdkDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
1969
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: SdkDirectivesModule,
|
1966
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: SdkDirectivesModule, imports: [CalendarDirective], exports: [CalendarDirective] }); }
|
1970
1967
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SdkDirectivesModule }); }
|
1971
1968
|
}
|
1972
1969
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SdkDirectivesModule, decorators: [{
|
1973
1970
|
type: NgModule,
|
1974
1971
|
args: [{
|
1975
|
-
|
1972
|
+
imports: [CalendarDirective],
|
1976
1973
|
exports: [CalendarDirective],
|
1977
1974
|
}]
|
1978
1975
|
}] });
|
@@ -2010,14 +2007,11 @@ class DatePipe {
|
|
2010
2007
|
}
|
2011
2008
|
}
|
2012
2009
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
2013
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: DatePipe, isStandalone:
|
2010
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: DatePipe, isStandalone: true, name: "vlDate" }); }
|
2014
2011
|
}
|
2015
2012
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DatePipe, decorators: [{
|
2016
2013
|
type: Pipe,
|
2017
|
-
args: [{
|
2018
|
-
name: 'vlDate',
|
2019
|
-
standalone: false,
|
2020
|
-
}]
|
2014
|
+
args: [{ name: 'vlDate' }]
|
2021
2015
|
}] });
|
2022
2016
|
|
2023
2017
|
class NumberPipe {
|
@@ -2033,14 +2027,11 @@ class NumberPipe {
|
|
2033
2027
|
return formatNumber(price, this.formattingSettings?.thousandsSeparator, this.formattingSettings?.decimalSeparator, this.formattingSettings?.decimalsCount);
|
2034
2028
|
}
|
2035
2029
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: NumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
2036
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: NumberPipe, isStandalone:
|
2030
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: NumberPipe, isStandalone: true, name: "vlNumber" }); }
|
2037
2031
|
}
|
2038
2032
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: NumberPipe, decorators: [{
|
2039
2033
|
type: Pipe,
|
2040
|
-
args: [{
|
2041
|
-
name: 'vlNumber',
|
2042
|
-
standalone: false,
|
2043
|
-
}]
|
2034
|
+
args: [{ name: 'vlNumber' }]
|
2044
2035
|
}] });
|
2045
2036
|
|
2046
2037
|
class PricePipe {
|
@@ -2059,14 +2050,11 @@ class PricePipe {
|
|
2059
2050
|
return `${this.formattingSettings?.currencySymbol || DEFAULT_CURRENCY_SYMBOL}${formatNumber(price, this.formattingSettings?.thousandsSeparator, this.formattingSettings?.decimalSeparator, this.formattingSettings?.decimalsCount)}`;
|
2060
2051
|
}
|
2061
2052
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PricePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
2062
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: PricePipe, isStandalone:
|
2053
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: PricePipe, isStandalone: true, name: "vlPrice" }); }
|
2063
2054
|
}
|
2064
2055
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PricePipe, decorators: [{
|
2065
2056
|
type: Pipe,
|
2066
|
-
args: [{
|
2067
|
-
name: 'vlPrice',
|
2068
|
-
standalone: false,
|
2069
|
-
}]
|
2057
|
+
args: [{ name: 'vlPrice' }]
|
2070
2058
|
}] });
|
2071
2059
|
|
2072
2060
|
class ActionCodePipe {
|
@@ -2077,25 +2065,22 @@ class ActionCodePipe {
|
|
2077
2065
|
return this.formattingSettings?.actionCodeLabels[actionCode] ?? actionCode;
|
2078
2066
|
}
|
2079
2067
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ActionCodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
2080
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: ActionCodePipe, isStandalone:
|
2068
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: ActionCodePipe, isStandalone: true, name: "vlActionCode" }); }
|
2081
2069
|
}
|
2082
2070
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ActionCodePipe, decorators: [{
|
2083
2071
|
type: Pipe,
|
2084
|
-
args: [{
|
2085
|
-
name: 'vlActionCode',
|
2086
|
-
standalone: false,
|
2087
|
-
}]
|
2072
|
+
args: [{ name: 'vlActionCode' }]
|
2088
2073
|
}] });
|
2089
2074
|
|
2090
2075
|
class SdkPipesModule {
|
2091
2076
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SdkPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
2092
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: SdkPipesModule,
|
2077
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: SdkPipesModule, imports: [NumberPipe, PricePipe, DatePipe, ActionCodePipe], exports: [NumberPipe, PricePipe, DatePipe, ActionCodePipe] }); }
|
2093
2078
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SdkPipesModule }); }
|
2094
2079
|
}
|
2095
2080
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SdkPipesModule, decorators: [{
|
2096
2081
|
type: NgModule,
|
2097
2082
|
args: [{
|
2098
|
-
|
2083
|
+
imports: [NumberPipe, PricePipe, DatePipe, ActionCodePipe],
|
2099
2084
|
exports: [NumberPipe, PricePipe, DatePipe, ActionCodePipe],
|
2100
2085
|
}]
|
2101
2086
|
}] });
|