@anglr/select 13.1.0 → 13.1.1-beta.20250611100551
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 +11 -0
- package/es2022/src/index.js +1 -0
- package/es2022/src/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/version.bak +1 -1
package/changelog.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## Version 12.1.0 (2025-05-16)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- backported changes from 13.1.0
|
|
8
|
+
- updated `NgSelectOptions` interface
|
|
9
|
+
- **new properties**
|
|
10
|
+
- `containerElement` string that defines element in which should be absolute popup rendered, if not specified, body is used, used only if absolute is set to true, otherwise it has no effect
|
|
11
|
+
- updated `NgSelectComponent` component
|
|
12
|
+
- now allows to render absolute popup in container element
|
|
13
|
+
|
|
3
14
|
## Version 13.1.0 (2025-04-28)
|
|
4
15
|
|
|
5
16
|
### Features
|
package/es2022/src/index.js
CHANGED
|
@@ -18,6 +18,7 @@ export * from './modules/ngSelect.module';
|
|
|
18
18
|
export * from './modules/ngSelectDynamic.module';
|
|
19
19
|
export * from './modules/ngSelectEdit.module';
|
|
20
20
|
export * from './pipes/ngSelectValue.pipe';
|
|
21
|
+
export * from './pipes/ngSelectHasValue.pipe';
|
|
21
22
|
export * from './plugins/keyboardHandler';
|
|
22
23
|
export * from './plugins/keyboardHandler/types';
|
|
23
24
|
export * from './plugins/keyboardHandler/components';
|
package/es2022/src/index.js.map
CHANGED
|
@@ -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,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,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 './pipes/ngSelectHasValue.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
package/src/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export * from './modules/ngSelect.module';
|
|
|
18
18
|
export * from './modules/ngSelectDynamic.module';
|
|
19
19
|
export * from './modules/ngSelectEdit.module';
|
|
20
20
|
export * from './pipes/ngSelectValue.pipe';
|
|
21
|
+
export * from './pipes/ngSelectHasValue.pipe';
|
|
21
22
|
export * from './plugins/keyboardHandler';
|
|
22
23
|
export * from './plugins/keyboardHandler/types';
|
|
23
24
|
export * from './plugins/keyboardHandler/components';
|
package/src/index.d.ts.map
CHANGED
|
@@ -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,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,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
|
-
13.1.
|
|
1
|
+
13.1.1-beta.20250611100551
|