@symphony-talent/component-library 4.100.0 → 4.102.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.
@@ -30,6 +30,7 @@ export declare class MultiSelectDataModule {
30
30
  isExpandedOnInitialize?: boolean;
31
31
  shouldSortItem?: boolean;
32
32
  isSelectAllEnabled?: boolean;
33
+ disableSearch?: boolean;
33
34
  }
34
35
  export interface LocationList {
35
36
  latitude?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "4.100.0",
3
+ "version": "4.102.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "ag-grid-angular": "^24.0.0",
@@ -30,6 +30,7 @@ export declare class MultiSelectDataModule {
30
30
  isExpandedOnInitialize?: boolean;
31
31
  shouldSortItem?: boolean;
32
32
  isSelectAllEnabled?: boolean;
33
+ disableSearch?: boolean;
33
34
  }
34
35
  export interface LocationList {
35
36
  latitude?: number;
@@ -282,5 +282,7 @@ export * from './lib/pages/domain-whitelisting-partial-page/domain-whitelisting-
282
282
  export * from './lib/pages/modals/symphony-modal/symphony-modal.component';
283
283
  export * from './lib/pages/modals/symphony-modal/symphony-modal.model';
284
284
  export * from './lib/pages/modals/symphony-modal/symphony-modal.module';
285
+ export * from './lib/molecules/input-limited-text/input-limited-text.component';
286
+ export * from './lib/molecules/input-limited-text/input-limited-text.module';
285
287
  export * from './lib/pipe/trim-id.pipe';
286
288
  export * from './lib/pipe/pipe.module';
package/public-api.d.ts CHANGED
@@ -282,5 +282,7 @@ export * from './lib/pages/domain-whitelisting-partial-page/domain-whitelisting-
282
282
  export * from './lib/pages/modals/symphony-modal/symphony-modal.component';
283
283
  export * from './lib/pages/modals/symphony-modal/symphony-modal.model';
284
284
  export * from './lib/pages/modals/symphony-modal/symphony-modal.module';
285
+ export * from './lib/molecules/input-limited-text/input-limited-text.component';
286
+ export * from './lib/molecules/input-limited-text/input-limited-text.module';
285
287
  export * from './lib/pipe/trim-id.pipe';
286
288
  export * from './lib/pipe/pipe.module';