@anglr/select 12.1.0 → 12.1.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/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 12.1.1 (2025-07-08)
4
+
5
+ ### Bug Fixes
6
+
7
+ - backported changes from 13.1.1
8
+ - added missing export of `NgSelectHasValuePipe`
9
+
3
10
  ## Version 12.1.0 (2025-05-16)
4
11
 
5
12
  ### Features
@@ -17,6 +17,7 @@ export * from './misc/optionsGatherer/types';
17
17
  export * from './modules/ngSelect.module';
18
18
  export * from './modules/ngSelectDynamic.module';
19
19
  export * from './modules/ngSelectEdit.module';
20
+ export * from './pipes/ngSelectHasValue.pipe';
20
21
  export * from './pipes/ngSelectValue.pipe';
21
22
  export * from './plugins/keyboardHandler';
22
23
  export * from './plugins/keyboardHandler/types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC","sourcesContent":["import './index.ssr';\n\nexport * from './components/select/types';\nexport * from './components/select/select.component';\nexport * from './components/option/optgroup.component';\nexport * from './components/option/option.component';\nexport * from './components/option';\nexport * from './components/select';\nexport * from './directives/ngSelectAbsolute/ngSelectAbsolute.directive';\nexport * from './directives/ngSelectEdit/ngSelectEdit.directive';\nexport * from './directives/ngSelectPlaceholder/ngSelectPlaceholder.directive';\nexport * from './misc/ngSelectControlValueAccessor.directive';\nexport * from './misc';\nexport * from './misc/types';\nexport * from './misc/pluginBus/pluginBus';\nexport * from './misc/pluginBus/pluginBus.interface';\nexport * from './misc/optionsGatherer/types';\nexport * from './modules/ngSelect.module';\nexport * from './modules/ngSelectDynamic.module';\nexport * from './modules/ngSelectEdit.module';\nexport * from './pipes/ngSelectValue.pipe';\nexport * from './plugins/keyboardHandler';\nexport * from './plugins/keyboardHandler/types';\nexport * from './plugins/keyboardHandler/components';\nexport * from './plugins/liveSearch';\nexport * from './plugins/liveSearch/types';\nexport * from './plugins/liveSearch/components';\nexport * from './plugins/normalState';\nexport * from './plugins/normalState/types';\nexport * from './plugins/normalState/components';\nexport * from './plugins/popup';\nexport * from './plugins/popup/types';\nexport * from './plugins/popup/component';\nexport * from './plugins/positioner';\nexport * from './plugins/positioner/types';\nexport * from './plugins/positioner/components';\nexport * from './plugins/readonlyState';\nexport * from './plugins/readonlyState/types';\nexport * from './plugins/valueHandler';\nexport * from './plugins/valueHandler/types';\nexport * from './plugins/valueHandler/components';\nexport * from './misc/extensions';"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC","sourcesContent":["import './index.ssr';\n\nexport * from './components/select/types';\nexport * from './components/select/select.component';\nexport * from './components/option/optgroup.component';\nexport * from './components/option/option.component';\nexport * from './components/option';\nexport * from './components/select';\nexport * from './directives/ngSelectAbsolute/ngSelectAbsolute.directive';\nexport * from './directives/ngSelectEdit/ngSelectEdit.directive';\nexport * from './directives/ngSelectPlaceholder/ngSelectPlaceholder.directive';\nexport * from './misc/ngSelectControlValueAccessor.directive';\nexport * from './misc';\nexport * from './misc/types';\nexport * from './misc/pluginBus/pluginBus';\nexport * from './misc/pluginBus/pluginBus.interface';\nexport * from './misc/optionsGatherer/types';\nexport * from './modules/ngSelect.module';\nexport * from './modules/ngSelectDynamic.module';\nexport * from './modules/ngSelectEdit.module';\nexport * from './pipes/ngSelectHasValue.pipe';\nexport * from './pipes/ngSelectValue.pipe';\nexport * from './plugins/keyboardHandler';\nexport * from './plugins/keyboardHandler/types';\nexport * from './plugins/keyboardHandler/components';\nexport * from './plugins/liveSearch';\nexport * from './plugins/liveSearch/types';\nexport * from './plugins/liveSearch/components';\nexport * from './plugins/normalState';\nexport * from './plugins/normalState/types';\nexport * from './plugins/normalState/components';\nexport * from './plugins/popup';\nexport * from './plugins/popup/types';\nexport * from './plugins/popup/component';\nexport * from './plugins/positioner';\nexport * from './plugins/positioner/types';\nexport * from './plugins/positioner/components';\nexport * from './plugins/readonlyState';\nexport * from './plugins/readonlyState/types';\nexport * from './plugins/valueHandler';\nexport * from './plugins/valueHandler/types';\nexport * from './plugins/valueHandler/components';\nexport * from './misc/extensions';"]}
@@ -17,6 +17,7 @@ export * from './misc/optionsGatherer/types';
17
17
  export * from './modules/ngSelect.module';
18
18
  export * from './modules/ngSelectDynamic.module';
19
19
  export * from './modules/ngSelectEdit.module';
20
+ export * from './pipes/ngSelectHasValue.pipe';
20
21
  export * from './pipes/ngSelectValue.pipe';
21
22
  export * from './plugins/keyboardHandler';
22
23
  export * from './plugins/keyboardHandler/types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC","sourcesContent":["import './index.ssr';\n\nexport * from './components/select/types';\nexport * from './components/select/select.component';\nexport * from './components/option/optgroup.component';\nexport * from './components/option/option.component';\nexport * from './components/option';\nexport * from './components/select';\nexport * from './directives/ngSelectAbsolute/ngSelectAbsolute.directive';\nexport * from './directives/ngSelectEdit/ngSelectEdit.directive';\nexport * from './directives/ngSelectPlaceholder/ngSelectPlaceholder.directive';\nexport * from './misc/ngSelectControlValueAccessor.directive';\nexport * from './misc';\nexport * from './misc/types';\nexport * from './misc/pluginBus/pluginBus';\nexport * from './misc/pluginBus/pluginBus.interface';\nexport * from './misc/optionsGatherer/types';\nexport * from './modules/ngSelect.module';\nexport * from './modules/ngSelectDynamic.module';\nexport * from './modules/ngSelectEdit.module';\nexport * from './pipes/ngSelectValue.pipe';\nexport * from './plugins/keyboardHandler';\nexport * from './plugins/keyboardHandler/types';\nexport * from './plugins/keyboardHandler/components';\nexport * from './plugins/liveSearch';\nexport * from './plugins/liveSearch/types';\nexport * from './plugins/liveSearch/components';\nexport * from './plugins/normalState';\nexport * from './plugins/normalState/types';\nexport * from './plugins/normalState/components';\nexport * from './plugins/popup';\nexport * from './plugins/popup/types';\nexport * from './plugins/popup/component';\nexport * from './plugins/positioner';\nexport * from './plugins/positioner/types';\nexport * from './plugins/positioner/components';\nexport * from './plugins/readonlyState';\nexport * from './plugins/readonlyState/types';\nexport * from './plugins/valueHandler';\nexport * from './plugins/valueHandler/types';\nexport * from './plugins/valueHandler/components';\nexport * from './misc/extensions';"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC","sourcesContent":["import './index.ssr';\n\nexport * from './components/select/types';\nexport * from './components/select/select.component';\nexport * from './components/option/optgroup.component';\nexport * from './components/option/option.component';\nexport * from './components/option';\nexport * from './components/select';\nexport * from './directives/ngSelectAbsolute/ngSelectAbsolute.directive';\nexport * from './directives/ngSelectEdit/ngSelectEdit.directive';\nexport * from './directives/ngSelectPlaceholder/ngSelectPlaceholder.directive';\nexport * from './misc/ngSelectControlValueAccessor.directive';\nexport * from './misc';\nexport * from './misc/types';\nexport * from './misc/pluginBus/pluginBus';\nexport * from './misc/pluginBus/pluginBus.interface';\nexport * from './misc/optionsGatherer/types';\nexport * from './modules/ngSelect.module';\nexport * from './modules/ngSelectDynamic.module';\nexport * from './modules/ngSelectEdit.module';\nexport * from './pipes/ngSelectHasValue.pipe';\nexport * from './pipes/ngSelectValue.pipe';\nexport * from './plugins/keyboardHandler';\nexport * from './plugins/keyboardHandler/types';\nexport * from './plugins/keyboardHandler/components';\nexport * from './plugins/liveSearch';\nexport * from './plugins/liveSearch/types';\nexport * from './plugins/liveSearch/components';\nexport * from './plugins/normalState';\nexport * from './plugins/normalState/types';\nexport * from './plugins/normalState/components';\nexport * from './plugins/popup';\nexport * from './plugins/popup/types';\nexport * from './plugins/popup/component';\nexport * from './plugins/positioner';\nexport * from './plugins/positioner/types';\nexport * from './plugins/positioner/components';\nexport * from './plugins/readonlyState';\nexport * from './plugins/readonlyState/types';\nexport * from './plugins/valueHandler';\nexport * from './plugins/valueHandler/types';\nexport * from './plugins/valueHandler/components';\nexport * from './misc/extensions';"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anglr/select",
3
- "version": "12.1.0",
3
+ "version": "12.1.1",
4
4
  "description": "Angular component representing html select",
5
5
  "type": "module",
6
6
  "sideEffects": false,
package/src/index.d.ts CHANGED
@@ -17,6 +17,7 @@ export * from './misc/optionsGatherer/types';
17
17
  export * from './modules/ngSelect.module';
18
18
  export * from './modules/ngSelectDynamic.module';
19
19
  export * from './modules/ngSelectEdit.module';
20
+ export * from './pipes/ngSelectHasValue.pipe';
20
21
  export * from './pipes/ngSelectValue.pipe';
21
22
  export * from './plugins/keyboardHandler';
22
23
  export * from './plugins/keyboardHandler/types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC"}
package/version.bak CHANGED
@@ -1 +1 @@
1
- 12.1.0
1
+ 12.1.1