@jebgem/util 0.0.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.
- package/README.md +7 -0
- package/esm2022/index.js +51 -0
- package/esm2022/jebgem-util.js +5 -0
- package/esm2022/lib/chargebee/dev-types.js +221 -0
- package/esm2022/lib/chargebee/hosted-page-state.enum.js +11 -0
- package/esm2022/lib/chargebee/hosted-page-type.enum.js +17 -0
- package/esm2022/lib/chargebee/hosted-page.interface.js +2 -0
- package/esm2022/lib/chargebee/portal-session-status.enum.js +10 -0
- package/esm2022/lib/chargebee/portal-session.interface.js +2 -0
- package/esm2022/lib/chart/chart-theme.enum.js +81 -0
- package/esm2022/lib/constants/avatar.constants.js +4 -0
- package/esm2022/lib/constants/item-fields/account-item-fields.enum.js +6 -0
- package/esm2022/lib/constants/item-fields/item-fields.enum.js +6 -0
- package/esm2022/lib/constants/item-fields/recommendation-item-fields.enum.js +5 -0
- package/esm2022/lib/constants/item-fields/shop-item-fields.enum.js +11 -0
- package/esm2022/lib/constants/locale/locale.type.js +2 -0
- package/esm2022/lib/constants/timezone.constants.js +4 -0
- package/esm2022/lib/copy/clipboard-copy.service.js +16 -0
- package/esm2022/lib/dates/date-range-display.service.js +66 -0
- package/esm2022/lib/dates/utc-to-local.service.js +23 -0
- package/esm2022/lib/functions/dates/is-same-dayjs.function.js +11 -0
- package/esm2022/lib/functions/is-defined.function.js +2 -0
- package/esm2022/lib/functions/ng-changes.function.js +3 -0
- package/esm2022/lib/functions/param-to-enum.function.js +3 -0
- package/esm2022/lib/functions/string/safe-text-to-html.function.js +25 -0
- package/esm2022/lib/functions/string/snake-to-camel.function.js +6 -0
- package/esm2022/lib/functions/to-form-group.function.js +2 -0
- package/esm2022/lib/hover/demphasized.js +12 -0
- package/esm2022/lib/ion-definitions/color/ion-color.type.js +2 -0
- package/esm2022/lib/ion-definitions/ion-accordion/ion-accordion-group-event.interface.js +2 -0
- package/esm2022/lib/ion-definitions/ion-alert/ion-alert-constants.js +4 -0
- package/esm2022/lib/ion-definitions/ion-button/ion-button-constants.js +8 -0
- package/esm2022/lib/ion-definitions/ion-button/ion-button.interface.js +2 -0
- package/esm2022/lib/ion-definitions/ion-button/ion-result.interface.js +2 -0
- package/esm2022/lib/ion-definitions/ion-datetime/ion-datetime-event.interface.js +2 -0
- package/esm2022/lib/ion-definitions/ion-segment/ion-segment-event.interface.js +2 -0
- package/esm2022/lib/ion-definitions/label/ion-label-placement.type.js +2 -0
- package/esm2022/lib/ion-definitions/lines/ion-lines.type.js +2 -0
- package/esm2022/lib/ion-definitions/mode/ion-mode.type.js +2 -0
- package/esm2022/lib/ion-definitions/popover/ion-popover-alignment.type.js +2 -0
- package/esm2022/lib/ion-definitions/popover/ion-popover-side.type.js +2 -0
- package/esm2022/lib/numbers/compare-percentage.service.js +54 -0
- package/esm2022/lib/numbers/standard-deviation.service.js +52 -0
- package/esm2022/lib/photo/convert-photo.service.js +23 -0
- package/esm2022/lib/pipes/html-sanitize.pipe.js +22 -0
- package/esm2022/lib/storage/local-storage-keys.js +24 -0
- package/esm2022/lib/storage/local-storage.service.js +54 -0
- package/esm2022/lib/style/rounded-border.service.js +22 -0
- package/esm2022/lib/theme/ui-theme.enum.js +238 -0
- package/esm2022/lib/user/user-email-constants.js +13 -0
- package/esm2022/lib/user/user-is-emgapps.function.js +23 -0
- package/esm2022/lib/widths/breakpoint-width-constants.js +11 -0
- package/esm2022/lib/widths/width-constants.js +4 -0
- package/index.d.ts +51 -0
- package/index.d.ts.map +1 -0
- package/jebgem-util.d.ts +6 -0
- package/jebgem-util.d.ts.map +1 -0
- package/lib/chargebee/dev-types.d.ts +637 -0
- package/lib/chargebee/dev-types.d.ts.map +1 -0
- package/lib/chargebee/hosted-page-state.enum.d.ts +10 -0
- package/lib/chargebee/hosted-page-state.enum.d.ts.map +1 -0
- package/lib/chargebee/hosted-page-type.enum.d.ts +16 -0
- package/lib/chargebee/hosted-page-type.enum.d.ts.map +1 -0
- package/lib/chargebee/hosted-page.interface.d.ts +13 -0
- package/lib/chargebee/hosted-page.interface.d.ts.map +1 -0
- package/lib/chargebee/portal-session-status.enum.d.ts +9 -0
- package/lib/chargebee/portal-session-status.enum.d.ts.map +1 -0
- package/lib/chargebee/portal-session.interface.d.ts +11 -0
- package/lib/chargebee/portal-session.interface.d.ts.map +1 -0
- package/lib/chart/chart-theme.enum.d.ts +14 -0
- package/lib/chart/chart-theme.enum.d.ts.map +1 -0
- package/lib/constants/avatar.constants.d.ts +4 -0
- package/lib/constants/avatar.constants.d.ts.map +1 -0
- package/lib/constants/item-fields/account-item-fields.enum.d.ts +5 -0
- package/lib/constants/item-fields/account-item-fields.enum.d.ts.map +1 -0
- package/lib/constants/item-fields/item-fields.enum.d.ts +5 -0
- package/lib/constants/item-fields/item-fields.enum.d.ts.map +1 -0
- package/lib/constants/item-fields/recommendation-item-fields.enum.d.ts +4 -0
- package/lib/constants/item-fields/recommendation-item-fields.enum.d.ts.map +1 -0
- package/lib/constants/item-fields/shop-item-fields.enum.d.ts +10 -0
- package/lib/constants/item-fields/shop-item-fields.enum.d.ts.map +1 -0
- package/lib/constants/locale/locale.type.d.ts +2 -0
- package/lib/constants/locale/locale.type.d.ts.map +1 -0
- package/lib/constants/timezone.constants.d.ts +4 -0
- package/lib/constants/timezone.constants.d.ts.map +1 -0
- package/lib/copy/clipboard-copy.service.d.ts +7 -0
- package/lib/copy/clipboard-copy.service.d.ts.map +1 -0
- package/lib/dates/date-range-display.service.d.ts +12 -0
- package/lib/dates/date-range-display.service.d.ts.map +1 -0
- package/lib/dates/utc-to-local.service.d.ts +8 -0
- package/lib/dates/utc-to-local.service.d.ts.map +1 -0
- package/lib/functions/dates/is-same-dayjs.function.d.ts +4 -0
- package/lib/functions/dates/is-same-dayjs.function.d.ts.map +1 -0
- package/lib/functions/is-defined.function.d.ts +2 -0
- package/lib/functions/is-defined.function.d.ts.map +1 -0
- package/lib/functions/ng-changes.function.d.ts +15 -0
- package/lib/functions/ng-changes.function.d.ts.map +1 -0
- package/lib/functions/param-to-enum.function.d.ts +3 -0
- package/lib/functions/param-to-enum.function.d.ts.map +1 -0
- package/lib/functions/string/safe-text-to-html.function.d.ts +2 -0
- package/lib/functions/string/safe-text-to-html.function.d.ts.map +1 -0
- package/lib/functions/string/snake-to-camel.function.d.ts +5 -0
- package/lib/functions/string/snake-to-camel.function.d.ts.map +1 -0
- package/lib/functions/to-form-group.function.d.ts +6 -0
- package/lib/functions/to-form-group.function.d.ts.map +1 -0
- package/lib/hover/demphasized.d.ts +4 -0
- package/lib/hover/demphasized.d.ts.map +1 -0
- package/lib/ion-definitions/color/ion-color.type.d.ts +2 -0
- package/lib/ion-definitions/color/ion-color.type.d.ts.map +1 -0
- package/lib/ion-definitions/ion-accordion/ion-accordion-group-event.interface.d.ts +5 -0
- package/lib/ion-definitions/ion-accordion/ion-accordion-group-event.interface.d.ts.map +1 -0
- package/lib/ion-definitions/ion-alert/ion-alert-constants.d.ts +4 -0
- package/lib/ion-definitions/ion-alert/ion-alert-constants.d.ts.map +1 -0
- package/lib/ion-definitions/ion-button/ion-button-constants.d.ts +8 -0
- package/lib/ion-definitions/ion-button/ion-button-constants.d.ts.map +1 -0
- package/lib/ion-definitions/ion-button/ion-button.interface.d.ts +6 -0
- package/lib/ion-definitions/ion-button/ion-button.interface.d.ts.map +1 -0
- package/lib/ion-definitions/ion-button/ion-result.interface.d.ts +6 -0
- package/lib/ion-definitions/ion-button/ion-result.interface.d.ts.map +1 -0
- package/lib/ion-definitions/ion-datetime/ion-datetime-event.interface.d.ts +5 -0
- package/lib/ion-definitions/ion-datetime/ion-datetime-event.interface.d.ts.map +1 -0
- package/lib/ion-definitions/ion-segment/ion-segment-event.interface.d.ts +5 -0
- package/lib/ion-definitions/ion-segment/ion-segment-event.interface.d.ts.map +1 -0
- package/lib/ion-definitions/label/ion-label-placement.type.d.ts +2 -0
- package/lib/ion-definitions/label/ion-label-placement.type.d.ts.map +1 -0
- package/lib/ion-definitions/lines/ion-lines.type.d.ts +2 -0
- package/lib/ion-definitions/lines/ion-lines.type.d.ts.map +1 -0
- package/lib/ion-definitions/mode/ion-mode.type.d.ts +2 -0
- package/lib/ion-definitions/mode/ion-mode.type.d.ts.map +1 -0
- package/lib/ion-definitions/popover/ion-popover-alignment.type.d.ts +2 -0
- package/lib/ion-definitions/popover/ion-popover-alignment.type.d.ts.map +1 -0
- package/lib/ion-definitions/popover/ion-popover-side.type.d.ts +2 -0
- package/lib/ion-definitions/popover/ion-popover-side.type.d.ts.map +1 -0
- package/lib/numbers/compare-percentage.service.d.ts +13 -0
- package/lib/numbers/compare-percentage.service.d.ts.map +1 -0
- package/lib/numbers/standard-deviation.service.d.ts +9 -0
- package/lib/numbers/standard-deviation.service.d.ts.map +1 -0
- package/lib/photo/convert-photo.service.d.ts +7 -0
- package/lib/photo/convert-photo.service.d.ts.map +1 -0
- package/lib/pipes/html-sanitize.pipe.d.ts +10 -0
- package/lib/pipes/html-sanitize.pipe.d.ts.map +1 -0
- package/lib/storage/local-storage-keys.d.ts +24 -0
- package/lib/storage/local-storage-keys.d.ts.map +1 -0
- package/lib/storage/local-storage.service.d.ts +13 -0
- package/lib/storage/local-storage.service.d.ts.map +1 -0
- package/lib/style/rounded-border.service.d.ts +11 -0
- package/lib/style/rounded-border.service.d.ts.map +1 -0
- package/lib/theme/ui-theme.enum.d.ts +25 -0
- package/lib/theme/ui-theme.enum.d.ts.map +1 -0
- package/lib/user/user-email-constants.d.ts +13 -0
- package/lib/user/user-email-constants.d.ts.map +1 -0
- package/lib/user/user-is-emgapps.function.d.ts +4 -0
- package/lib/user/user-is-emgapps.function.d.ts.map +1 -0
- package/lib/widths/breakpoint-width-constants.d.ts +11 -0
- package/lib/widths/breakpoint-width-constants.d.ts.map +1 -0
- package/lib/widths/width-constants.d.ts +4 -0
- package/lib/widths/width-constants.d.ts.map +1 -0
- package/package.json +31 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare enum HostedPageTypeEnum {
|
|
2
|
+
CHECKOUT_NEW = "CHECKOUT_NEW",
|
|
3
|
+
CHECKOUT_EXISTING = "CHECKOUT_EXISTING",
|
|
4
|
+
UPDATE_CARD = "UPDATE_CARD",
|
|
5
|
+
UPDATE_PAYMENT_METHOD = "UPDATE_PAYMENT_METHOD",
|
|
6
|
+
MANAGE_PAYMENT_SOURCES = "MANAGE_PAYMENT_SOURCES",
|
|
7
|
+
COLLECT_NOW = "COLLECT_NOW",
|
|
8
|
+
EXTEND_SUBSCRIPTION = "EXTEND_SUBSCRIPTION",
|
|
9
|
+
CHECKOUT_GIFT = "CHECKOUT_GIFT",
|
|
10
|
+
CLAIM_GIFT = "CLAIM_GIFT",
|
|
11
|
+
CHECKOUT_ONE_TIME = "CHECKOUT_ONE_TIME",
|
|
12
|
+
PRE_CANCEL = "PRE_CANCEL",
|
|
13
|
+
VIEW_VOUCHER = "VIEW_VOUCHER",
|
|
14
|
+
_UNKNOWN = "_UNKNOWN"
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=hosted-page-type.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hosted-page-type.enum.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/chargebee/hosted-page-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,WAAW,gBAAgB;IAC3B,qBAAqB,0BAA0B;IAC/C,sBAAsB,2BAA2B;IACjD,WAAW,gBAAgB;IAC3B,mBAAmB,wBAAwB;IAC3C,aAAa,kBAAkB;IAC/B,UAAU,eAAe;IACzB,iBAAiB,sBAAsB;IACvC,UAAU,eAAe;IACzB,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;CACtB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface HostedPageInterface {
|
|
2
|
+
url?: string;
|
|
3
|
+
embed?: boolean;
|
|
4
|
+
"created_at"?: number;
|
|
5
|
+
"expires_at"?: number;
|
|
6
|
+
id?: string;
|
|
7
|
+
object?: string;
|
|
8
|
+
"resource_version"?: number;
|
|
9
|
+
state?: string;
|
|
10
|
+
type?: string;
|
|
11
|
+
"updated_at"?: number;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=hosted-page.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hosted-page.interface.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/chargebee/hosted-page.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare enum PortalSessionStatusEnum {
|
|
2
|
+
CREATED = "CREATED",
|
|
3
|
+
LOGGED_IN = "LOGGED_IN",
|
|
4
|
+
LOGGED_OUT = "LOGGED_OUT",
|
|
5
|
+
NOT_YET_ACTIVATED = "NOT_YET_ACTIVATED",
|
|
6
|
+
ACTIVATED = "ACTIVATED",
|
|
7
|
+
_UNKNOWN = "_UNKNOWN"
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=portal-session-status.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portal-session-status.enum.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/chargebee/portal-session-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IACjC,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,iBAAiB,sBAAsB;IACvC,SAAS,cAAc;IACvB,QAAQ,aAAa;CACtB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PortalSessionStatusEnum } from './portal-session-status.enum';
|
|
2
|
+
export interface PortalSessionInterface {
|
|
3
|
+
id?: string;
|
|
4
|
+
token?: string;
|
|
5
|
+
accessUrl?: string;
|
|
6
|
+
status?: PortalSessionStatusEnum;
|
|
7
|
+
createdAt?: number;
|
|
8
|
+
expiresAt?: number;
|
|
9
|
+
customerId?: string;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=portal-session.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portal-session.interface.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/chargebee/portal-session.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,MAAM,WAAW,sBAAsB;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,uBAAuB,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Color } from '@amcharts/amcharts5';
|
|
2
|
+
export declare enum ChartThemeEnum {
|
|
3
|
+
LIGHT = "LIGHT",
|
|
4
|
+
DARK = "DARK"
|
|
5
|
+
}
|
|
6
|
+
export declare class ChartThemeEnumUtil {
|
|
7
|
+
static gradientCurrentColor(chartTheme: ChartThemeEnum): Color;
|
|
8
|
+
static gradientCompareColor(chartTheme: ChartThemeEnum): Color;
|
|
9
|
+
static bgColor(chartTheme: ChartThemeEnum): Color;
|
|
10
|
+
static fgColor(chartTheme: ChartThemeEnum): Color;
|
|
11
|
+
static fgColor2(chartTheme: ChartThemeEnum): Color;
|
|
12
|
+
static fgColor3(chartTheme: ChartThemeEnum): Color;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=chart-theme.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chart-theme.enum.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/chart/chart-theme.enum.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAEnD,oBAAY,cAAc;IACxB,KAAK,UAAU;IACf,IAAI,SAAS;CACd;AAED,qBAAa,kBAAkB;WACf,oBAAoB,CAChC,UAAU,EAAE,cAAc,GACzB,KAAK;WAYM,oBAAoB,CAChC,UAAU,EAAE,cAAc,GACzB,KAAK;WAYM,OAAO,CACnB,UAAU,EAAE,cAAc,GACzB,KAAK;WAYM,OAAO,CACnB,UAAU,EAAE,cAAc,GACzB,KAAK;WAYM,QAAQ,CACpB,UAAU,EAAE,cAAc,GACzB,KAAK;WAYM,QAAQ,CACpB,UAAU,EAAE,cAAc,GACzB,KAAK;CAYT"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar.constants.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/constants/avatar.constants.ts"],"names":[],"mappings":"AAAA,qBAAa,eAAe;IAC1B,gBAAuB,kBAAkB,EAAE,MAAM,CAA+B;CACjF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account-item-fields.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/constants/item-fields/account-item-fields.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,IAAI,SAAS;IACb,mBAAmB,wBAAwB;CAC5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item-fields.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/constants/item-fields/item-fields.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,EAAE,OAAO;IACT,QAAQ,aAAa;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recommendation-item-fields.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/constants/item-fields/recommendation-item-fields.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,4BAA4B;IACtC,oBAAoB,yBAAyB;CAC9C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare enum ShopItemFieldsEnum {
|
|
2
|
+
name = "name",
|
|
3
|
+
url = "url",
|
|
4
|
+
industryIds = "industryIds",
|
|
5
|
+
shopPlatformId = "shopPlatformId",
|
|
6
|
+
otherPlatformName = "otherPlatformName",
|
|
7
|
+
shopIds = "shopIds",
|
|
8
|
+
currencyCode = "currencyCode"
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=shop-item-fields.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shop-item-fields.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/constants/item-fields/shop-item-fields.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,WAAW,gBAAgB;IAC3B,cAAc,mBAAmB;IACjC,iBAAiB,sBAAsB;IACvC,OAAO,YAAY;IACnB,YAAY,iBAAiB;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locale.type.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/constants/locale/locale.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timezone.constants.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/constants/timezone.constants.ts"],"names":[],"mappings":"AAAA,qBAAa,iBAAiB;IAC5B,gBAAuB,UAAU,EAAE,MAAM,CAAoB;CAC9D"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ClipboardCopyService {
|
|
3
|
+
copy(str: string): void;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardCopyService, never>;
|
|
5
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ClipboardCopyService>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=clipboard-copy.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clipboard-copy.service.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/copy/clipboard-copy.service.ts"],"names":[],"mappings":";AAEA,qBAGa,oBAAoB;IAE/B,IAAI,CACF,GAAG,EAAE,MAAM,GACV,IAAI;yCAJI,oBAAoB;6CAApB,oBAAoB;CAOhC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Dayjs } from 'dayjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DateRangeDisplayService {
|
|
4
|
+
private datePipe;
|
|
5
|
+
dateRangeStr(startDayjs: Dayjs | undefined, endDayjs: Dayjs | undefined, { delimiter, adjustEndOneDay, }?: {
|
|
6
|
+
delimiter?: string;
|
|
7
|
+
adjustEndOneDay?: boolean;
|
|
8
|
+
}): string;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeDisplayService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DateRangeDisplayService>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=date-range-display.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-range-display.service.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/dates/date-range-display.service.ts"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;;AAErC,qBAGa,uBAAuB;IAClC,OAAO,CAAC,QAAQ,CAA8B;IAG9C,YAAY,CACV,UAAU,EAAE,KAAK,GAAG,SAAS,EAC7B,QAAQ,EAAE,KAAK,GAAG,SAAS,EAC3B,EACE,SAAe,EACf,eAAe,GAChB,GAAE;QACD,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,eAAe,CAAC,EAAE,OAAO,CAAC;KACtB,GACL,MAAM;yCAdE,uBAAuB;6CAAvB,uBAAuB;CAgEnC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Dayjs } from 'dayjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class UtcToLocalService {
|
|
4
|
+
utcTimestampToDayjs(utcTimestamp: number): Dayjs;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UtcToLocalService, never>;
|
|
6
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UtcToLocalService>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=utc-to-local.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utc-to-local.service.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/dates/utc-to-local.service.ts"],"names":[],"mappings":"AACA,OAAc,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;;AAMrC,qBAGa,iBAAiB;IAE5B,mBAAmB,CACjB,YAAY,EAAE,MAAM,GACnB,KAAK;yCAJG,iBAAiB;6CAAjB,iBAAiB;CAS7B"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Dayjs } from 'dayjs';
|
|
2
|
+
export declare const IS_SAME_DAYJS: (date1Dayjs: Dayjs | undefined, date2Dayjs: Dayjs | undefined) => boolean;
|
|
3
|
+
export declare const IS_SAME_DAY_CLIENT_SERVER_DATES: (date1: Date | undefined, date2: Date | undefined) => boolean;
|
|
4
|
+
//# sourceMappingURL=is-same-dayjs.function.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"is-same-dayjs.function.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/functions/dates/is-same-dayjs.function.ts"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAKrC,eAAO,MAAM,aAAa,GACxB,YAAY,KAAK,GAAG,SAAS,EAC7B,YAAY,KAAK,GAAG,SAAS,KAC5B,OAWA,CAAC;AACJ,eAAO,MAAM,+BAA+B,GAC1C,OAAO,IAAI,GAAG,SAAS,EACvB,OAAO,IAAI,GAAG,SAAS,KACtB,OAMC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"is-defined.function.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/functions/is-defined.function.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,GAAI,CAAC,EAAE,MAAM,CAAC,GAAG,SAAS,GAAG,IAAI,KAAG,IAAI,IAAI,CAAwC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type NgChanges<Component, Props = ExcludeFunctions<Component>> = {
|
|
2
|
+
[Key in keyof Props]: {
|
|
3
|
+
previousValue: Props[Key];
|
|
4
|
+
currentValue: Props[Key];
|
|
5
|
+
firstChange: boolean;
|
|
6
|
+
isFirstChange(): boolean;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
type ExcludeFunctionPropertyNames<T> = MarkFunctionProperties<T>[keyof T];
|
|
10
|
+
type MarkFunctionProperties<Component> = {
|
|
11
|
+
[Key in keyof Component]: Component[Key] extends Function ? never : Key;
|
|
12
|
+
};
|
|
13
|
+
type ExcludeFunctions<T> = Pick<T, ExcludeFunctionPropertyNames<T>>;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=ng-changes.function.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ng-changes.function.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/functions/ng-changes.function.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,SAAS,CAAC,SAAS,EAAE,KAAK,GAAG,gBAAgB,CAAC,SAAS,CAAC,IAAI;KACrE,GAAG,IAAI,MAAM,KAAK,GAAG;QACpB,aAAa,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;QAC1B,YAAY,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;QACzB,WAAW,EAAE,OAAO,CAAC;QACrB,aAAa,IAAI,OAAO,CAAC;KAC1B;CACF,CAAA;AAED,KAAK,4BAA4B,CAAC,CAAC,IAAI,sBAAsB,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AAE1E,KAAK,sBAAsB,CAAC,SAAS,IAAI;KAEtC,GAAG,IAAI,MAAM,SAAS,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,QAAQ,GAAG,KAAK,GAAG,GAAG;CACxE,CAAA;AAED,KAAK,gBAAgB,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,4BAA4B,CAAC,CAAC,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"param-to-enum.function.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/functions/param-to-enum.function.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,GAAI,OAAO,MAAM,KAAG,MAAM,GAAG,SAAsD,CAAC;AAC9G,eAAO,MAAM,aAAa,GAAI,SAAS,MAAM,KAAG,MAAM,GAAG,SAAwD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"safe-text-to-html.function.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/functions/string/safe-text-to-html.function.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,KAAK,MAAM,GAAG,SA0BtE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"snake-to-camel.function.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/functions/string/snake-to-camel.function.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,GACzB,OAAO,MAAM,EACb,sBAGG;IACD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CACb,KACL,MASE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FormArray, FormControl, FormGroup } from '@angular/forms';
|
|
2
|
+
export type ToFormGroup<T> = {
|
|
3
|
+
[P in keyof T]: FormControl<T[P]>;
|
|
4
|
+
};
|
|
5
|
+
export type ToFormControl<T> = T extends Array<infer ArrayType> ? FormArray<ToFormControl<ArrayType>> : T extends object ? FormGroup<ToFormGroup<T>> : FormControl<T | null>;
|
|
6
|
+
//# sourceMappingURL=to-form-group.function.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"to-form-group.function.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/functions/to-form-group.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAGnE,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI,CAAC,SAAS,KAAK,CAAC,MAAM,SAAS,CAAC,GAC7D,SAAS,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,GACpD,SAAS,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"demphasized.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/hover/demphasized.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;WACb,OAAO,IAAI,MAAM,EAAE;CASlC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-color.type.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/color/ion-color.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-accordion-group-event.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/ion-accordion/ion-accordion-group-event.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,gBAAgB,CAAC;AAEjE,MAAM,WAAW,+BAA+B;IAC9C,MAAM,EAAE,+BAA+B,CAAC;CACzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-alert-constants.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/ion-alert/ion-alert-constants.ts"],"names":[],"mappings":"AAAA,qBAAa,iBAAiB;IAC5B,gBAAuB,QAAQ,EAAE,MAAM,CAAc;CACtD"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare class IonButtonConstants {
|
|
2
|
+
static readonly Cancel: string;
|
|
3
|
+
static readonly Confirm: string;
|
|
4
|
+
static readonly Details: string;
|
|
5
|
+
static readonly Dismiss: string;
|
|
6
|
+
static readonly Ok: string;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=ion-button-constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-button-constants.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/ion-button/ion-button-constants.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAkB;IAC7B,gBAAuB,MAAM,EAAE,MAAM,CAAqB;IAC1D,gBAAuB,OAAO,EAAE,MAAM,CAAsB;IAC5D,gBAAuB,OAAO,EAAE,MAAM,CAAsB;IAC5D,gBAAuB,OAAO,EAAE,MAAM,CAAsB;IAC5D,gBAAuB,EAAE,EAAE,MAAM,CAAiB;CACnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-button.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/ion-button/ion-button.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-result.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/ion-button/ion-result.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-datetime-event.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/ion-datetime/ion-datetime-event.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAE3D,MAAM,WAAW,yBAAyB;IACxC,MAAM,EAAE,yBAAyB,CAAC;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-segment-event.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/ion-segment/ion-segment-event.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAE1D,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,wBAAwB,CAAC;CAClC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-label-placement.type.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/label/ion-label-placement.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-lines.type.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/lines/ion-lines.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-mode.type.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/mode/ion-mode.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,KAAK,GAAG,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-popover-alignment.type.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/popover/ion-popover-alignment.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG,QAAQ,GAAG,OAAO,GAAG,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ion-popover-side.type.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/shared/util/src/lib/ion-definitions/popover/ion-popover-side.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,KAAK,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ComparePercentageService {
|
|
3
|
+
private percentPipe;
|
|
4
|
+
build(value: number | undefined, compareValue: number | undefined, { digitsInfo, noInitial, }?: {
|
|
5
|
+
digitsInfo?: string;
|
|
6
|
+
noInitial?: boolean;
|
|
7
|
+
}): string | undefined;
|
|
8
|
+
calculateCompareValue(compareAmount: number, compareValue: number, initial: string): number;
|
|
9
|
+
buildInitial(compareAmount: number): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ComparePercentageService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ComparePercentageService>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=compare-percentage.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compare-percentage.service.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/numbers/compare-percentage.service.ts"],"names":[],"mappings":";AAGA,qBAGa,wBAAwB;IACnC,OAAO,CAAC,WAAW,CAAuB;IAG1C,KAAK,CACH,KAAK,EAAE,MAAM,GAAG,SAAS,EACzB,YAAY,EAAE,MAAM,GAAG,SAAS,EAChC,EACE,UAAoB,EACpB,SAAS,GACV,GAAE;QACD,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,SAAS,CAAC,EAAE,OAAO,CAAC;KAChB,GACL,MAAM,GAAG,SAAS;IAkCrB,qBAAqB,CACnB,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,MAAM,GACd,MAAM;IAWT,YAAY,CACV,aAAa,EAAE,MAAM,GACpB,MAAM;yCAjEE,wBAAwB;6CAAxB,wBAAwB;CA0EpC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class StandardDeviationService {
|
|
3
|
+
standardDeviation(array: number[]): number | undefined;
|
|
4
|
+
mean(array: number[]): number;
|
|
5
|
+
incrementsFromMean(array: number[]): number[];
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StandardDeviationService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<StandardDeviationService>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=standard-deviation.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"standard-deviation.service.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/numbers/standard-deviation.service.ts"],"names":[],"mappings":";AAEA,qBAGa,wBAAwB;IAGnC,iBAAiB,CACf,KAAK,EAAE,MAAM,EAAE,GACd,MAAM,GAAG,SAAS;IAUrB,IAAI,CACF,KAAK,EAAE,MAAM,EAAE,GACd,MAAM;IAST,kBAAkB,CAChB,KAAK,EAAE,MAAM,EAAE,GACd,MAAM,EAAE;yCA5BA,wBAAwB;6CAAxB,wBAAwB;CAmDpC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ConvertPhotoService {
|
|
3
|
+
convertBlobToBase64: (blob: Blob) => Promise<unknown>;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConvertPhotoService, never>;
|
|
5
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ConvertPhotoService>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=convert-photo.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"convert-photo.service.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/photo/convert-photo.service.ts"],"names":[],"mappings":";AAEA,qBAGa,mBAAmB;IAE9B,mBAAmB,GAAI,MAAM,IAAI,sBAO9B;yCATQ,mBAAmB;6CAAnB,mBAAmB;CAU/B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { SafeHtml } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class HtmlSanitizePipe implements PipeTransform {
|
|
5
|
+
private sanitizer;
|
|
6
|
+
transform(uncleanStr: string): SafeHtml;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HtmlSanitizePipe, never>;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<HtmlSanitizePipe, "htmlSanitize", true>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=html-sanitize.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"html-sanitize.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/pipes/html-sanitize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAA2B,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAe,QAAQ,EAAC,MAAM,2BAA2B,CAAC;;AAEjE,qBAIa,gBAAiB,YAAW,aAAa;IACpD,OAAO,CAAC,SAAS,CAAwB;IAGzC,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,QAAQ;yCAJ5B,gBAAgB;uCAAhB,gBAAgB;CAW5B"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class LocalStorageKeys {
|
|
2
|
+
static readonly indexLastUpdated: string;
|
|
3
|
+
static readonly rememberEmail: string;
|
|
4
|
+
static readonly rememberEmailUntil: string;
|
|
5
|
+
static readonly funnelPeriod: string;
|
|
6
|
+
static readonly funnelComparePeriod: string;
|
|
7
|
+
static readonly startDate: string;
|
|
8
|
+
static readonly endDate: string;
|
|
9
|
+
static readonly compareStartDate: string;
|
|
10
|
+
static readonly compareEndDate: string;
|
|
11
|
+
static readonly serviceWorkerLogging: string;
|
|
12
|
+
static readonly onboardingIndustries: string;
|
|
13
|
+
static readonly onboardingGaPropertyId: string;
|
|
14
|
+
static readonly onboardingImportedGaPropertyIds: string;
|
|
15
|
+
static readonly onboardingChargebeePlanItemPriceId: string;
|
|
16
|
+
static readonly onboardingPeriodUnit: string;
|
|
17
|
+
static readonly includedOptionalFilters: string;
|
|
18
|
+
static readonly unauthenticatedUrl: string;
|
|
19
|
+
static readonly crossAccount: string;
|
|
20
|
+
static readonly allGenerallyAvailable: string;
|
|
21
|
+
static readonly usagePeriod: string;
|
|
22
|
+
static readonly usageComparePeriod: string;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=local-storage-keys.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"local-storage-keys.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/storage/local-storage-keys.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;IAC3B,gBAAuB,gBAAgB,EAAE,MAAM,CAAwB;IACvE,gBAAuB,aAAa,EAAE,MAAM,CAAoB;IAChE,gBAAuB,kBAAkB,EAAE,MAAM,CAA0B;IAC3E,gBAAuB,YAAY,EAAE,MAAM,CAAmB;IAC9D,gBAAuB,mBAAmB,EAAE,MAAM,CAA2B;IAC7E,gBAAuB,SAAS,EAAE,MAAM,CAAgB;IACxD,gBAAuB,OAAO,EAAE,MAAM,CAAc;IACpD,gBAAuB,gBAAgB,EAAE,MAAM,CAAwB;IACvE,gBAAuB,cAAc,EAAE,MAAM,CAAsB;IACnE,gBAAuB,oBAAoB,EAAE,MAAM,CAA4B;IAC/E,gBAAuB,oBAAoB,EAAE,MAAM,CAA2B;IAC9E,gBAAuB,sBAAsB,EAAE,MAAM,CAA+B;IACpF,gBAAuB,+BAA+B,EAAE,MAAM,CAAyC;IACvG,gBAAuB,kCAAkC,EAAE,MAAM,CAA6C;IAC9G,gBAAuB,oBAAoB,EAAE,MAAM,CAA4B;IAC/E,gBAAuB,uBAAuB,EAAE,MAAM,CAA+B;IACrF,gBAAuB,kBAAkB,EAAE,MAAM,CAAyB;IAC1E,gBAAuB,YAAY,EAAE,MAAM,CAAmB;IAC9D,gBAAuB,qBAAqB,EAAE,MAAM,CAA6B;IACjF,gBAAuB,WAAW,EAAE,MAAM,CAAkB;IAC5D,gBAAuB,kBAAkB,EAAE,MAAM,CAA0B;CAC5E"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class LocalStorageService {
|
|
3
|
+
setItem(key: string, value: string): void;
|
|
4
|
+
removeItem(key: string): void;
|
|
5
|
+
getItem(key: string | undefined): string | null;
|
|
6
|
+
getNumberList(key: string): number[];
|
|
7
|
+
getStringList(key: string): string[];
|
|
8
|
+
getString(key: string): string | undefined;
|
|
9
|
+
getNumber(key: string): number | undefined;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=local-storage.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"local-storage.service.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/storage/local-storage.service.ts"],"names":[],"mappings":";AAEA,qBAGa,mBAAmB;IAE9B,OAAO,CACL,GAAG,EAAE,MAAM,EACX,KAAK,EAAE,MAAM,GACZ,IAAI;IAMP,UAAU,CACR,GAAG,EAAE,MAAM,GACV,IAAI;IAKP,OAAO,CACL,GAAG,EAAE,MAAM,GAAG,SAAS,GACtB,MAAM,GAAG,IAAI;IAShB,aAAa,CACX,GAAG,EAAE,MAAM,GACV,MAAM,EAAE;IAUX,aAAa,CACX,GAAG,EAAE,MAAM,GACV,MAAM,EAAE;IAUX,SAAS,CACP,GAAG,EAAE,MAAM,GACV,MAAM,GAAG,SAAS;IAIrB,SAAS,CACP,GAAG,EAAE,MAAM,GACV,MAAM,GAAG,SAAS;yCA7DV,mBAAmB;6CAAnB,mBAAmB;CAuE/B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class RoundedBorderService {
|
|
3
|
+
classes({ roundedClass, borderClass, borderColorClasses, }?: {
|
|
4
|
+
roundedClass?: string;
|
|
5
|
+
borderClass?: string;
|
|
6
|
+
borderColorClasses?: string[];
|
|
7
|
+
}): string[];
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RoundedBorderService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RoundedBorderService>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=rounded-border.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rounded-border.service.d.ts","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/style/rounded-border.service.ts"],"names":[],"mappings":";AAEA,qBAGa,oBAAoB;IAE/B,OAAO,CACL,EACE,YAA2B,EAC3B,WAAwB,EACxB,kBAAkD,GACnD,GAAE;QACD,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC1B,GACL,MAAM,EAAE;yCAZA,oBAAoB;6CAApB,oBAAoB;CAqBhC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ChartThemeEnum } from '../chart/chart-theme.enum';
|
|
2
|
+
export declare enum UiThemeEnum {
|
|
3
|
+
SUCCESS = "SUCCESS",
|
|
4
|
+
WARNING = "WARNING",
|
|
5
|
+
ERROR = "ERROR",
|
|
6
|
+
BRAND = "BRAND",
|
|
7
|
+
NEUTRAL = "NEUTRAL",
|
|
8
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
9
|
+
NEUTRAL_CONTRAST = "NEUTRAL_CONTRAST",
|
|
10
|
+
LIBRARY = "LIBRARY"
|
|
11
|
+
}
|
|
12
|
+
export declare class UiThemeEnumUtil {
|
|
13
|
+
static borderClass(uiTheme: UiThemeEnum): string;
|
|
14
|
+
static bgClass(uiTheme: UiThemeEnum): string;
|
|
15
|
+
static bgFgClass(uiTheme: UiThemeEnum): string;
|
|
16
|
+
static textClass(uiTheme: UiThemeEnum | undefined): string;
|
|
17
|
+
static iconClass(uiTheme: UiThemeEnum): string;
|
|
18
|
+
static chartGradientCssVar(uiTheme: UiThemeEnum, theme: ChartThemeEnum): string;
|
|
19
|
+
static subTitleFgClass(uiTheme: UiThemeEnum): string;
|
|
20
|
+
static headerIconClass(uiTheme: UiThemeEnum): string;
|
|
21
|
+
static headerIconBgClass(uiTheme: UiThemeEnum): string;
|
|
22
|
+
static extraGradientClasses(uiTheme: UiThemeEnum): string[];
|
|
23
|
+
static funnelBgClasses(): string[];
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=ui-theme.enum.d.ts.map
|