cps-ui-kit 17.9.0 → 17.10.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/esm2022/lib/components/cps-autocomplete/cps-autocomplete.component.mjs +1 -1
- package/esm2022/lib/components/cps-button-toggle/cps-button-toggle.component.mjs +1 -1
- package/esm2022/lib/components/cps-datepicker/cps-datepicker.component.mjs +1 -1
- package/esm2022/lib/components/cps-icon/cps-icon.component.mjs +1 -1
- package/esm2022/lib/components/cps-input/cps-input.component.mjs +1 -1
- package/esm2022/lib/components/cps-menu/cps-menu.component.mjs +1 -1
- package/esm2022/lib/components/cps-radio-group/cps-radio-group.component.mjs +1 -1
- package/esm2022/lib/components/cps-select/cps-select.component.mjs +1 -1
- package/esm2022/lib/components/cps-sidebar-menu/cps-sidebar-menu.component.mjs +1 -1
- package/esm2022/lib/components/cps-tab-group/cps-tab-group.component.mjs +1 -1
- package/esm2022/lib/components/cps-table/cps-column-filter-types.mjs +1 -1
- package/esm2022/lib/components/cps-table/cps-table.component.mjs +1 -1
- package/esm2022/lib/components/cps-timepicker/cps-timepicker.component.mjs +1 -1
- package/esm2022/lib/components/cps-tree-autocomplete/cps-tree-autocomplete.component.mjs +1 -1
- package/esm2022/lib/components/cps-tree-select/cps-tree-select.component.mjs +1 -1
- package/esm2022/lib/components/cps-tree-table/cps-tree-table.component.mjs +1 -1
- package/esm2022/lib/directives/cps-tooltip/cps-tooltip.directive.mjs +1 -1
- package/esm2022/lib/services/cps-notification/utils/cps-notification-config.mjs +1 -1
- package/esm2022/lib/services/cps-notification/utils/internal/cps-notification-data.mjs +1 -1
- package/fesm2022/cps-ui-kit.mjs.map +1 -1
- package/lib/components/cps-autocomplete/cps-autocomplete.component.d.ts +4 -0
- package/lib/components/cps-button-toggle/cps-button-toggle.component.d.ts +4 -0
- package/lib/components/cps-datepicker/cps-datepicker.component.d.ts +4 -0
- package/lib/components/cps-icon/cps-icon.component.d.ts +8 -0
- package/lib/components/cps-input/cps-input.component.d.ts +4 -0
- package/lib/components/cps-menu/cps-menu.component.d.ts +8 -0
- package/lib/components/cps-radio-group/cps-radio-group.component.d.ts +4 -0
- package/lib/components/cps-select/cps-select.component.d.ts +4 -0
- package/lib/components/cps-sidebar-menu/cps-sidebar-menu.component.d.ts +4 -0
- package/lib/components/cps-tab-group/cps-tab-group.component.d.ts +18 -0
- package/lib/components/cps-table/cps-column-filter-types.d.ts +8 -0
- package/lib/components/cps-table/cps-table.component.d.ts +16 -0
- package/lib/components/cps-timepicker/cps-timepicker.component.d.ts +4 -0
- package/lib/components/cps-tree-autocomplete/cps-tree-autocomplete.component.d.ts +4 -0
- package/lib/components/cps-tree-select/cps-tree-select.component.d.ts +4 -0
- package/lib/components/cps-tree-table/cps-tree-table.component.d.ts +12 -0
- package/lib/directives/cps-tooltip/cps-tooltip.directive.d.ts +8 -0
- package/lib/services/cps-notification/utils/cps-notification-config.d.ts +4 -0
- package/lib/services/cps-notification/utils/internal/cps-notification-data.d.ts +4 -0
- package/package.json +1 -1
|
@@ -9,4 +9,4 @@ export var CpsNotificationType;
|
|
|
9
9
|
CpsNotificationType["WARNING"] = "warning";
|
|
10
10
|
CpsNotificationType["INFO"] = "info";
|
|
11
11
|
})(CpsNotificationType || (CpsNotificationType = {}));
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3BzLW5vdGlmaWNhdGlvbi1kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY3BzLXVpLWtpdC9zcmMvbGliL3NlcnZpY2VzL2Nwcy1ub3RpZmljYXRpb24vdXRpbHMvaW50ZXJuYWwvY3BzLW5vdGlmaWNhdGlvbi1kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLG1DQUFtQztBQUVuQzs7R0FFRztBQUNILE1BQU0sQ0FBTixJQUFZLG1CQUtYO0FBTEQsV0FBWSxtQkFBbUI7SUFDN0IsMENBQW1CLENBQUE7SUFDbkIsc0NBQWUsQ0FBQTtJQUNmLDBDQUFtQixDQUFBO0lBQ25CLG9DQUFhLENBQUE7QUFDZixDQUFDLEVBTFcsbUJBQW1CLEtBQW5CLG1CQUFtQixRQUs5QiIsInNvdXJjZXNDb250ZW50IjpbIi8qIGVzbGludC1kaXNhYmxlIG5vLXVudXNlZC12YXJzICovXG5cbi8qKlxuICogQW4gZW51bWVyYXRpb24gb2YgdGhlIGRpZmZlcmVudCB0eXBlcyBvZiBub3RpZmljYXRpb25zIHRoYXQgY2FuIGJlIGRpc3BsYXllZC5cbiAqL1xuZXhwb3J0IGVudW0gQ3BzTm90aWZpY2F0aW9uVHlwZSB7XG4gIFNVQ0NFU1MgPSAnc3VjY2VzcycsXG4gIEVSUk9SID0gJ2Vycm9yJyxcbiAgV0FSTklORyA9ICd3YXJuaW5nJyxcbiAgSU5GTyA9ICdpbmZvJ1xufVxuXG4vKipcbiAqIERlZmluZXMgZGF0YSB0eXBlIGZvciB0aGUgbm90aWZpY2F0aW9uIGRhdGEuXG4gKiBAZ3JvdXAgSW50ZXJmYWNlXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQ3BzTm90aWZpY2F0aW9uRGF0YSB7XG4gIC8qKlxuICAgKiBNZXNzYWdlIHRvIGJlIGRpc3BsYXllZCBpbiB0aGUgbm90aWZpY2F0aW9uLlxuICAgKi9cbiAgbWVzc2FnZT86IHN0cmluZztcbiAgLyoqXG4gICAqIERldGFpbHMgdG8gYmUgZGlzcGxheWVkIGluIHRoZSBub3RpZmljYXRpb24uXG4gICAqL1xuICBkZXRhaWxzPzogc3RyaW5nO1xuICAvKipcbiAgICogVHlwZSBvZiB0aGUgbm90aWZpY2F0aW9uLCBvcHRpb25zIGFyZSBcIndhcm5pbmdcIiwgXCJzdWNjZXNzXCIsIFwiZXJyb3JcIiBvciBcImluZm9cIi5cbiAgICovXG4gIHR5cGU/OiBDcHNOb3RpZmljYXRpb25UeXBlO1xufVxuIl19
|